-
I am trying to exchange WETH for DOGE.
|
Beta Was this translation helpful? Give feedback.
Answered by
Elnaril
Feb 24, 2025
Replies: 1 comment 3 replies
-
Hi @p-and14 ! With the latest SDK version (v2.0.0) you can decode some possible codec.decode.contract_error("0xd81b2f2e0000000000000000000000000000000000000000000000000000000000000000") The result for this particular error is: ('AllowanceExpired(uint256)', {'deadline': 0}) => Are you sure you have |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
p-and14
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @p-and14 !
With the latest SDK version (v2.0.0) you can decode some possible
ContractCustomError:
The result for this particular error is:
=> Are you sure you have
permit2
'ed the Universal Router and approved thepermit2
contract for WETH ?