Add CryptoKylin testnet (eip155-95) (#289)

This commit is contained in:
Matias Romeo 2021-06-06 07:47:39 -03:00 committed by GitHub
parent 02bd2cacd8
commit c56b588f67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,24 @@
{
"name": "CryptoKylin Testnet",
"chain": "EOS",
"network": "testnet",
"rpc": [
"https://kylin.eosargentina.io"
],
"faucets": [
],
"nativeCurrency": {
"name": "EOS",
"symbol": "EOS",
"decimals": 18
},
"infoURL": "https://www.cryptokylin.io/",
"shortName": "Kylin Testnet",
"chainId": 95,
"networkId": 95,
"explorers": [{
"name": "eosq",
"url": "https://kylin.eosargentina.io",
"standard": "EIP3091"
}]
}