Skip to content

Commit 42ac832

Browse files
Add Kyoto Testnet (1998)
1 parent 32dd3d0 commit 42ac832

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

_data/chains/eip155-1998.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "Kyoto Testnet",
3+
"chain": "KYOTO",
4+
"rpc": [
5+
"https://rpc.testnet.kyotoprotocol.io:8545"
6+
],
7+
"faucets": [
8+
"https://faucet.kyotoprotocol.io/"
9+
],
10+
"nativeCurrency": {
11+
"name": "Kyoto",
12+
"symbol": "KYOTO",
13+
"decimals": 18
14+
},
15+
"features": [{ "name": "EIP155" }],
16+
"infoURL": "https://kyotoprotocol.io",
17+
"shortName": "kyoto-testnet",
18+
"chainId": 1998,
19+
"networkId": 1998,
20+
"slip44": 1,
21+
"explorers": [{
22+
"name": "Kyotoscan",
23+
"url": "https://testnet.kyotoscan.io/",
24+
"standard": "EIP3091"
25+
}]
26+
}

0 commit comments

Comments
 (0)