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@b261a440b1 🚀
This commit is contained in:
parent
46d6279333
commit
0f0057b8c0
File diff suppressed because one or more lines are too long
25
chains/eip155-73927.json
Normal file
25
chains/eip155-73927.json
Normal 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
|
@ -4561,6 +4561,19 @@
|
||||||
"rpc": ["https://volta-rpc.energyweb.org", "wss://volta-rpc.energyweb.org/ws"],
|
"rpc": ["https://volta-rpc.energyweb.org", "wss://volta-rpc.energyweb.org/ws"],
|
||||||
"faucets": ["https://voltafaucet.energyweb.org"],
|
"faucets": ["https://voltafaucet.energyweb.org"],
|
||||||
"infoURL": "https://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",
|
"name": "Firenze test network",
|
||||||
"chainId": 78110,
|
"chainId": 78110,
|
||||||
|
|
|
@ -6444,6 +6444,28 @@
|
||||||
"shortName": "vt",
|
"shortName": "vt",
|
||||||
"chainId": 73799,
|
"chainId": 73799,
|
||||||
"networkId": 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",
|
"name": "Firenze test network",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
|
|
8
icons/mvm.json
Normal file
8
icons/mvm.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmeuDgSprukzfV7fi9XYHYcfmT4aZZZU7idgShtRS8Vf6V",
|
||||||
|
"width": 471,
|
||||||
|
"height": 512,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
BIN
iconsDownload/QmeuDgSprukzfV7fi9XYHYcfmT4aZZZU7idgShtRS8Vf6V
Normal file
BIN
iconsDownload/QmeuDgSprukzfV7fi9XYHYcfmT4aZZZU7idgShtRS8Vf6V
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
|
@ -350,6 +350,7 @@
|
||||||
"gw-testnet-v1": "eip155:71401",
|
"gw-testnet-v1": "eip155:71401",
|
||||||
"gw-mainnet-v1": "eip155:71402",
|
"gw-mainnet-v1": "eip155:71402",
|
||||||
"vt": "eip155:73799",
|
"vt": "eip155:73799",
|
||||||
|
"mvm": "eip155:73927",
|
||||||
"firenze": "eip155:78110",
|
"firenze": "eip155:78110",
|
||||||
"maticmum": "eip155:80001",
|
"maticmum": "eip155:80001",
|
||||||
"ivar": "eip155:88888",
|
"ivar": "eip155:88888",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user