Add chainID 8285 to KorthoTest (#223)

* add _data/chains/eip155-8285.json

* push code
This commit is contained in:
EircLi 2021-04-15 13:17:43 +08:00 committed by GitHub
parent 1eaa740d2f
commit ad31523d36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,19 @@
{
"name": "KorthoTest",
"chain": "Kortho",
"network": "Test",
"rpc": [
"https://www.krotho-test.net"
],
"faucets": [
],
"nativeCurrency": {
"name": "Kortho Test",
"symbol": "KTO",
"decimals": 11
},
"infoURL": "https://www.kortho.io/",
"shortName": "Kortho",
"chainId": 8285,
"networkId": 8285
}