sdk.nft.transfer does not work backend using ETHERS package #350
Labels
bug
Something isn't working
Tier 3 - in progress
Tier three question: ETA for fix is 4-7 business days (requires contract changes / bug fix)
Lower priority issue as this can be resolved by using the Web3 package instead of ethers.
currently, attempting to call sdk.nft.transfer when the wallet is created with ETHERS package fails
due to there being 2 function signatures for safeTransferFrom, rarible sdk with ethers is unable to select the current safeTransferFrom function to execute
this issue is solved if I switch to using the Web3 package instead of ethers. However, this SHOULD work in ethers.
The text was updated successfully, but these errors were encountered: