Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshka committed Dec 29, 2023
1 parent 3d6bf53 commit eba10cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 8 additions & 3 deletions packages/sdk/src/contract/edition-v2/abi/sound-edition-v2_1.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const SOUND_EDITION_V2_1_IMPLEMENTATION_ADDRESS = '0x000000000000Be2397A709213a10cf71b07f42eE'
export const SOUND_EDITION_V2_1_IMPLEMENTATION_ADDRESS = '0x000000000053C8B49473BDa4b8d1DC47CAb411CC'

export const SOUND_EDITION_V2_1_ABI = [
{ inputs: [], name: 'AlreadyInitialized', type: 'error' },
Expand Down Expand Up @@ -44,7 +44,6 @@ export const SOUND_EDITION_V2_1_ABI = [
{ indexed: false, internalType: 'address[]', name: 'to', type: 'address[]' },
{ indexed: false, internalType: 'uint256', name: 'quantity', type: 'uint256' },
{ indexed: false, internalType: 'uint256', name: 'fromTokenId', type: 'uint256' },
{ indexed: false, internalType: 'uint32', name: 'fromTierTokenIdIndex', type: 'uint32' },
],
name: 'Airdropped',
type: 'event',
Expand Down Expand Up @@ -180,7 +179,6 @@ export const SOUND_EDITION_V2_1_ABI = [
{ indexed: false, internalType: 'address', name: 'to', type: 'address' },
{ indexed: false, internalType: 'uint256', name: 'quantity', type: 'uint256' },
{ indexed: false, internalType: 'uint256', name: 'fromTokenId', type: 'uint256' },
{ indexed: false, internalType: 'uint32', name: 'fromTierTokenIdIndex', type: 'uint32' },
],
name: 'Minted',
type: 'event',
Expand Down Expand Up @@ -323,6 +321,13 @@ export const SOUND_EDITION_V2_1_ABI = [
stateMutability: 'view',
type: 'function',
},
{
inputs: [],
name: 'V2_1',
outputs: [{ internalType: 'bool', name: '', type: 'bool' }],
stateMutability: 'view',
type: 'function',
},
{
inputs: [
{ internalType: 'uint8', name: 'tier', type: 'uint8' },
Expand Down
2 changes: 2 additions & 0 deletions packages/sdk/src/contract/edition-v2/interfaceIds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ import type { Hex } from 'viem'

export const interfaceIds = {
ISoundEditionV2: '0x7888cfe1',
ISoundEditionV2_1: '0x8477f7b3',
ISuperMinter: '0x1459ad68',
ISuperMinterV2: '0x75dd7850',
} as const satisfies Record<string, Hex>

0 comments on commit eba10cb

Please sign in to comment.