Skip to content

Commit

Permalink
add arbitrum to staging
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzhakBokris committed May 16, 2024
1 parent 351b182 commit 4f4ccee
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions mainnet/arbitrum/arbitrum-goerli.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,18 @@
"chainId": "0xa4b1"
},
"ibc": {
"allowedDenoms": ["eth-wei"]
"allowedDenoms": ["uusdc"]
},
"currencies": [
{
"displayDenom": "ETH",
"baseDenom": "eth-wei",
"ibcRepresentation": "ibc/E3AB0DFDE9E782262B770C32DF94AC2A92B93DC4825376D6F6C874D3C877864E",
"bridgeDenom": "0x82af49447d8a07e3bd95bd0d56f35241523fbab1",
"decimals": 18,
"logo": "/logos/ethereum-eth-logo.svg",
"type": "main"
"displayDenom": "USDC",
"baseDenom": "uusdc",
"ibcRepresentation": "ibc/B3504E092456BA618CC28AC671A71FB08C6CA0FD0BE7C8A5B5A3E2DD933CC9E4",
"bridgeDenom": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"decimals": 6,
"logo": "/logos/usdc-logo.svg",
"type": "main",
"cctp": true
}
],
"active": false,
Expand Down

0 comments on commit 4f4ccee

Please sign in to comment.