WalletConnect
Adding Harmony chains
export const walletconnect = new WalletConnectConnector({
rpc: {
1: NETWORK_URL,
[ChainId.HARMONY_MAINNET]: 'https://api.s0.t.hmny.io/',
[ChainId.HARMONY_TESTNET]: 'https://api.s0.b.hmny.io'
},
bridge: 'https://bridge.walletconnect.org',
qrcode: true,
supportedChainIds: [
ChainId.HARMONY_MAINNET, // harmony
ChainId.HARMONY_TESTNET // harmony testnet
]
})Full dApp implementation
Current supported mobile wallets
Last updated
Was this helpful?