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 1df3b01 commit bd055a7
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: "0x1B5e452Af8a7093584b83B0dc5334ffa8012bd4c",
sepolia_testnet: "0xAFaCdA1462549e6FaEEeECEb445023eCEe7826a6",
zeta_testnet: "0xd10A44909f82D6f08fa40E6f6d91c001b1B25548",
sepolia_testnet: "0xF3d548fC8Dd903B3d7efba2aC1be8683034f1086",
}
const [showMore, setShowMore] = useState(false)

Expand Down

0 comments on commit bd055a7

Please sign in to comment.