Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #37 from traderjoe-xyz/max/add-any-item-strategy
Browse files Browse the repository at this point in the history
add STRATEGY_ANY_ITEM_FROM_COLLECTION_FOR_FIXED_PRICE_ADDRESS
  • Loading branch information
Max-3-7 authored Oct 5, 2022
2 parents aabed97 + bdc5cc7 commit 24b2c37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,11 @@ export const STRATEGY_STANDARD_SALE_FOR_FIXED_PRICE_ADDRESS: { [chainId in Chain
[ChainId.AVALANCHE]: '0x24ab13f8B58be64a91a7291b5e0CF32fCDDcc62B'
}

export const STRATEGY_ANY_ITEM_FROM_COLLECTION_FOR_FIXED_PRICE_ADDRESS: { [chainId in ChainId]: string } = {
[ChainId.FUJI]: '0xB241C61Bf878083c675599256d15be4bd331423c',
[ChainId.AVALANCHE]: '0x54b0FF0aCc6dB70AF9445497FbbA412BB651906F'
}

export const TRANSFER_MANAGER_ERC721_ADDRESS: { [chainId in ChainId]: string } = {
[ChainId.FUJI]: '0x06f90fd024d0f21b02cB0e7e504e7653C24Ec434',
[ChainId.AVALANCHE]: '0x16736b117ab4842C825599db1f1F4B0fd32D3751'
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export {
ROYALTY_FEE_REGISTRY_ADDRESS,
ROYALTY_FEE_SETTER_ADDRESS,
STRATEGY_STANDARD_SALE_FOR_FIXED_PRICE_ADDRESS,
STRATEGY_ANY_ITEM_FROM_COLLECTION_FOR_FIXED_PRICE_ADDRESS,
TRANSFER_MANAGER_ERC721_ADDRESS,
TRANSFER_MANAGER_ERC1155_ADDRESS,
TRANSFER_MANAGER_NON_COMPLIANT_ERC721_ADDRESS,
Expand Down

0 comments on commit 24b2c37

Please sign in to comment.