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@299c474fbc 🚀
This commit is contained in:
parent
f27c76e30f
commit
9e4052305c
|
@ -572,6 +572,14 @@
|
||||||
"height": 512,
|
"height": 512,
|
||||||
"format": "png"
|
"format": "png"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "moac",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://QmYtTFPFzmBJY671VD6HQADu2sKpV1nJa9Kda9LbMvSCn9",
|
||||||
|
"width": 326,
|
||||||
|
"height": 324,
|
||||||
|
"format": "png"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "bronos",
|
"name": "bronos",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
23
chains/eip155-1099.json
Normal file
23
chains/eip155-1099.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"name": "MOAC mainnet",
|
||||||
|
"chain": "MOAC",
|
||||||
|
"rpc": ["http://gateway.moac.io/mainnet"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "MOAC",
|
||||||
|
"symbol": "mc",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://moac.io",
|
||||||
|
"shortName": "moac",
|
||||||
|
"chainId": 1099,
|
||||||
|
"networkId": 1099,
|
||||||
|
"slip44": 314,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "moac explorer",
|
||||||
|
"url": "https://explorer.moac.io",
|
||||||
|
"standard": "none"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
22
chains/eip155-201.json
Normal file
22
chains/eip155-201.json
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"name": "MOAC testnet",
|
||||||
|
"chain": "MOAC",
|
||||||
|
"rpc": ["http://gateway.moac.io/testnet"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "MOAC",
|
||||||
|
"symbol": "mc",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://moac.io",
|
||||||
|
"shortName": "moactest",
|
||||||
|
"chainId": 201,
|
||||||
|
"networkId": 201,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "moac testnet explorer",
|
||||||
|
"url": "https://testnet.moac.io",
|
||||||
|
"standard": "none"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -1636,6 +1636,19 @@
|
||||||
"rpc": ["https://arbitrum.xdaichain.com/"],
|
"rpc": ["https://arbitrum.xdaichain.com/"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://xdaichain.com"
|
"infoURL": "https://xdaichain.com"
|
||||||
|
}, {
|
||||||
|
"name": "MOAC testnet",
|
||||||
|
"chainId": 201,
|
||||||
|
"shortName": "moactest",
|
||||||
|
"networkId": 201,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "MOAC",
|
||||||
|
"symbol": "mc",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["http://gateway.moac.io/testnet"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://moac.io"
|
||||||
}, {
|
}, {
|
||||||
"name": "Freight Trust Network",
|
"name": "Freight Trust Network",
|
||||||
"chainId": 211,
|
"chainId": 211,
|
||||||
|
@ -2858,6 +2871,19 @@
|
||||||
"rpc": ["https://andromeda.metis.io/?owner=1088"],
|
"rpc": ["https://andromeda.metis.io/?owner=1088"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://www.metis.io"
|
"infoURL": "https://www.metis.io"
|
||||||
|
}, {
|
||||||
|
"name": "MOAC mainnet",
|
||||||
|
"chainId": 1099,
|
||||||
|
"shortName": "moac",
|
||||||
|
"networkId": 1099,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "MOAC",
|
||||||
|
"symbol": "mc",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["http://gateway.moac.io/mainnet"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://moac.io"
|
||||||
}, {
|
}, {
|
||||||
"name": "WEMIX3.0 Mainnet",
|
"name": "WEMIX3.0 Mainnet",
|
||||||
"chainId": 1111,
|
"chainId": 1111,
|
||||||
|
|
|
@ -2305,6 +2305,25 @@
|
||||||
"chain": "eip155-100",
|
"chain": "eip155-100",
|
||||||
"type": "L2"
|
"type": "L2"
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
"name": "MOAC testnet",
|
||||||
|
"chain": "MOAC",
|
||||||
|
"rpc": ["http://gateway.moac.io/testnet"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "MOAC",
|
||||||
|
"symbol": "mc",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://moac.io",
|
||||||
|
"shortName": "moactest",
|
||||||
|
"chainId": 201,
|
||||||
|
"networkId": 201,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "moac testnet explorer",
|
||||||
|
"url": "https://testnet.moac.io",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Freight Trust Network",
|
"name": "Freight Trust Network",
|
||||||
"chain": "EDI",
|
"chain": "EDI",
|
||||||
|
@ -4036,6 +4055,26 @@
|
||||||
"url": "https://bridge.metis.io"
|
"url": "https://bridge.metis.io"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
"name": "MOAC mainnet",
|
||||||
|
"chain": "MOAC",
|
||||||
|
"rpc": ["http://gateway.moac.io/mainnet"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "MOAC",
|
||||||
|
"symbol": "mc",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://moac.io",
|
||||||
|
"shortName": "moac",
|
||||||
|
"chainId": 1099,
|
||||||
|
"networkId": 1099,
|
||||||
|
"slip44": 314,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "moac explorer",
|
||||||
|
"url": "https://explorer.moac.io",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "WEMIX3.0 Mainnet",
|
"name": "WEMIX3.0 Mainnet",
|
||||||
"chain": "WEMIX",
|
"chain": "WEMIX",
|
||||||
|
|
8
icons/moac.json
Normal file
8
icons/moac.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmYtTFPFzmBJY671VD6HQADu2sKpV1nJa9Kda9LbMvSCn9",
|
||||||
|
"width": 326,
|
||||||
|
"height": 324,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
|
@ -125,6 +125,7 @@
|
||||||
"cem": "eip155:193",
|
"cem": "eip155:193",
|
||||||
"BTT": "eip155:199",
|
"BTT": "eip155:199",
|
||||||
"aox": "eip155:200",
|
"aox": "eip155:200",
|
||||||
|
"moactest": "eip155:201",
|
||||||
"EDI": "eip155:211",
|
"EDI": "eip155:211",
|
||||||
"SO1-old": "eip155:218",
|
"SO1-old": "eip155:218",
|
||||||
"ASK": "eip155:222",
|
"ASK": "eip155:222",
|
||||||
|
@ -219,6 +220,7 @@
|
||||||
"bronos-testnet": "eip155:1038",
|
"bronos-testnet": "eip155:1038",
|
||||||
"bronos-mainnet": "eip155:1039",
|
"bronos-mainnet": "eip155:1039",
|
||||||
"metis-andromeda": "eip155:1088",
|
"metis-andromeda": "eip155:1088",
|
||||||
|
"moac": "eip155:1099",
|
||||||
"wemix": "eip155:1111",
|
"wemix": "eip155:1111",
|
||||||
"twemix": "eip155:1112",
|
"twemix": "eip155:1112",
|
||||||
"MATH": "eip155:1139",
|
"MATH": "eip155:1139",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user