Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
update contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Jun 14, 2024
1 parent 12f09f8 commit 1df3b01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/giveaway/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ import {

const GiveawayPage = () => {
const contracts = {
zeta_testnet: "0x4A32767A436Be427a6bc17E99B88eC8200b53e1c",
sepolia_testnet: "0x1303B2d1Ecde800BA1C955Cb15A5D08c9B43760c",
zeta_testnet: "0x1B5e452Af8a7093584b83B0dc5334ffa8012bd4c",
sepolia_testnet: "0xAFaCdA1462549e6FaEEeECEb445023eCEe7826a6",
}
const [showMore, setShowMore] = useState(false)

Expand Down

0 comments on commit 1df3b01

Please sign in to comment.