mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
0929537164
commit
b94a403d19
25
_data/chains/eip155-65010000.json
Normal file
25
_data/chains/eip155-65010000.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user