Skip to content

Commit

Permalink
Merge pull request #213 from DAOmasons/demo
Browse files Browse the repository at this point in the history
new testnet deploy
  • Loading branch information
jordanlesich authored Jun 11, 2024
2 parents d1d7e17 + 6f93fdf commit c341442
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 @@ -8,7 +8,7 @@ export const ADDR_TESTNET: Record<string, Address> = {
GM_FACTORY: '0x14e32E7893D6A1fA5f852d8B2fE8c57A2aB670ba',
GS_FACTORY: '0x8D994BEef251e30C858e44eCE3670feb998CA77a',
HATS_POSTER: '0x4F0dc1C7d91d914d921F3C9C188F4454AE260317',
VOTE_CONTEST: '0x009C84Ba52F109Ed3559FA39a60b5b8A2f167ec0',
VOTE_CONTEST: '0x7E1E70ef71A7EA8a3328822bA4410A82A73f575d',
} as const;

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

0 comments on commit c341442

Please sign in to comment.