Skip to content

Commit

Permalink
New interfaces for SoundEditionV1_1 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshka committed Dec 1, 2022
1 parent e296118 commit 26a470e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .changeset/spicy-cups-rescue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@soundxyz/sound-protocol": patch
---

SoundEditionV1_1
- Implements the interface for OpenSea's Mandatory Operator Filterer for royalties via ClosedSea
- Security enhancements for Golden egg computations
- Adds some additional events for ETHWithdrawn, ERC20Withdrawn, Minted, and Airdropped
- Cleans up some assembly logic into a library

1 change: 1 addition & 0 deletions src/interfaceIds.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export const interfaceIds = {
ISoundEditionV1: "0x50899e54",
ISoundEditionV1_1: "0x425aac3d",
IMinterModule: "0x37c74bd8",
IFixedPriceSignatureMinter: "0xa61bd96f",
IMerkleDropMinter: "0x89691c4c",
Expand Down
1 change: 1 addition & 0 deletions src/json/interfaceIds.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"ISoundEditionV1": "0x50899e54",
"ISoundEditionV1_1": "0x425aac3d",
"IMinterModule": "0x37c74bd8",
"IFixedPriceSignatureMinter": "0xa61bd96f",
"IMerkleDropMinter": "0x89691c4c",
Expand Down

0 comments on commit 26a470e

Please sign in to comment.