From 9ec2dfad9673a838544eedc2641e91a42b97fada Mon Sep 17 00:00:00 2001 From: "Franck.S" <24389569+FranckStone@users.noreply.github.com> Date: Tue, 5 Mar 2024 20:48:36 +0800 Subject: [PATCH] change ethf to dis (#4468) * Update eip155-513100.json * Update eip155-513100.json * Update eip155-513100.json change explorers --- _data/chains/eip155-513100.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/_data/chains/eip155-513100.json b/_data/chains/eip155-513100.json index 1b41f2702c72..9d60ff32ff32 100644 --- a/_data/chains/eip155-513100.json +++ b/_data/chains/eip155-513100.json @@ -1,22 +1,22 @@ { - "name": "ethereum Fair", + "name": "DisChain", "chainId": 513100, "networkId": 513100, - "shortName": "ethf", - "chain": "ETHF", + "shortName": "dis", + "chain": "DIS", "nativeCurrency": { - "name": "EthereumFair", - "symbol": "ETHF", + "name": "DisChain", + "symbol": "DIS", "decimals": 18 }, - "rpc": ["https://rpc.etherfair.org"], + "rpc": ["https://rpc.dischain.xyz"], "faucets": [], "explorers": [ { - "name": "etherfair", - "url": "https://www.oklink.com/ethf", + "name": "DisChain", + "url": "https://www.oklink.com/dis", "standard": "EIP3091" } ], - "infoURL": "https://etherfair.org" + "infoURL": "https://dischain.xyz" }