Skip to content

Commit

Permalink
update evm json rpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzhakBokris committed Jan 20, 2025
1 parent 2e6d6be commit 9e3ee79
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions mainnet/base/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"explorerUrl": "https://base.blockscout.com",
"exploreTxUrl": "https://base.blockscout.com/tx/",
"evm": {
"chainId": "0x2105"
"chainId": "0x2105",
"rpc": "https://base-mainnet.blastapi.io/dfa72e0c-8da4-4ff8-81c9-7b841eb616bb"
},
"ibc": {
"allowedDenoms": ["uusdc"]
"allowedDenoms": [ "uusdc" ]
},
"currencies": [
{
Expand Down
3 changes: 2 additions & 1 deletion mainnet/ethereum/ethereum.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"explorerUrl": "https://etherscan.io/",
"exploreTxUrl": "https://etherscan.io/tx/",
"evm": {
"chainId": "0x1"
"chainId": "0x1",
"rpc": "https://arbitrum-one.blastapi.io/07fff106-52ee-4dc7-b9a6-7df1e6c40b04"
},
"ibc": {
"allowedDenoms": [ "uusdc", "weth-wei", "erc20/tether/usdt" ]
Expand Down
5 changes: 3 additions & 2 deletions mainnet/optimism/optimism.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"explorerUrl": "https://optimistic.etherscan.io/",
"exploreTxUrl": "https://optimistic.etherscan.io/tx/",
"evm": {
"chainId": "0xa"
"chainId": "0xa",
"rpc": "https://optimism-mainnet.blastapi.io/81eb1bd3-8787-447c-a93a-b82158bde345"
},
"ibc": {
"allowedDenoms": ["uusdc"]
"allowedDenoms": [ "uusdc" ]
},
"currencies": [
{
Expand Down

0 comments on commit 9e3ee79

Please sign in to comment.