nft-swap-sdk
                                
                                 nft-swap-sdk copied to clipboard
                                
                                    nft-swap-sdk copied to clipboard
                            
                            
                            
                        loadApprovalStatusForOrder returning `false` for the taker
Neither these two functions seem to be returning the correct result (true). I've confirmed the inputs and have confirmed the approve limits on revoke.cash. Notably, it's only on the taker side this is occurring.
const amount = ethers.BigNumber.from(bundle[0].amount);
return await nftSwapSdk.loadApprovalStatus(bundle[0], signerAddress, undefined, {
   approvalAmount: amount,
});
const approvalStatus = await nftSwapSdk.loadApprovalStatusForOrder(
   signed_order,
   "TAKER"
);