Skip to content

Commit

Permalink
feat: add more exhaustive list of tokens and remove coingeckoId field
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnigir1 committed Aug 28, 2024
1 parent 435d870 commit 0f8d295
Show file tree
Hide file tree
Showing 13 changed files with 3,473 additions and 190 deletions.
40 changes: 40 additions & 0 deletions packages/metadata/examples/chains.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
[
{
"chainId": 324,
"name": "ZKsyncERA",
"iconUrl": "https://s2.coinmarketcap.com/static/img/coins/64x64/24091.png",
"publicRpcs": [
"https://mainnet.era.zksync.io",
"https://zksync.drpc.org",
"https://zksync.meowrpc.com"
],
"explorerUrl": "https://explorer.zksync.io/",
"launchDate": 1679626800,
"chainType": "Rollup",
"baseToken": {
"name": "Ether",
"symbol": "ETH",
"contractAddress": null,
"type": "native",
"imageUrl": "https://coin-images.coingecko.com/coins/images/279/large/ethereum.png?1696501628",
"decimals": 18
}
},
{
"chainId": 388,
"name": "Cronos",
"iconUrl": "https://zkevm.cronos.org/images/chains/zkevm.svg",
"chainType": "Validium",
"publicRpcs": ["https://mainnet.zkevm.cronos.org"],
"explorerUrl": "https://explorer.zkevm.cronos.org/",
"baseToken": {
"symbol": "zkCRO",
"name": "zkCRO",
"contractAddress": "0x28Ff2E4dD1B58efEB0fC138602A28D5aE81e44e2",
"type": "erc20",
"imageUrl": "https://zkevm.cronos.org/images/chains/zkevm.svg",
"decimals": 18
},
"launchDate": 1679626800
}
]
Loading

0 comments on commit 0f8d295

Please sign in to comment.