From 6ec909bfe60c0b63737946fe160c792ed9eb02db Mon Sep 17 00:00:00 2001 From: Tetrose4 <105691470+Tetrose4@users.noreply.github.com> Date: Wed, 7 Sep 2022 05:10:20 +0800 Subject: [PATCH] add moba game testnet (#1437) * add moba game testnet * new testnet * new name * Update _data/chains/eip155-18000.json Co-authored-by: e84ce63 Co-authored-by: ligi --- _data/chains/eip155-18000.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 _data/chains/eip155-18000.json diff --git a/_data/chains/eip155-18000.json b/_data/chains/eip155-18000.json new file mode 100644 index 00000000..564d01a9 --- /dev/null +++ b/_data/chains/eip155-18000.json @@ -0,0 +1,22 @@ +{ + "name": "Frontier of Dreams Testnet", + "chain": "Game Network", + "rpc": [ + "https://rpc.fod.games/" + ], + "nativeCurrency": { + "name": "ZKST", + "symbol": "ZKST", + "decimals": 18 + }, + "faucets": [], + "shortName": "ZKST", + "chainId": 18000, + "networkId": 18000, + "infoURL": "https://goexosphere.com", + "explorers": [{ + "name": "Game Network", + "url": "https://explorer.fod.games", + "standard": "EIP3091" + }] +}