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
Hi there,
I'm new in foundry and I've been looking for a response to this question without success :(
hope you can help me!
Let's say we have a script contract (ScriptCtrB) and a contract (CtrA), CtrA has a delegateCall function that is expected delegates on a defined contract. ACtrA delegation on ScriptCtrB should work normally or not?
In case it should, please check this repo simulating the explained case.
In case it shouldn’t, would like to know the reason for not working.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there,
I'm new in foundry and I've been looking for a response to this question without success :(
hope you can help me!
Let's say we have a script contract (
ScriptCtrB
) and a contract (CtrA
),CtrA
has adelegateCall
function that is expected delegates on a defined contract. ACtrA
delegation onScriptCtrB
should work normally or not?In case it should, please check this repo simulating the explained case.
In case it shouldn’t, would like to know the reason for not working.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions