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

This commit is contained in:
ligi 2023-04-08 20:39:30 +00:00
parent f8962e2f2a
commit f9db834154
11 changed files with 77 additions and 4 deletions

View File

@ -2038,6 +2038,14 @@
"height": 200, "height": 200,
"format": "png" "format": "png"
}] }]
}, {
"name": "mxc",
"icons": [{
"url": "ipfs://QmdGCthKA11K9kCZJdbTP5WPAyq1wiRZ3REn6KG58MrWaE",
"width": 159,
"height": 159,
"format": "png"
}]
}, { }, {
"name": "nexi", "name": "nexi",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,23 @@
{
"name": "MXC Wannsee zkEVM Testnet",
"chain": "MXC zkEVM",
"icon": "mxc",
"rpc": ["https://wannsee-rpc.mxc.com"],
"faucets": [],
"nativeCurrency": {
"name": "MXC Wannsee zkEVM Testnet",
"symbol": "MXC",
"decimals": 18
},
"infoURL": "https://wannsee.mxc.com/docs/intro",
"shortName": "MXC",
"chainId": 5167003,
"networkId": 5167003,
"explorers": [
{
"name": "MXC Wannsee zkEVM Testnet",
"url": "https://wannsee-explorer.mxc.com",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -10073,6 +10073,19 @@
"rpc": [], "rpc": [],
"faucets": ["https://faucet.butterfly.fildev.network"], "faucets": ["https://faucet.butterfly.fildev.network"],
"infoURL": "https://filecoin.io" "infoURL": "https://filecoin.io"
}, {
"name": "MXC Wannsee zkEVM Testnet",
"chainId": 5167003,
"shortName": "MXC",
"networkId": 5167003,
"nativeCurrency": {
"name": "MXC Wannsee zkEVM Testnet",
"symbol": "MXC",
"decimals": 18
},
"rpc": ["https://wannsee-rpc.mxc.com"],
"faucets": [],
"infoURL": "https://wannsee.mxc.com/docs/intro"
}, { }, {
"name": "Imversed Mainnet", "name": "Imversed Mainnet",
"chainId": 5555555, "chainId": 5555555,

View File

@ -15183,6 +15183,26 @@
"networkId": 3141592, "networkId": 3141592,
"slip44": 1, "slip44": 1,
"explorers": [] "explorers": []
}, {
"name": "MXC Wannsee zkEVM Testnet",
"chain": "MXC zkEVM",
"icon": "mxc",
"rpc": ["https://wannsee-rpc.mxc.com"],
"faucets": [],
"nativeCurrency": {
"name": "MXC Wannsee zkEVM Testnet",
"symbol": "MXC",
"decimals": 18
},
"infoURL": "https://wannsee.mxc.com/docs/intro",
"shortName": "MXC",
"chainId": 5167003,
"networkId": 5167003,
"explorers": [{
"name": "MXC Wannsee zkEVM Testnet",
"url": "https://wannsee-explorer.mxc.com",
"standard": "EIP3091"
}]
}, { }, {
"name": "Imversed Mainnet", "name": "Imversed Mainnet",
"chain": "Imversed", "chain": "Imversed",

8
icons/mxc.json Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

File diff suppressed because one or more lines are too long

View File

@ -774,6 +774,7 @@
"platondev": "eip155:2203181", "platondev": "eip155:2203181",
"platondev2": "eip155:2206132", "platondev2": "eip155:2206132",
"filecoin-butterfly": "eip155:3141592", "filecoin-butterfly": "eip155:3141592",
"MXC": "eip155:5167003",
"imversed": "eip155:5555555", "imversed": "eip155:5555555",
"imversed-testnet": "eip155:5555558", "imversed-testnet": "eip155:5555558",
"saakuru": "eip155:7225878", "saakuru": "eip155:7225878",