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

This commit is contained in:
ligi 2022-08-05 18:46:27 +00:00
parent bf3109984d
commit 5d6f107936
6 changed files with 57 additions and 2 deletions

File diff suppressed because one or more lines are too long

22
chains/eip155-75000.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "ResinCoin Mainnet",
"chain": "RESIN",
"rpc": [
"https://mainnet.resincoin.ml/"
],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "RESIN",
"decimals": 18
},
"infoURL": "https://resincoin.ml",
"shortName": "resin",
"chainId": 75000,
"networkId": 75000,
"explorers": [{
"name": "ResinScan",
"url": "https://explorer.resincoin.ml",
"standard": "none"
}]
}

File diff suppressed because one or more lines are too long

View File

@ -4834,6 +4834,19 @@
"rpc": ["https://geth.mvm.dev"],
"faucets": [],
"infoURL": "https://mvm.dev"
}, {
"name": "ResinCoin Mainnet",
"chainId": 75000,
"shortName": "resin",
"networkId": 75000,
"nativeCurrency": {
"name": "Ether",
"symbol": "RESIN",
"decimals": 18
},
"rpc": ["https://mainnet.resincoin.ml/"],
"faucets": [],
"infoURL": "https://resincoin.ml"
}, {
"name": "Firenze test network",
"chainId": 78110,

View File

@ -6886,6 +6886,25 @@
"icon": "mvm",
"standard": "EIP3091"
}]
}, {
"name": "ResinCoin Mainnet",
"chain": "RESIN",
"rpc": ["https://mainnet.resincoin.ml/"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "RESIN",
"decimals": 18
},
"infoURL": "https://resincoin.ml",
"shortName": "resin",
"chainId": 75000,
"networkId": 75000,
"explorers": [{
"name": "ResinScan",
"url": "https://explorer.resincoin.ml",
"standard": "none"
}]
}, {
"name": "Firenze test network",
"chain": "ETH",

View File

@ -371,6 +371,7 @@
"gw-mainnet-v1": "eip155:71402",
"vt": "eip155:73799",
"mvm": "eip155:73927",
"resin": "eip155:75000",
"firenze": "eip155:78110",
"maticmum": "eip155:80001",
"ivar": "eip155:88888",