mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
* Add eip155-65100000 network * Fix eip155-65100000.json Fix build error "explorer cannot have a slash at the end". (Weird, because a URL with slash in the end is not only valid, but in fact canonical!) * Update eip155-65100000.json Fix build error by declaring Explorer standard --------- Co-authored-by: ligi <ligi@ligi.de>
26 lines
587 B
JSON
26 lines
587 B
JSON
{
|
|
"name": "Autonity Piccadilly (Thames) Testnet",
|
|
"chain": "AUT",
|
|
"rpc": [
|
|
"https://rpc1.piccadilly.autonity.org/",
|
|
"wss://rpc1.piccadilly.autonity.org/ws/"
|
|
],
|
|
"faucets": ["https://faucet.autonity.org/"],
|
|
"nativeCurrency": {
|
|
"name": "Piccadilly Auton",
|
|
"symbol": "ATN",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://autonity.org/",
|
|
"shortName": "piccadilly-0",
|
|
"chainId": 65100000,
|
|
"networkId": 65100000,
|
|
"explorers": [
|
|
{
|
|
"name": "autonity-blockscout",
|
|
"url": "https://piccadilly.autonity.org",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|