Skip to content

Commit

Permalink
feat(NFTreward): add support for Ink chain
Browse files Browse the repository at this point in the history
  • Loading branch information
TomiOhl committed Dec 16, 2024
1 parent 9db0898 commit 6bbb72d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const GUILD_REWARD_NFT_FACTORY_ADDRESSES = {
MODE: "0x097E05f7a194a30A482CC9616460498980bE79d3",
AVALANCHE: "0x13ec6b98362e43add08f7cc4f6befd02fa52ee01",
LISK: "0x13ec6b98362e43add08f7cc4f6befd02fa52ee01",
INK: "0x13ec6b98362e43add08f7cc4f6befd02fa52ee01",
SEPOLIA: "0xa9e8e62266d449b766d305075248790bdd46facb",
} as const satisfies Partial<Record<Chain, `0x${string}`>>

Expand Down

0 comments on commit 6bbb72d

Please sign in to comment.