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