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@9e0da3a87e 🚀
This commit is contained in:
parent
e076f361c6
commit
65876dcaf3
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1168,6 +1168,19 @@
|
||||||
"rpc": ["https://decentralized-web.tech/dw_rpc.php"],
|
"rpc": ["https://decentralized-web.tech/dw_rpc.php"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://decentralized-web.tech/dw_chain.php"
|
"infoURL": "https://decentralized-web.tech/dw_chain.php"
|
||||||
|
}, {
|
||||||
|
"name": "OYchain Testnet",
|
||||||
|
"chainId": 126,
|
||||||
|
"shortName": "oychain",
|
||||||
|
"networkId": 126,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "OYchain Token",
|
||||||
|
"symbol": "OY",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc.cntop3.com"],
|
||||||
|
"faucets": ["https://faucet.cntop3.com"],
|
||||||
|
"infoURL": "https://www.cntop3.com"
|
||||||
}, {
|
}, {
|
||||||
"name": "Factory 127 Mainnet",
|
"name": "Factory 127 Mainnet",
|
||||||
"chainId": 127,
|
"chainId": 127,
|
||||||
|
|
|
@ -1571,6 +1571,27 @@
|
||||||
"symbol": "DWU",
|
"symbol": "DWU",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
"name": "OYchain Testnet",
|
||||||
|
"chain": "OYchain",
|
||||||
|
"icon": "oychain",
|
||||||
|
"rpc": ["https://rpc.cntop3.com"],
|
||||||
|
"faucets": ["https://faucet.cntop3.com"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "OYchain Token",
|
||||||
|
"symbol": "OY",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.cntop3.com",
|
||||||
|
"shortName": "oychain",
|
||||||
|
"chainId": 126,
|
||||||
|
"networkId": 126,
|
||||||
|
"slip44": 126,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "OYchain Explorer",
|
||||||
|
"url": "https://scan.cntop3.com",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Factory 127 Mainnet",
|
"name": "Factory 127 Mainnet",
|
||||||
"chain": "FETH",
|
"chain": "FETH",
|
||||||
|
|
|
@ -89,6 +89,7 @@
|
||||||
"fuse": "eip155:122",
|
"fuse": "eip155:122",
|
||||||
"spark": "eip155:123",
|
"spark": "eip155:123",
|
||||||
"dwu": "eip155:124",
|
"dwu": "eip155:124",
|
||||||
|
"oychain": "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