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@9e682a4f49 🚀
This commit is contained in:
parent
e1be36e500
commit
a174131f33
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1183,17 +1183,30 @@
|
||||||
"infoURL": "https://decentralized-web.tech/dw_chain.php"
|
"infoURL": "https://decentralized-web.tech/dw_chain.php"
|
||||||
}, {
|
}, {
|
||||||
"name": "OYchain Testnet",
|
"name": "OYchain Testnet",
|
||||||
|
"chainId": 125,
|
||||||
|
"shortName": "oychain testnet",
|
||||||
|
"networkId": 125,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "OYchain Token",
|
||||||
|
"symbol": "OY",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc.testnet.oychain.io"],
|
||||||
|
"faucets": ["https://faucet.oychain.io"],
|
||||||
|
"infoURL": "https://www.oychain.io"
|
||||||
|
}, {
|
||||||
|
"name": "OYchain Mainnet",
|
||||||
"chainId": 126,
|
"chainId": 126,
|
||||||
"shortName": "oychain",
|
"shortName": "oychain mainnet",
|
||||||
"networkId": 126,
|
"networkId": 126,
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "OYchain Token",
|
"name": "OYchain Token",
|
||||||
"symbol": "OY",
|
"symbol": "OY",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"rpc": ["https://rpc.cntop3.com"],
|
"rpc": ["https://rpc.mainnet.oychain.io"],
|
||||||
"faucets": ["https://faucet.cntop3.com"],
|
"faucets": [],
|
||||||
"infoURL": "https://www.cntop3.com"
|
"infoURL": "https://www.oychain.io"
|
||||||
}, {
|
}, {
|
||||||
"name": "Factory 127 Mainnet",
|
"name": "Factory 127 Mainnet",
|
||||||
"chainId": 127,
|
"chainId": 127,
|
||||||
|
|
|
@ -1602,22 +1602,42 @@
|
||||||
}, {
|
}, {
|
||||||
"name": "OYchain Testnet",
|
"name": "OYchain Testnet",
|
||||||
"chain": "OYchain",
|
"chain": "OYchain",
|
||||||
"icon": "oychain",
|
"rpc": ["https://rpc.testnet.oychain.io"],
|
||||||
"rpc": ["https://rpc.cntop3.com"],
|
"faucets": ["https://faucet.oychain.io"],
|
||||||
"faucets": ["https://faucet.cntop3.com"],
|
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "OYchain Token",
|
"name": "OYchain Token",
|
||||||
"symbol": "OY",
|
"symbol": "OY",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://www.cntop3.com",
|
"infoURL": "https://www.oychain.io",
|
||||||
"shortName": "oychain",
|
"shortName": "oychain testnet",
|
||||||
|
"chainId": 125,
|
||||||
|
"networkId": 125,
|
||||||
|
"slip44": 125,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "OYchain Testnet Explorer",
|
||||||
|
"url": "https://explorer.testnet.oychain.io",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "OYchain Mainnet",
|
||||||
|
"chain": "OYchain",
|
||||||
|
"icon": "oychain",
|
||||||
|
"rpc": ["https://rpc.mainnet.oychain.io"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "OYchain Token",
|
||||||
|
"symbol": "OY",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.oychain.io",
|
||||||
|
"shortName": "oychain mainnet",
|
||||||
"chainId": 126,
|
"chainId": 126,
|
||||||
"networkId": 126,
|
"networkId": 126,
|
||||||
"slip44": 126,
|
"slip44": 126,
|
||||||
"explorers": [{
|
"explorers": [{
|
||||||
"name": "OYchain Explorer",
|
"name": "OYchain Mainnet Explorer",
|
||||||
"url": "https://scan.cntop3.com",
|
"url": "https://explorer.oychain.io",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
}]
|
}]
|
||||||
}, {
|
}, {
|
||||||
|
|
|
@ -90,7 +90,8 @@
|
||||||
"fuse": "eip155:122",
|
"fuse": "eip155:122",
|
||||||
"spark": "eip155:123",
|
"spark": "eip155:123",
|
||||||
"dwu": "eip155:124",
|
"dwu": "eip155:124",
|
||||||
"oychain": "eip155:126",
|
"oychain testnet": "eip155:125",
|
||||||
|
"oychain mainnet": "eip155:126",
|
||||||
"feth": "eip155:127",
|
"feth": "eip155:127",
|
||||||
"heco": "eip155:128",
|
"heco": "eip155:128",
|
||||||
"MATIC": "eip155:137",
|
"MATIC": "eip155:137",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user