Create EIP-45000.json

Add Autobahn network
This commit is contained in:
Defido Coin 2022-03-30 10:45:44 +10:00 committed by GitHub
parent 427b062814
commit 1b0c354880
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,25 @@
{
"name": "Autobahn Network",
"chain": "BNB",
"network": "mainnet",
"rpc": [
"https://rpc.autobahn.network",
],
"faucets": [],
"nativeCurrency": {
"name": "BNB",
"symbol": "BNB",
"decimals": 18
},
"infoURL": "https://autobahn.network",
"shortName": "bnb",
"chainId": 45000,
"networkId": 45000,
"icon": "autobahn",
"explorers": [{
"name": "autobahn explorer",
"url": "https://explorer.autobahn.network",
"icon": "autobahn",
"standard": "EIP3091"
}]
}