From c2c676aaf9771dc3317acce7cefd39434f57c6af Mon Sep 17 00:00:00 2001 From: ligi Date: Sun, 9 Jan 2022 14:53:30 +0100 Subject: [PATCH] Add FaucETH links --- _data/chains/eip155-1337702.json | 5 +++-- _data/chains/eip155-4.json | 5 ++++- _data/chains/eip155-42.json | 1 + _data/chains/eip155-421611.json | 1 + _data/chains/eip155-5.json | 3 ++- _data/chains/eip155-69.json | 4 +++- 6 files changed, 14 insertions(+), 5 deletions(-) diff --git a/_data/chains/eip155-1337702.json b/_data/chains/eip155-1337702.json index 30d56428..07598eab 100644 --- a/_data/chains/eip155-1337702.json +++ b/_data/chains/eip155-1337702.json @@ -5,8 +5,9 @@ "rpc": [ "https://rpc.kintsugi.themerge.dev" ], - "faucets": [ - "https://faucet.kintsugi.themerge.dev" + "faucets": [ + "http://fauceth.komputing.org?chain=1337702&address=${ADDRESS}", + "https://faucet.kintsugi.themerge.dev" ], "nativeCurrency": { "name": "kintsugi Ethere", diff --git a/_data/chains/eip155-4.json b/_data/chains/eip155-4.json index ef77f275..341b245e 100644 --- a/_data/chains/eip155-4.json +++ b/_data/chains/eip155-4.json @@ -6,7 +6,10 @@ "https://rinkeby.infura.io/v3/${INFURA_API_KEY}", "wss://rinkeby.infura.io/ws/v3/${INFURA_API_KEY}" ], - "faucets": ["https://faucet.rinkeby.io"], + "faucets": [ + "http://fauceth.komputing.org?chain=4&address=${ADDRESS}", + "https://faucet.rinkeby.io" + ], "nativeCurrency": { "name": "Rinkeby Ether", "symbol": "RIN", diff --git a/_data/chains/eip155-42.json b/_data/chains/eip155-42.json index db7db908..4f2fef1b 100644 --- a/_data/chains/eip155-42.json +++ b/_data/chains/eip155-42.json @@ -10,6 +10,7 @@ "ws://kovan.poa.network:8546" ], "faucets": [ + "http://fauceth.komputing.org?chain=42&address=${ADDRESS}", "https://faucet.kovan.network", "https://gitter.im/kovan-testnet/faucet" ], diff --git a/_data/chains/eip155-421611.json b/_data/chains/eip155-421611.json index 885f7957..ecd40d0c 100644 --- a/_data/chains/eip155-421611.json +++ b/_data/chains/eip155-421611.json @@ -11,6 +11,7 @@ "decimals": 18 }, "rpc": [ + "http://fauceth.komputing.org?chain=421611&address=${ADDRESS}", "https://rinkeby.arbitrum.io/rpc", "wss://rinkeby.arbitrum.io/ws" ], diff --git a/_data/chains/eip155-5.json b/_data/chains/eip155-5.json index e3aa3e07..70c1cec9 100644 --- a/_data/chains/eip155-5.json +++ b/_data/chains/eip155-5.json @@ -8,7 +8,8 @@ "https://rpc.goerli.mudit.blog/" ], "faucets": [ - "https://goerli-faucet.slock.it/?address=${ADDRESS}", + "http://fauceth.komputing.org?chain=5&address=${ADDRESS}", + "https://goerli-faucet.slock.it?address=${ADDRESS}", "https://faucet.goerli.mudit.blog" ], "nativeCurrency": { diff --git a/_data/chains/eip155-69.json b/_data/chains/eip155-69.json index 0f62fec7..25395770 100644 --- a/_data/chains/eip155-69.json +++ b/_data/chains/eip155-69.json @@ -3,7 +3,9 @@ "title": "Optimistic Ethereum Testnet Kovan", "chain": "ETH", "rpc": ["https://kovan.optimism.io/"], - "faucets": [], + "faucets": [ + "http://fauceth.komputing.org?chain=69&address=${ADDRESS}" + ], "nativeCurrency": { "name": "Kovan Ether", "symbol": "KOR",