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 #36 from traderjoe-xyz/max/batch-transfer-nfts
Browse files Browse the repository at this point in the history
Add BatchTransferNFTs
  • Loading branch information
Max-3-7 authored Sep 7, 2022
2 parents 7094c6e + edc3738 commit ccefc05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,3 +289,8 @@ export const AUCTION_HOUSE: { [chainId in ChainId]: string } = {
[ChainId.FUJI]: '0x768Ba583BC928C6a691FAaD7E924c94E6E6F4F98',
[ChainId.AVALANCHE]: '0x341C84811477b16AB7eAE4F07980547E4Df42559'
}

export const BATCH_TRANSFER_NFT: { [chainId in ChainId]: string } = {
[ChainId.FUJI]: '0x497f6d5a33f03cdc26edafea19e5e3b7e5cf76e8',
[ChainId.AVALANCHE]: '0x42Ac9B9CA43b2C36Ac1E78eA3bc71905f55a589a'
}
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ export {
ERC721_TOKEN_ADDRESS,
LAUNCHPEG_FACTORY_ADDRESS,
LAUNCHPEG_LENS_ADDRESS,
AUCTION_HOUSE
AUCTION_HOUSE,
BATCH_TRANSFER_NFT
} from './constants'

export * from './errors'
Expand Down

0 comments on commit ccefc05

Please sign in to comment.