chains/_data/chains/eip155-45000.json
Ashutosh Kumar 16bc050927
Validate Shortname (#1510)
* Validate Shortname with Max Length of 64

* Removed Spaces from `shortName`
2022-08-30 18:48:47 +02:00

25 lines
509 B
JSON

{
"name": "Autobahn Network",
"chain": "TXL",
"rpc": ["https://rpc.autobahn.network"],
"faucets": [],
"nativeCurrency": {
"name": "TXL",
"symbol": "TXL",
"decimals": 18
},
"infoURL": "https://autobahn.network",
"shortName": "AutobahnNetwork",
"chainId": 45000,
"networkId": 45000,
"icon": "autobahn",
"explorers": [
{
"name": "autobahn explorer",
"url": "https://explorer.autobahn.network",
"icon": "autobahn",
"standard": "EIP3091"
}
]
}