Skip to content

Commit

Permalink
adding rpc url to walletconnect connector
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomariscal committed Jul 12, 2021
1 parent 0d5264c commit c2b3155
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.2",
"react-test-renderer": "^17.0.2",
"source-map-explorer": "^2.5.2",
"ts-node": "^9.1.1",
"typechain": "^5.0.0",
"typescript": "^4.2.2",
"prettier": "^2.3.2"
"typescript": "^4.2.2"
},
"lavamoat": {
"allowScripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/ChainContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ connectors.set(
connectors.set(
'walletconnect',
new WalletConnectConnector({
rpc: { 1: RPC_URLS[1] },
rpc: { 1: RPC_URLS[1], 42: RPC_URLS[42] },
bridge: 'https://bridge.walletconnect.org',
qrcode: true,
pollingInterval: POLLING_INTERVAL,
Expand Down

0 comments on commit c2b3155

Please sign in to comment.