Replies: 2 comments
-
I'm using anvil with arbitrum one fork..... tx recipet contains |
Beta Was this translation helpful? Give feedback.
0 replies
-
as always it was an unetantive typo |
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
-
I always get the
execution reverted (unknown custom error) (action="estimateGas", data="0x9bc13a2c", reason=null, transaction={ "data": "0x9f8420b3000000000000000000000000000000000000000000000000000589db5746d355000000000000000000000000000000000000000000000000000000000bfed5ed", "from": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266", "to": "0xf25484650484DE3d554fB0b7125e7696efA4ab99" }, invocation=null, revert=null, code=CALL_EXCEPTION, version=6.11.1)
which I guess means that it cannot find the function inside the proxy which is like it should be.. except it would still send the tx?
I guess such code is not suitable for it??
const getRenzoETHContract = new Contract('0xf25484650484de3d554fb0b7125e7696efa4ab99', getRenzoABI, signer);
should a tx be sent with some senTx method instead for proxies?.....
Beta Was this translation helpful? Give feedback.
All reactions