chains/_data/chains/eip155-65100000.json
Florian ef1a54e016
Add eip155-65100000 network (#2235)
* 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>
2023-02-04 01:24:44 +01:00

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