Skip to content

Commit

Permalink
Fix bignumber import (#222)
Browse files Browse the repository at this point in the history
* Fix bignumber import

* Create smart-donkeys-rhyme.md
  • Loading branch information
vigneshka authored May 1, 2023
1 parent f3175b1 commit 5f77547
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/smart-donkeys-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@soundxyz/sdk": patch
---

Fix bignumber import
2 changes: 1 addition & 1 deletion packages/sdk/src/client/edition/mint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { validateSoundEdition } from '../validation'
import { getMerkleProof } from './merkle'
import { isSchedulePaused } from './schedules'
import { interfaceIds } from '@soundxyz/sound-protocol/interfaceIds'
import { isBigNumberish } from '@ethersproject/bignumber/lib/bignumber'
import { isBigNumberish } from '@ethersproject/bignumber/lib/bignumber.js'

export async function numberOfTokensOwned(
this: SoundClientInstance,
Expand Down

0 comments on commit 5f77547

Please sign in to comment.