Skip to content

Commit

Permalink
Use the QuestFactory proxy address
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathandiep committed Aug 10, 2023
1 parent 95ed60d commit 8a9b3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quests/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ import { getAddress } from 'viem'
export const QUEST_FACTORY_ADDRESS = (chainId: number) => {
switch (chainId) {
default:
return getAddress('0x53431b13e9d353676658e6da81186301fee31526')
return getAddress('0x52629961F71C1C2564C5aa22372CB1b9fa9EBA3E')
}
}

0 comments on commit 8a9b3fa

Please sign in to comment.