mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
509 B
JSON
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"
|
|
}
|
|
]
|
|
}
|