Skip to content

Commit

Permalink
feat: add support for Pin on Ink & Form, NFT reward on Ink (#1587)
Browse files Browse the repository at this point in the history
* feat(NFTreward): add support for Ink chain

* chore(dependencies): update types package to support Pin on Ink & Form
  • Loading branch information
TomiOhl authored Dec 16, 2024
1 parent 9db0898 commit ca0b232
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@emotion/styled": "^11.11.0",
"@fuels/connectors": "^0.36.0",
"@fuels/react": "^0.36.0",
"@guildxyz/types": "^1.10.31",
"@guildxyz/types": "^1.10.32",
"@hcaptcha/react-hcaptcha": "^1.4.4",
"@hookform/resolvers": "^3.3.4",
"@lexical/code": "^0.12.0",
Expand Down
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 ca0b232

Please sign in to comment.