Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshka committed Dec 14, 2023
1 parent 3779621 commit f623f84
Show file tree
Hide file tree
Showing 13 changed files with 1,224 additions and 98 deletions.
5 changes: 5 additions & 0 deletions .changeset/four-weeks-fetch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@soundxyz/sdk': minor
---

support SuperMinterV1_1
5 changes: 5 additions & 0 deletions .changeset/fuzzy-singers-invent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@soundxyz/sdk': patch
---

Update sdk for SuperMinterV1_1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const SUPER_MINTER_ADDRESS = '0x0000000000CF4558c36229ac0026ee16D3aE35Cd'
export const SUPER_MINTER_V1_ADDRESS = '0x0000000000CF4558c36229ac0026ee16D3aE35Cd'

export const SUPER_MINTER_ABI = [
export const SUPER_MINTER_V1_ABI = [
{ inputs: [], name: 'CallerNotDelegated', type: 'error' },
{ inputs: [], name: 'ExceedsMaxPerAccount', type: 'error' },
{ inputs: [], name: 'ExceedsMintSupply', type: 'error' },
Expand Down Expand Up @@ -981,3 +981,8 @@ export const SUPER_MINTER_ABI = [
},
{ stateMutability: 'payable', type: 'receive' },
] as const

export const SUPER_MINTER_V1 = {
address: SUPER_MINTER_V1_ADDRESS,
abi: SUPER_MINTER_V1_ABI,
} as const
Loading

0 comments on commit f623f84

Please sign in to comment.