Deploying to gh-pages from @ ethereum-lists/chains@3c4b99e3bd 🚀

This commit is contained in:
ligi 2022-04-30 21:10:16 +00:00
parent 4f5f5215cc
commit 0842a2301c
5 changed files with 36 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -3313,6 +3313,19 @@
"rpc": ["https://testnet.ambroschain.com"],
"faucets": [],
"infoURL": "https://bcmhunt.com/"
}, {
"name": "Mammoth",
"chainId": 8898,
"shortName": "mmt",
"networkId": 8898,
"nativeCurrency": {
"name": "Mammoth Token",
"symbol": "MMT",
"decimals": 18
},
"rpc": ["https://dataseed.mmtscan.io", "https://dataseed1.mmtscan.io", "https://dataseed2.mmtscan.io"],
"faucets": ["https://faucet.mmtscan.io/"],
"infoURL": "https://mmtchain.io/"
}, {
"name": "bloxberg",
"chainId": 8995,

View File

@ -4613,6 +4613,26 @@
"url": "https://testexplorer.ambroschain.com",
"standard": "none"
}]
}, {
"name": "Mammoth",
"title": "Mammoth Chain",
"chain": "MMT",
"rpc": ["https://dataseed.mmtscan.io", "https://dataseed1.mmtscan.io", "https://dataseed2.mmtscan.io"],
"faucets": ["https://faucet.mmtscan.io/"],
"nativeCurrency": {
"name": "Mammoth Token",
"symbol": "MMT",
"decimals": 18
},
"infoURL": "https://mmtchain.io/",
"shortName": "mmt",
"chainId": 8898,
"networkId": 8898,
"explorers": [{
"name": "mmtscan",
"url": "https://mmtscan.io",
"standard": "EIP3091"
}]
}, {
"name": "bloxberg",
"chain": "bloxberg",

View File

@ -254,6 +254,7 @@
"olo": "eip155:8723",
"tolo": "eip155:8724",
"ambrostestnet": "eip155:8888",
"mmt": "eip155:8898",
"berg": "eip155:8995",
"evmos-testnet": "eip155:9000",
"evmos": "eip155:9001",