From 6204d71f7ee8a8011d04d9fe7d8c6d3058b64afb Mon Sep 17 00:00:00 2001 From: ligi Date: Sat, 19 Feb 2022 05:56:41 +0100 Subject: [PATCH] Add Sepolia --- _data/chains/eip155-11155111.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _data/chains/eip155-11155111.json diff --git a/_data/chains/eip155-11155111.json b/_data/chains/eip155-11155111.json new file mode 100644 index 00000000..2db2d033 --- /dev/null +++ b/_data/chains/eip155-11155111.json @@ -0,0 +1,25 @@ +{ + "name": "Sepolia", + "title": "Ethereum Testnet Sepolia", + "chain": "ETH", + "rpc": [ + ], + "faucets": [ + ], + "nativeCurrency": { + "name": "Sepolia Ether", + "symbol": "SEP", + "decimals": 18 + }, + "infoURL": "https://sepolia.otterscan.io", + "shortName": "sep", + "chainId": 11155111, + "networkId": 11155111, + "explorers": [ + { + "name": "otterscan-sepolia", + "url": "https://sepolia.otterscan.io", + "standard": "EIP3091" + } + ] +}