Skip to content

Commit

Permalink
Update contracta.ts
Browse files Browse the repository at this point in the history
Update smart contract address
  • Loading branch information
EmilFattakhov authored Jan 10, 2024
1 parent 85e9aa7 commit 317dbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/src/constants/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const contracts: Contract[] = [
{
chainId: 1002,
name: 'Faucet',
address: `0x238060160E04D938a34bDf425396384dC878F5E8`,
address: `0xAe7b1b1e458D8EbC8e656A2B87fcbE989831e692`,
abi: FAUCET
}
]

0 comments on commit 317dbbf

Please sign in to comment.