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@8c47983d5d 🚀
This commit is contained in:
parent
25735a5dc6
commit
8851b9d740
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -596,6 +596,19 @@
|
|||
"rpc": ["https://testnet-rpc.coinex.net/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.coinex.org/"
|
||||
}, {
|
||||
"name": "Openpiece Mainnet",
|
||||
"chainId": 54,
|
||||
"shortName": "OP",
|
||||
"networkId": 54,
|
||||
"nativeCurrency": {
|
||||
"name": "Belly",
|
||||
"symbol": "BELLY",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://mainnet.openpiece.io"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://cryptopiece.online"
|
||||
}, {
|
||||
"name": "Zyx Mainnet",
|
||||
"chainId": 55,
|
||||
|
@ -1285,6 +1298,19 @@
|
|||
"rpc": ["https://polygon-rpc.com/", "https://rpc-mainnet.matic.network", "https://matic-mainnet.chainstacklabs.com", "https://rpc-mainnet.maticvigil.com", "https://rpc-mainnet.matic.quiknode.pro", "https://matic-mainnet-full-rpc.bwarelabs.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://polygon.technology/"
|
||||
}, {
|
||||
"name": "Openpiece Testnet",
|
||||
"chainId": 141,
|
||||
"shortName": "OPtest",
|
||||
"networkId": 141,
|
||||
"nativeCurrency": {
|
||||
"name": "Belly",
|
||||
"symbol": "BELLY",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://testnet.openpiece.io"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://cryptopiece.online"
|
||||
}, {
|
||||
"name": "DAX CHAIN",
|
||||
"chainId": 142,
|
||||
|
|
|
@ -791,6 +791,27 @@
|
|||
"url": "https://testnet.coinex.net",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Openpiece Mainnet",
|
||||
"chain": "OPENPIECE",
|
||||
"icon": "openpiece",
|
||||
"network": "mainnet",
|
||||
"rpc": ["https://mainnet.openpiece.io"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Belly",
|
||||
"symbol": "BELLY",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://cryptopiece.online",
|
||||
"shortName": "OP",
|
||||
"chainId": 54,
|
||||
"networkId": 54,
|
||||
"explorers": [{
|
||||
"name": "Belly Scan",
|
||||
"url": "https://bellyscan.com",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Zyx Mainnet",
|
||||
"chain": "ZYX",
|
||||
|
@ -1766,6 +1787,27 @@
|
|||
"url": "https://polygonscan.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Openpiece Testnet",
|
||||
"chain": "OPENPIECE",
|
||||
"icon": "openpiece",
|
||||
"network": "testnet",
|
||||
"rpc": ["https://testnet.openpiece.io"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Belly",
|
||||
"symbol": "BELLY",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://cryptopiece.online",
|
||||
"shortName": "OPtest",
|
||||
"chainId": 141,
|
||||
"networkId": 141,
|
||||
"explorers": [{
|
||||
"name": "Belly Scan",
|
||||
"url": "https://testnet.bellyscan.com",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "DAX CHAIN",
|
||||
"chain": "DAX",
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
"TXDC": "eip155:51",
|
||||
"cet": "eip155:52",
|
||||
"tcet": "eip155:53",
|
||||
"OP": "eip155:54",
|
||||
"ZYX": "eip155:55",
|
||||
"bnb": "eip155:56",
|
||||
"sys": "eip155:57",
|
||||
|
@ -98,6 +99,7 @@
|
|||
"feth": "eip155:127",
|
||||
"heco": "eip155:128",
|
||||
"MATIC": "eip155:137",
|
||||
"OPtest": "eip155:141",
|
||||
"dax": "eip155:142",
|
||||
"tpht": "eip155:162",
|
||||
"pht": "eip155:163",
|
||||
|
|
Loading…
Reference in New Issue
Block a user