From a5cfe6f9d7c80b72a4418782cea6e48f10335505 Mon Sep 17 00:00:00 2001 From: ligi Date: Tue, 14 Feb 2023 16:52:57 +0100 Subject: [PATCH] Removing chain 96 (#2251) context #1629 --- _data/chains/eip155-96.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 _data/chains/eip155-96.json diff --git a/_data/chains/eip155-96.json b/_data/chains/eip155-96.json deleted file mode 100644 index e7702127..00000000 --- a/_data/chains/eip155-96.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "NEXT Smart Chain", - "chain": "NSC", - "rpc": ["https://rpc.nextsmartchain.com"], - "faucets": ["https://faucet.nextsmartchain.com"], - "nativeCurrency": { - "name": "NEXT", - "symbol": "NEXT", - "decimals": 18 - }, - "infoURL": "https://www.nextsmartchain.com/", - "shortName": "nsc", - "chainId": 96, - "networkId": 96, - "explorers": [ - { - "name": "Next Smart Chain Explorer", - "url": "https://explorer.nextsmartchain.com", - "standard": "none" - } - ] -}