Add ChainId 2559 for kortho mainnet (#302)

* add _data/chains/eip155-8285.json

* push code

* add eip155-2559.json

* change shot names.

* change shotName
This commit is contained in:
EircLi 2021-06-28 13:16:59 +08:00 committed by GitHub
parent c0d9b638fb
commit 08cf64a552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,19 @@
{
"name": "Kortho Mainnet",
"chain": "Kortho Chain",
"network": "mainnet",
"rpc": [
"https://www.kortho-chain.com"
],
"faucets": [
],
"nativeCurrency": {
"name": "KorthoChain",
"symbol": "KTO",
"decimals": 11
},
"infoURL": "https://www.kortho.io/",
"shortName": "ktoc",
"chainId": 2559,
"networkId": 2559
}