From 8db0e3b5c8deddd3b5530bf1e6e09b10085f6ef6 Mon Sep 17 00:00:00 2001 From: Theo Date: Thu, 21 Mar 2024 18:30:26 +0100 Subject: [PATCH] Update --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 9b4bcfd..731d082 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -23,7 +23,7 @@ const GAME_FACTORY_ADDR = "0x50FF19187e7e407fb969F6CDe366baf3be122D97"; async function fundWallet(walletAddress: string): Promise { console.info("Funding wallet"); - const response = await fetch('https://faucet.testnet.inco.org/api/get-faucet', { + const response = await fetch('https://faucetdev.testnet.inco.org/api/get-faucet', { method: 'POST', headers: { 'Content-Type': 'application/json'