Deploying to gh-pages from @ ethereum-lists/chains@9e0da3a87e 🚀

This commit is contained in:
ligi 2022-01-30 09:43:57 +00:00
parent e076f361c6
commit 65876dcaf3
5 changed files with 37 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1168,6 +1168,19 @@
"rpc": ["https://decentralized-web.tech/dw_rpc.php"],
"faucets": [],
"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",
"chainId": 127,

View File

@ -1571,6 +1571,27 @@
"symbol": "DWU",
"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",
"chain": "FETH",

View File

@ -89,6 +89,7 @@
"fuse": "eip155:122",
"spark": "eip155:123",
"dwu": "eip155:124",
"oychain": "eip155:126",
"feth": "eip155:127",
"heco": "eip155:128",
"MATIC": "eip155:137",