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>
This commit is contained in:
Florian 2023-02-04 00:24:44 +00:00 committed by GitHub
parent b94a403d19
commit ef1a54e016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,25 @@
{
"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"
}
]
}