From 21ce88e42b221ce77cd7d354cb8746060013bdcc Mon Sep 17 00:00:00 2001 From: bitnic <96414723+bitnic69@users.noreply.github.com> Date: Fri, 8 Jul 2022 17:24:49 +0800 Subject: [PATCH] Add Tomb Chain (eip155-6969.json) (#1336) Tomb Chain is a Fast & Secure Layer 2 Optimistic Rollup running on top of Fantom Opera. --- _data/chains/eip155-6969.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 _data/chains/eip155-6969.json diff --git a/_data/chains/eip155-6969.json b/_data/chains/eip155-6969.json new file mode 100644 index 00000000..52951fec --- /dev/null +++ b/_data/chains/eip155-6969.json @@ -0,0 +1,28 @@ +{ + "name": "Tomb Chain Mainnet", + "chain": "Tomb Chain", + "rpc": ["https://rpc.tombchain.com/"], + "faucets": [], + "nativeCurrency": { + "name": "Tomb", + "symbol": "TOMB", + "decimals": 18 + }, + "infoURL": "https://tombchain.com/", + "shortName": "tombchain", + "chainId": 6969, + "networkId": 6969, + + "explorers": [{ + "name": "tombscout", + "url": "https://tombscout.com/", + "standard": "none" + }] + "parent": { + "type" : "L2", + "chain": "eip155-250", + "bridges": [{ + "url":"https://beta-bridge.lif3.com/" + }] + } +}