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
where it can only match 'tuple[]' or 'tuple[12]' something like this. But the Seaport contract of opensea using 'tuple[][]' structure type for fulfillAvailableOrders and fulfillAvailableAdvancedOrders, which causes the regex match failed and can not correct encoding the data. The seaport contract is
pip freeze
outputWhat was wrong?
The tuple regex match is something like this (in abi.py)
where it can only match 'tuple[]' or 'tuple[12]' something like this. But the Seaport contract of opensea using 'tuple[][]' structure type for
fulfillAvailableOrders
andfulfillAvailableAdvancedOrders
, which causes the regex match failed and can not correct encoding the data. The seaport contract ishttps://etherscan.io/address/0x00000000006c3852cbEf3e08E8dF289169EdE581
Please help to handle this case.
The text was updated successfully, but these errors were encountered: