Skip to content

Commit

Permalink
feat(wallet): add grove support for opt sepolia and arb sepolia
Browse files Browse the repository at this point in the history
Closes #14501
  • Loading branch information
dlipicar committed Apr 23, 2024
1 parent 2de601c commit b1dc904
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app_service/common/network_constants.nim
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ var NETWORKS* = %* [
{
"chainId": 11155420,
"chainName": "Optimism",
"rpcUrl": "https://optimism-sepolia.infura.io/v3/" & INFURA_TOKEN_RESOLVED,
"fallbackUrl": "",
"rpcUrl": "https://optimism-sepolia-archival.rpc.grove.city/v1/" & POKT_TOKEN_RESOLVED,
"fallbackUrl": "https://optimism-sepolia.infura.io/v3/" & INFURA_TOKEN_RESOLVED,
"blockExplorerUrl": "https://sepolia-optimism.etherscan.io/",
"iconUrl": "network/Network=Optimism",
"chainColor": "#E90101",
Expand All @@ -141,8 +141,8 @@ var NETWORKS* = %* [
{
"chainId": 421614,
"chainName": "Arbitrum",
"rpcUrl": "https://arbitrum-sepolia.infura.io/v3/" & INFURA_TOKEN_RESOLVED,
"fallbackUrl": "",
"rpcUrl": "https://arbitrum-sepolia-archival.rpc.grove.city/v1/" & POKT_TOKEN_RESOLVED,
"fallbackUrl": "https://arbitrum-sepolia.infura.io/v3/" & INFURA_TOKEN_RESOLVED,
"blockExplorerUrl": "https://sepolia-explorer.arbitrum.io/",
"iconUrl": "network/Network=Arbitrum",
"chainColor": "#51D0F0",
Expand Down

0 comments on commit b1dc904

Please sign in to comment.