diff --git a/_data/chains/eip155-33101.json b/_data/chains/eip155-33101.json new file mode 100644 index 00000000..97575792 --- /dev/null +++ b/_data/chains/eip155-33101.json @@ -0,0 +1,22 @@ +{ + "name": "Zilliqa EVM Testnet", + "chain": "ZIL", + "rpc": ["https://dev-api.zilliqa.com"], + "faucets": ["https://dev-wallet.zilliqa.com/faucet?network=testnet"], + "nativeCurrency": { + "name": "Zilliqa", + "symbol": "ZIL", + "decimals": 18 + }, + "infoURL": "https://www.zilliqa.com/", + "shortName": "zil-testnet", + "chainId": 33101, + "networkId": 33101, + "explorers": [ + { + "name": "Zilliqa EVM Explorer", + "url": "https://evmx.zilliqa.com", + "standard": "none" + } + ] +}