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
Thanks for reporting. The issue is contract dependencies are passed in based on flow.json. These addresses are missing "0x" prefix. flixkit needs to verify dependency addresses are formatted correctly to be used to replace "string" imports.
Current Behavior
Executing this generated template (generated with
flow flix generate ...
) results in errorUpdating the template at line 683 from
to
results in successful execution. This makes me think that the error lies in how the aliased imports are replaced.
Expected Behavior
I would expect the generated template to execute successfully
Steps To Reproduce
From a project root with a Testnet address properly configured and funded from Faucet, run
And you'll see the reported error
Environment
What are you currently working on that this is blocking?
Generating a FLIX template for this example repo
The text was updated successfully, but these errors were encountered: