Skip to content

Commit

Permalink
updates for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
spacehaz committed Oct 30, 2024
1 parent 0ea5ce8 commit 9c7d1ae
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Linkdrop SDK


## 2.1.14
- added claiming_finished_auto_redirect property

## 2.1.13
- fix for factory address type

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linkdrop-batch-sdk",
"version": "2.1.13",
"version": "2.1.14",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down
2 changes: 2 additions & 0 deletions src/helpers/get-link-params.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const getLinkParams = async (
claiming_finished_button_title,
claiming_finished_button_url,
claiming_finished_button_on,
claiming_finished_auto_redirect,
preferred_wallet_on,
linkdrop_token,
token_image,
Expand All @@ -60,6 +61,7 @@ const getLinkParams = async (
claim_pattern,
token_id,
token_amount,
claiming_finished_auto_redirect,
sender_signature,
proxy_contract_version,
wei_amount,
Expand Down
1 change: 1 addition & 0 deletions src/types/link-params/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ type TLinkParams = {
claiming_finished_button_title: string
claiming_finished_button_url: string
claiming_finished_button_on: boolean
claiming_finished_auto_redirect: boolean
preferred_wallet_on: boolean
linkdrop_token: boolean
token_image: string
Expand Down

0 comments on commit 9c7d1ae

Please sign in to comment.