From 3dc4e0917637f28d33f2f5c8d18f9e4e6b39d7d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20=C5=BBuk=20=28Neti=29?= <117277751+kacperzuk-neti@users.noreply.github.com> Date: Fri, 15 Dec 2023 21:46:21 +0100 Subject: [PATCH] Add Kyoto Testnet (1998) (#3972) --- _data/chains/eip155-1998.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _data/chains/eip155-1998.json diff --git a/_data/chains/eip155-1998.json b/_data/chains/eip155-1998.json new file mode 100644 index 000000000000..84b4de87bce8 --- /dev/null +++ b/_data/chains/eip155-1998.json @@ -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" + } + ] +}