Skip to content

Commit 47a1ad8

Browse files
committed
chore: added arbitrum rinkeby rpc to .env.example
1 parent 244e9e7 commit 47a1ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ REACT_APP_WALLETCONNECT_BRIDGE_URL=https://bridge.walletconnect.org
3636
REACT_APP_NOTIFICATIONS_API_URL=http://localhost:3001
3737
# JSON string mapping networkID to JSON RPC url.
3838
# Example: REACT_APP_RPC_URLS={"1":"https://mainnet.infura.io/v3/1337deadbeef...", "42":"https://kovan.infura.io/v3/1337deadbeef..."}
39-
REACT_APP_RPC_URLS={"100":"https://rpc.xdaichain.com/","1":"https://mainnet.infura.io/v3/","42":"https://kovan.infura.io/v3/","4":"https://rinkeby.infura.io/v3/"}
39+
REACT_APP_RPC_URLS={"100":"https://rpc.xdaichain.com/","1":"https://mainnet.infura.io/v3/","42":"https://kovan.infura.io/v3/","4":"https://rinkeby.infura.io/v3/","421611":"https://rinkeby.arbitrum.io/rpc"}
4040

4141
# JSON string mapping networkID to Fortmatic api key.
4242
# Example: REACT_APP_FORMATIC_API_KEYS={"1":"pk_live_FCEE7548E5...", "42":"pk_live_0916382..."}

0 commit comments

Comments
 (0)