After running the delegate instructions of the Auctioneer Program, My previous code for fetching the AH details is no more working. It says Auctioneer Authority is also required but when I pass the authority parameter it gives an error. Below is the code for fetching auction house details:
const auctionHouseObj = await metaplex .auctionHouse() .findByAddress({ address: new PublicKey("6d2ipuim1xY76ob4rHmP9Tt4jYCesPUfQCbPPGKa36s"), auctioneerAuthority: new PublicKey(auctionHouseAuthority), });
After running the delegate instructions of the Auctioneer Program, My previous code for fetching the AH details is no more working. It says Auctioneer Authority is also required but when I pass the authority parameter it gives an error. Below is the code for fetching auction house details:
const auctionHouseObj = await metaplex .auctionHouse() .findByAddress({ address: new PublicKey("6d2ipuim1xY76ob4rHmP9Tt4jYCesPUfQCbPPGKa36s"), auctioneerAuthority: new PublicKey(auctionHouseAuthority), });
And getting following error:
MetaplexError: AuctionHouse > Auctioneer Authority Required