diff --git a/_data/chains/eip155-7000.json b/_data/chains/eip155-7000.json new file mode 100644 index 00000000..52bfe7f1 --- /dev/null +++ b/_data/chains/eip155-7000.json @@ -0,0 +1,26 @@ +{ + "name": "ZetaChain Mainnet", + "chain": "ZetaChain", + "icon": "Zetachain", + "rpc": [ + "https://api.mainnet.zetachain.com/evm" + ], + "faucets": [], + "nativeCurrency": { + "name": "Zeta", + "symbol": "ZETA", + "decimals": 18 + }, + "infoURL": "https://docs.zetachain.com/", + "shortName": "zetachain-mainnet", + "chainId": 7000, + "networkId": 7000, + "status": "incubating", + "explorers": [ + { + "name": "ZetaChain Mainnet Explorer", + "url": "https://explorer.mainnet.zetachain.com", + "standard": "none" + } + ] +} \ No newline at end of file diff --git a/_data/chains/eip155-7001.json b/_data/chains/eip155-7001.json new file mode 100644 index 00000000..c2dd4ebd --- /dev/null +++ b/_data/chains/eip155-7001.json @@ -0,0 +1,28 @@ +{ + "name": "ZetaChain Athens Testnet", + "chain": "ZetaChain", + "icon": "Zetachain", + "rpc": [ + "https://api.athens2.zetachain.com/evm" + ], + "faucets": [ + "https://labs.zetachain.com/get-zeta" + ], + "nativeCurrency": { + "name": "Zeta", + "symbol": "aZETA", + "decimals": 18 + }, + "infoURL": "https://docs.zetachain.com/", + "shortName": "zetachain-athens", + "chainId": 7001, + "networkId": 7001, + "status": "active", + "explorers": [ + { + "name": "ZetaChain Athens Testnet Explorer", + "url": "https://explorer.athens.zetachain.com", + "standard": "none" + } + ] +} \ No newline at end of file diff --git a/_data/icons/zetachain.json b/_data/icons/zetachain.json new file mode 100644 index 00000000..a9ca5f67 --- /dev/null +++ b/_data/icons/zetachain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmeABfwZ2nAxDzYyqZ1LEypPgQFMjEyrx8FfnoPLkF8R3f", + "width": 1280, + "height": 1280, + "format": "png" + } +] \ No newline at end of file