From 216bfcb97d553477c5a9f055ee8aa3d28a887f5f Mon Sep 17 00:00:00 2001 From: Alex <71931113+af-afk@users.noreply.github.com> Date: Thu, 31 Oct 2024 20:40:34 +1030 Subject: [PATCH] Add Superposition Testnet without icon (#6093) --- _data/chains/eip155-98985.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _data/chains/eip155-98985.json diff --git a/_data/chains/eip155-98985.json b/_data/chains/eip155-98985.json new file mode 100644 index 000000000000..82fe613bf606 --- /dev/null +++ b/_data/chains/eip155-98985.json @@ -0,0 +1,23 @@ +{ + "name": "Superposition Testnet", + "title": "Sperposition Testnet", + "chain": "SPN", + "rpc": ["https://testnet-rpc.superposition.so"], + "faucets": ["https://faucet.superposition.so"], + "nativeCurrency": { + "name": "SPN", + "symbol": "SPN", + "decimals": 18 + }, + "infoURL": "https://superposition.so", + "shortName": "superposition-testnet", + "chainId": 98985, + "networkId": 98985, + "explorers": [ + { + "name": "Superposition Explorer", + "url": "https://testnet-explorer.superposition.so", + "standard": "EIP3091" + } + ] +}