You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
As per the business logic, it is required to withdraw the ERC-721 token from Polygon(L2) to the Ethereum(L1) network. The 'withdrawStart' function is working properly to burn the token on the Polygon network, but while using 'withdrawStartMany' or 'withdrawStartWithMetaData', getting an error like: err { code: -32000, message: 'execution reverted' }.
Hint
As per the implementation of 'withdrawStartMany' or 'withdrawStartWithMetaData', the functions should return the tx hash.
The tx hash needs to be submitted in the withdrawExit function to verify the tx.
Note
Faced above described issue while calling POS functions.
The text was updated successfully, but these errors were encountered:
kr-pratikp
changed the title
Getting error while calling function 'withdrawStartMany' and 'withdrawStartWithMetaData'
Getting error while calling function 'withdrawStartMany' and 'withdrawStartWithMetaData' on testnet
Oct 10, 2022
Describe the bug
As per the business logic, it is required to withdraw the ERC-721 token from Polygon(L2) to the Ethereum(L1) network. The 'withdrawStart' function is working properly to burn the token on the Polygon network, but while using 'withdrawStartMany' or 'withdrawStartWithMetaData', getting an error like: err { code: -32000, message: 'execution reverted' }.
Hint
Note
Faced above described issue while calling POS functions.
The text was updated successfully, but these errors were encountered: