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" + } + ] +}