mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Add image file for Autonity testnets * Update Autonity testnet entries with icon * Add files via upload * Add files via upload * Add files via upload * Add files via upload --------- Co-authored-by: ligi <ligi@ligi.de>
27 lines
609 B
JSON
27 lines
609 B
JSON
{
|
|
"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,
|
|
"icon": "autonity",
|
|
"explorers": [
|
|
{
|
|
"name": "autonity-blockscout",
|
|
"url": "https://piccadilly.autonity.org",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|