Skip to content

Commit

Permalink
Add Mode support for Guild Pin & NFT reward
Browse files Browse the repository at this point in the history
  • Loading branch information
TomiOhl committed Jul 24, 2024
1 parent 4b290b2 commit ae1312c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export const GUILD_REWARD_NFT_FACTORY_ADDRESSES = {
POLYGON_ZKEVM: "0x13ec6B98362E43Add08f7CC4f6befd02fa52eE01",
ZETACHAIN: "0x13ec6B98362E43Add08f7CC4f6befd02fa52eE01",
MINT: "0x097E05f7a194a30A482CC9616460498980bE79d3",
MODE: "0x097E05f7a194a30A482CC9616460498980bE79d3",
SEPOLIA: "0xa9e8e62266d449b766d305075248790bdd46facb",
} as const satisfies Partial<Record<Chain, `0x${string}`>>

Expand Down
1 change: 1 addition & 0 deletions src/utils/guildCheckout/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ export const GUILD_PIN_CONTRACTS = {
LINEA: "0x4205e56a69a0130a9e0828d45d0c84e45340a196",
CYBER: "0x13ec6b98362e43add08f7cc4f6befd02fa52ee01",
MINT: "0x13ec6b98362e43add08f7cc4f6befd02fa52ee01",
MODE: "0x13ec6b98362e43add08f7cc4f6befd02fa52ee01",
SEPOLIA: "0xac49ee0c3bda5f851eac9a3184a21041e9afe379",
} as const satisfies Partial<Record<Chain, `0x${string}`>>

Expand Down

0 comments on commit ae1312c

Please sign in to comment.