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" + } + ] +}