We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32dd3d0 commit 42ac832Copy full SHA for 42ac832
_data/chains/eip155-1998.json
@@ -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