Add eip155-65010000 network (#2236)

* Add eip155-65010000 network

* Fix eip155-65010000.json

Fix "explorer cannot have a slash at the end" build error

* Update eip155-65010000.json

Fix build error by adding explorer standard.
This commit is contained in:
Florian 2023-02-04 00:15:31 +00:00 committed by GitHub
parent 0929537164
commit b94a403d19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,25 @@
{
"name": "Autonity Bakerloo (Thames) Testnet",
"chain": "AUT",
"rpc": [
"https://rpc1.bakerloo.autonity.org/",
"wss://rpc1.bakerloo.autonity.org/ws/"
],
"faucets": ["https://faucet.autonity.org/"],
"nativeCurrency": {
"name": "Bakerloo Auton",
"symbol": "ATN",
"decimals": 18
},
"infoURL": "https://autonity.org/",
"shortName": "bakerloo-0",
"chainId": 65010000,
"networkId": 65010000,
"explorers": [
{
"name": "autonity-blockscout",
"url": "https://bakerloo.autonity.org",
"standard": "EIP3091"
}
]
}