Add Sepolia

This commit is contained in:
ligi 2022-02-19 05:56:41 +01:00
parent a564180962
commit 6204d71f7e
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D

View File

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