mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
1b47c54eaa
Reverted formatting
35 lines
820 B
JSON
35 lines
820 B
JSON
{
|
|
"name": "Sepolia",
|
|
"title": "Ethereum Testnet Sepolia",
|
|
"chain": "ETH",
|
|
"rpc": [
|
|
"https://rpc.sepolia.dev",
|
|
"https://rpc.sepolia.online",
|
|
"https://www.sepoliarpc.space",
|
|
"https://rpc.sepolia.org",
|
|
"https://rpc-sepolia.rockx.com"
|
|
],
|
|
"faucets": ["http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}"],
|
|
"nativeCurrency": {
|
|
"name": "Sepolia Ether",
|
|
"symbol": "SEP",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://sepolia.otterscan.io",
|
|
"shortName": "sep",
|
|
"chainId": 11155111,
|
|
"networkId": 11155111,
|
|
"explorers": [
|
|
{
|
|
"name": "etherscan-sepolia",
|
|
"url": "https://sepolia.etherscan.io",
|
|
"standard": "EIP3091"
|
|
},
|
|
{
|
|
"name": "otterscan-sepolia",
|
|
"url": "https://sepolia.otterscan.io",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|