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

Commit

Permalink
added contract addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
larrotiz committed Dec 15, 2023
1 parent 9110bdc commit 406bf71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ui/components/ticket-to-space/SubmitTTSInfoModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type SubmitInfoModalProps = {
mint?: Function
}

const TICKET_TO_SPACE_ADDRESS = '0x2b9496C22956E23CeC73299B9d3d3b7A9483D6Ff' //mumbai address
const TICKET_TO_SPACE_ADDRESS = '0x6434c90c9063F0Bed0800a23c75eBEdDF71b6c52' //mumbai address

export function SubmitTTSInfoModal({
balance,
Expand Down
4 changes: 2 additions & 2 deletions ui/pages/sweepstakes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import ERC20 from '../../const/abis/ERC20.json'
import ttsSweepstakesV2 from '../../const/abis/ttsSweepstakesV2.json'
import { devWhitelist } from '../../const/tts/whitelist'

const TICKET_TO_SPACE_ADDRESS = '0x2b9496C22956E23CeC73299B9d3d3b7A9483D6Ff' //mumbai
const TICKET_TO_SPACE_ADDRESS = '0x6434c90c9063F0Bed0800a23c75eBEdDF71b6c52' //polygon

export default function Sweepstakes({ nftMetadata }: any) {
const [time, setTime] = useState<string>()
Expand All @@ -45,7 +45,7 @@ export default function Sweepstakes({ nftMetadata }: any) {
)

const { contract: mooneyContract } = useContract(
'0x77d8b01e64Dd3E50fc5f0325fA5791378bA25dC5',
'0x74Ac7664ABb1C8fa152D41bb60e311a663a41C7E',
ERC20.abi
) //mumbai mooney

Expand Down

0 comments on commit 406bf71

Please sign in to comment.