Skip to content

Commit

Permalink
Add Kyoto Testnet (1998) (#3972)
Browse files Browse the repository at this point in the history
  • Loading branch information
kacperzuk-neti authored Dec 15, 2023
1 parent 384fff9 commit 3dc4e09
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _data/chains/eip155-1998.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Kyoto Testnet",
"chain": "KYOTO",
"rpc": ["https://rpc.testnet.kyotoprotocol.io:8545"],
"faucets": ["https://faucet.kyotoprotocol.io"],
"nativeCurrency": {
"name": "Kyoto",
"symbol": "KYOTO",
"decimals": 18
},
"features": [{ "name": "EIP155" }],
"infoURL": "https://kyotoprotocol.io",
"shortName": "kyoto-testnet",
"chainId": 1998,
"networkId": 1998,
"slip44": 1,
"explorers": [
{
"name": "Kyotoscan",
"url": "https://testnet.kyotoscan.io",
"standard": "EIP3091"
}
]
}

0 comments on commit 3dc4e09

Please sign in to comment.