Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoXD committed Mar 21, 2024
1 parent f106def commit 8db0e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const GAME_FACTORY_ADDR = "0x50FF19187e7e407fb969F6CDe366baf3be122D97";

async function fundWallet(walletAddress: string): Promise<boolean> {
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'
Expand Down

0 comments on commit 8db0e3b

Please sign in to comment.