From f348de456678807dd6144acf293cbc9662abf54c Mon Sep 17 00:00:00 2001 From: ChrisiPK <59296592+ChrisiPK@users.noreply.github.com> Date: Fri, 3 Jun 2022 18:55:17 +0200 Subject: [PATCH] Add Kiln testnet --- _data/chains/eip155-1337802.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 _data/chains/eip155-1337802.json diff --git a/_data/chains/eip155-1337802.json b/_data/chains/eip155-1337802.json new file mode 100644 index 00000000..bc673685 --- /dev/null +++ b/_data/chains/eip155-1337802.json @@ -0,0 +1,30 @@ +{ + "name": "Kiln", + "chain": "ETH", + "network": "testnet", + "rpc": [ + "https://rpc.kiln.themerge.dev", + ], + "faucets": [ + "https://faucet.kiln.themerge.dev", + "https://kiln-faucet.pk910.de", + "https://kilnfaucet.com", + + ], + "nativeCurrency": { + "name": "Testnet ETH", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://kiln.themerge.dev/", + "shortName": "kiln", + "chainId": 1337802, + "networkId": 1337802, + "icon": "ethereum", + "explorers": [{ + "name": "Kiln Explorer", + "url": "https://explorer.kiln.themerge.dev", + "icon": "ethereum", + "standard": "EIP3091" + }] +}