Skip to content

Commit

Permalink
Merge pull request #210 from DAOmasons/votingComplete
Browse files Browse the repository at this point in the history
new contract
  • Loading branch information
jordanlesich authored Jun 10, 2024
2 parents 928b750 + aa0624e commit 2007013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const ADDR_PROD: Record<string, Address> = {
GM_FACTORY: '0xdc9787b869e22256a4f4f49f484586fcff0d351f',
GS_FACTORY: '0xb130175b648d4ce92ca6153eaa138cc69eb1cf4c',
HATS_POSTER: '0x363a6eFF03cdAbD5Cf4921d9A85eAf7dFd2A7efD',
VOTE_CONTEST: '0x413BAaf73db2330639d93e26d8Fdd909C74A1955',
VOTE_CONTEST: '0x60B753C86D142D7538341B7Fc3Ef6E84499636bB',
} as const;

export const ADDR: Record<string, Address> =
Expand Down

0 comments on commit 2007013

Please sign in to comment.