Replies: 1 comment
-
In v6, there is a method that returns the AbiCoder, which can be overridden. I have not spent much time on testing the full capability of using it, but it isn't really a priority. But if you have success with it, please share it here for others to appreciate. :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm updating my code to use CAIP-10 multi-chain addresses so eg I'm using
evm:1:0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2
as the WETH address, etc.I'd like to update my event parser so that whenever I get an address from tx logs, this address gets a prefix according to the network it came from.
My current(ly broken) attempt:
Beta Was this translation helpful? Give feedback.
All reactions