diff --git a/_data/chains/eip155-45000.json b/_data/chains/eip155-45000.json new file mode 100644 index 00000000..5163f518 --- /dev/null +++ b/_data/chains/eip155-45000.json @@ -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" + }] +}