mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@3c4b99e3bd 🚀
This commit is contained in:
parent
4f5f5215cc
commit
0842a2301c
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user