Update eip155-126.json

This commit is contained in:
nfttoken 2022-02-05 17:24:21 +08:00 committed by GitHub
parent b6274c148e
commit b16696f14e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,26 +1,24 @@
{ {
"name": "OYchain Testnet", "name": "OYchain Mainnet",
"chain": "OYchain", "chain": "OYchain",
"icon": "oychain", "icon": "oychain",
"rpc": [ "rpc": [
"https://rpc.cntop3.com" "https://rpc-mainnet.oychain.io"
],
"faucets": [
"https://faucet.cntop3.com"
], ],
"faucets": [ ],
"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",
"chainId": 126, "chainId": 126,
"networkId": 126, "networkId": 126,
"slip44": 126, "slip44": 126,
"explorers": [{ "explorers": [{
"name": "OYchain Explorer", "name": "OYchain Explorer",
"url": "https://scan.cntop3.com", "url": "https://explorer.oychain.io",
"standard": "none" "standard": "none"
}] }]
} }