Create EIP-45000.json (#1018)

* Create EIP-45000.json

Add Autobahn network

* Rename EIP-45000.json to eip155-45000.json

* Update _data/chains/eip155-45000.json

* Update eip155-45000.json

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Defido Coin 2022-03-30 22:02:00 +10:00 committed by GitHub
parent 0c9aca9912
commit 60ac475514
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": "autobahn",
"chainId": 45000,
"networkId": 45000,
"icon": "autobahn",
"explorers": [{
"name": "autobahn explorer",
"url": "https://explorer.autobahn.network",
"icon": "autobahn",
"standard": "EIP3091"
}]
}