Skip to content

Commit b1a45ae

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

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

_data/chains/eip155-1998.json

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

0 commit comments

Comments
 (0)