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

This commit is contained in:
ligi 2022-06-18 08:37:36 +00:00
parent 46d6279333
commit 0f0057b8c0
8 changed files with 71 additions and 2 deletions

File diff suppressed because one or more lines are too long

25
chains/eip155-73927.json Normal file
View File

@ -0,0 +1,25 @@
{
"name": "Mixin Virtual Machine",
"chain": "MVM",
"network": "mainnet",
"rpc": [
"https://geth.mvm.dev"
],
"faucets": [],
"nativeCurrency": {
"name": "Mixin",
"symbol": "XIN",
"decimals": 8
},
"infoURL": "https://mvm.dev",
"shortName": "mvm",
"chainId": 73927,
"networkId": 73927,
"icon": "mvm",
"explorers": [{
"name": "mvmscan",
"url": "https://scan.mvm.dev",
"icon": "mvm",
"standard": "EIP3091"
}]
}

File diff suppressed because one or more lines are too long

View File

@ -4561,6 +4561,19 @@
"rpc": ["https://volta-rpc.energyweb.org", "wss://volta-rpc.energyweb.org/ws"],
"faucets": ["https://voltafaucet.energyweb.org"],
"infoURL": "https://energyweb.org"
}, {
"name": "Mixin Virtual Machine",
"chainId": 73927,
"shortName": "mvm",
"networkId": 73927,
"nativeCurrency": {
"name": "Mixin",
"symbol": "XIN",
"decimals": 8
},
"rpc": ["https://geth.mvm.dev"],
"faucets": [],
"infoURL": "https://mvm.dev"
}, {
"name": "Firenze test network",
"chainId": 78110,

View File

@ -6444,6 +6444,28 @@
"shortName": "vt",
"chainId": 73799,
"networkId": 73799
}, {
"name": "Mixin Virtual Machine",
"chain": "MVM",
"network": "mainnet",
"rpc": ["https://geth.mvm.dev"],
"faucets": [],
"nativeCurrency": {
"name": "Mixin",
"symbol": "XIN",
"decimals": 8
},
"infoURL": "https://mvm.dev",
"shortName": "mvm",
"chainId": 73927,
"networkId": 73927,
"icon": "mvm",
"explorers": [{
"name": "mvmscan",
"url": "https://scan.mvm.dev",
"icon": "mvm",
"standard": "EIP3091"
}]
}, {
"name": "Firenze test network",
"chain": "ETH",

8
icons/mvm.json Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -350,6 +350,7 @@
"gw-testnet-v1": "eip155:71401",
"gw-mainnet-v1": "eip155:71402",
"vt": "eip155:73799",
"mvm": "eip155:73927",
"firenze": "eip155:78110",
"maticmum": "eip155:80001",
"ivar": "eip155:88888",