Deploying to gh-pages from @ ethereum-lists/chains@299c474fbc 🚀

This commit is contained in:
ligi 2022-11-08 13:58:12 +00:00
parent f27c76e30f
commit 9e4052305c
10 changed files with 131 additions and 3 deletions

View File

@ -572,6 +572,14 @@
"height": 512,
"format": "png"
}]
}, {
"name": "moac",
"icons": [{
"url": "ipfs://QmYtTFPFzmBJY671VD6HQADu2sKpV1nJa9Kda9LbMvSCn9",
"width": 326,
"height": 324,
"format": "png"
}]
}, {
"name": "bronos",
"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
View 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
View 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

View File

@ -1636,6 +1636,19 @@
"rpc": ["https://arbitrum.xdaichain.com/"],
"faucets": [],
"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",
"chainId": 211,
@ -2858,6 +2871,19 @@
"rpc": ["https://andromeda.metis.io/?owner=1088"],
"faucets": [],
"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",
"chainId": 1111,

View File

@ -2305,6 +2305,25 @@
"chain": "eip155-100",
"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",
"chain": "EDI",
@ -4036,6 +4055,26 @@
"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",
"chain": "WEMIX",

8
icons/moac.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmYtTFPFzmBJY671VD6HQADu2sKpV1nJa9Kda9LbMvSCn9",
"width": 326,
"height": 324,
"format": "png"
}
]

View File

@ -125,6 +125,7 @@
"cem": "eip155:193",
"BTT": "eip155:199",
"aox": "eip155:200",
"moactest": "eip155:201",
"EDI": "eip155:211",
"SO1-old": "eip155:218",
"ASK": "eip155:222",
@ -219,6 +220,7 @@
"bronos-testnet": "eip155:1038",
"bronos-mainnet": "eip155:1039",
"metis-andromeda": "eip155:1088",
"moac": "eip155:1099",
"wemix": "eip155:1111",
"twemix": "eip155:1112",
"MATH": "eip155:1139",