diff --git a/_data/chains/eip155-880.json b/_data/chains/eip155-880.json new file mode 100644 index 00000000..62154f60 --- /dev/null +++ b/_data/chains/eip155-880.json @@ -0,0 +1,23 @@ +{ + "name": "Ambros Chain Mainnet", + "chain": "ambroschain", + "network": "mainnet", + "rpc": [ + "https://mainnet.ambroschain.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "AMBROS", + "symbol": "AMBR", + "decimals": 18 + }, + "infoURL": "https://bcmhunt.com/", + "shortName": "ambros", + "chainId": 880, + "networkId": 880, + "explorers": [{ + "name": "Ambros Chain Explorer", + "url": "https://explorer.ambroschain.com", + "standard": "none" + }] +} diff --git a/_data/chains/eip155-8888.json b/_data/chains/eip155-8888.json new file mode 100644 index 00000000..eaf86bdc --- /dev/null +++ b/_data/chains/eip155-8888.json @@ -0,0 +1,23 @@ +{ + "name": "Ambros Chain Testnet", + "chain": "ambroschain", + "network": "testnet", + "rpc": [ + "https://testnet.ambroschain.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "AMBROS", + "symbol": "AMBR", + "decimals": 18 + }, + "infoURL": "https://bcmhunt.com/", + "shortName": "ambrostestnet", + "chainId": 8888, + "networkId": 8888, + "explorers": [{ + "name": "Ambros Chain Explorer", + "url": "https://testexplorer.ambroschain.com", + "standard": "none" + }] +}