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@7a46bfea23 🚀
This commit is contained in:
parent
bf3109984d
commit
5d6f107936
File diff suppressed because one or more lines are too long
22
chains/eip155-75000.json
Normal file
22
chains/eip155-75000.json
Normal 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
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user