Hello,

Sign up to join our community!

Welcome Back,

Please login to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

I just deploy a super-easy-sc that performs the getAmountOut to any sc pair of maiar via proxy. When I call the function, I get that the "sync execution request is not in the same shard" and its because I use the "execute_on_dest_context()". Is there any way to perform a async_call() and return de value? I see the function ".with_callback()" but It seems that method didn't return value, just perform modifications in sc... Any other option?