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