Skip to content

Commit

Permalink
add base to staging
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzhakBokris committed May 16, 2024
1 parent 9858eeb commit b0262cc
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 0 deletions.
29 changes: 29 additions & 0 deletions mainnet/base/base.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"chainId": "base",
"chainName": "Base",
"explorerUrl": "https://base.blockscout.com",
"exploreTxUrl": "https://base.blockscout.com/tx/",
"evm": {
"chainId": "0x2105"
},
"ibc": {
"allowedDenoms": ["uusdc"]
},
"currencies": [
{
"displayDenom": "USDC",
"baseDenom": "uusdc",
"ibcRepresentation": "ibc/B3504E092456BA618CC28AC671A71FB08C6CA0FD0BE7C8A5B5A3E2DD933CC9E4",
"bridgeDenom": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"decimals": 6,
"logo": "/logos/usdc-logo.svg",
"type": "regular",
"cctp": true
}
],
"active": false,
"staging": true,
"logo": "/logos/base-logo.svg",
"type": "EVM",
"website": "https://www.base.org/"
}
6 changes: 6 additions & 0 deletions mainnet/base/logos/base-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions mainnet/base/logos/ethereum-eth-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions mainnet/base/logos/usdc-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b0262cc

Please sign in to comment.