chains/_data/chains/eip155-65010000.json
Florian b94a403d19
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.
2023-02-04 01:15:31 +01:00

26 lines
575 B
JSON

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