eip155-126 update to mainnet (#838)

* Create EIP155-126.json

* Update EIP155-126.json

* Update EIP155-126.json

* Update EIP155-126.json

* Create oychain.json

* Update EIP155-126.json

add "icon"

* Rename EIP155-126.json to eip155-126.json

* Update _data/chains/eip155-126.json

Co-authored-by: ligi <ligi@ligi.de>

* Update eip155-126.json

* Create eip155-129.json

* Update eip155-126.json

* Update eip155-129.json

* Update eip155-126.json

* Update and rename eip155-129.json to eip155-1268.json

* Update eip155-126.json

* Update eip155-126.json

* Update eip155-1268.json

* Update eip155-1268.json

* Update eip155-126.json

* Update eip155-126.json

* Update and rename eip155-1268.json to eip155-125.json

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
nfttoken 2022-02-06 23:56:46 +08:00 committed by GitHub
parent 478097f8de
commit 9e682a4f49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 9 deletions

View File

@ -0,0 +1,25 @@
{
"name": "OYchain Testnet",
"chain": "OYchain",
"rpc": [
"https://rpc.testnet.oychain.io"
],
"faucets": [
"https://faucet.oychain.io"
],
"nativeCurrency": {
"name": "OYchain Token",
"symbol": "OY",
"decimals": 18
},
"infoURL": "https://www.oychain.io",
"shortName": "oychain testnet",
"chainId": 125,
"networkId": 125,
"slip44": 125,
"explorers": [{
"name": "OYchain Testnet Explorer",
"url": "https://explorer.testnet.oychain.io",
"standard": "none"
}]
}

View File

@ -1,26 +1,26 @@
{
"name": "OYchain Testnet",
"name": "OYchain Mainnet",
"chain": "OYchain",
"icon": "oychain",
"rpc": [
"https://rpc.cntop3.com"
"https://rpc.mainnet.oychain.io"
],
"faucets": [
"https://faucet.cntop3.com"
],
"faucets": [ ],
"nativeCurrency": {
"name": "OYchain Token",
"symbol": "OY",
"decimals": 18
},
"infoURL": "https://www.cntop3.com",
"shortName": "oychain",
"infoURL": "https://www.oychain.io",
"shortName": "oychain mainnet",
"chainId": 126,
"networkId": 126,
"slip44": 126,
"explorers": [{
"name": "OYchain Explorer",
"url": "https://scan.cntop3.com",
"name": "OYchain Mainnet Explorer",
"url": "https://explorer.oychain.io",
"standard": "none"
}]
}