From be5663417ab90bd13d34cab80956fc2acec7032b Mon Sep 17 00:00:00 2001 From: Kyle Betts Date: Fri, 19 Feb 2021 12:09:47 -0500 Subject: [PATCH] Added faucet to testnet --- _data/chains/eip155-43113.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_data/chains/eip155-43113.json b/_data/chains/eip155-43113.json index 3770345c..acdc1dc2 100644 --- a/_data/chains/eip155-43113.json +++ b/_data/chains/eip155-43113.json @@ -5,7 +5,9 @@ "rpc": [ "https://api.avax-test.network/ext/bc/C/rpc" ], - "faucets": [], + "faucets": [ + "https://faucet.avax-test.network/" + ], "nativeCurrency": { "name": "AVAX", "symbol": "AVAX",