Skip to content

Commit 062a020

Browse files
Add Kyoto Mainnet (1998)
1 parent 3a36b3e commit 062a020

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

_data/chains/eip155-1997.json

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

0 commit comments

Comments
 (0)