From 88df45abe1a8ff5864940633287695b18ecfe63e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20=C5=BBuk?= Date: Mon, 17 Jun 2024 12:22:00 +0200 Subject: [PATCH] Add Kyoto Mainnet (1997) --- _data/chains/eip155-1997.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _data/chains/eip155-1997.json diff --git a/_data/chains/eip155-1997.json b/_data/chains/eip155-1997.json new file mode 100644 index 000000000000..3ff402a8e173 --- /dev/null +++ b/_data/chains/eip155-1997.json @@ -0,0 +1,24 @@ +{ + "name": "Kyoto", + "chain": "KYOTO", + "rpc": ["https://rpc.kyotochain.io"], + "faucets": [], + "nativeCurrency": { + "name": "Kyoto", + "symbol": "KYOTO", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }], + "infoURL": "https://kyotoprotocol.io", + "shortName": "kyoto", + "chainId": 1997, + "networkId": 1997, + "slip44": 1, + "explorers": [ + { + "name": "Kyotoscan", + "url": "https://kyotoscan.io", + "standard": "EIP3091" + } + ] +}