varaconnect
Version:
SDK to connect WalletConnect with Vara Network
23 lines (22 loc) • 512 B
TypeScript
export declare const projectId: string;
export declare const DOMAIN_URL: string;
export declare const CAIP_ID_MAP: {
vara: string;
};
export declare const walletConnectParams: {
projectId: string;
relayUrl: string;
metadata: {
name: string;
description: string;
url: string;
icons: string[];
};
};
export declare const namespaces: {
polkadot: {
methods: string[];
chains: string[];
events: string[];
};
};