Skip to content

Commit

Permalink
added update for factory address
Browse files Browse the repository at this point in the history
  • Loading branch information
spacehaz committed Sep 16, 2024
1 parent 2ce460f commit 0ea5ce8
Show file tree
Hide file tree
Showing 4 changed files with 848 additions and 12,596 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Linkdrop SDK

## 2.1.13
- fix for factory address type

## 2.1.12
- get factory address for claim link

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.12",
"version": "2.1.13",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/types/link-params/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type TLinkParams = {
token_image: string
token_name: string
additional_wallets_on: boolean
factory_address: boolean
factory_address: string
}

export default TLinkParams
Loading

0 comments on commit 0ea5ce8

Please sign in to comment.