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
The behaviour of the deployment depends on the existence of both the proxy table and the enabled and address flags. I've created the following decision tree to illustrate the process:
Intro
It goes like this:
Docs:
Tips
We currently have this helper:
fuels-ts/packages/fuels/src/cli/config/forcUtils.ts
Line 35 in 751d638
It is used here, but the
toml
contents get discarded when the method finishes:fuels-ts/packages/fuels/src/cli/config/loadConfig.ts
Line 92 in 56018e3
The final touch will probably have to be around here:
fuels-ts/packages/fuels/src/cli/commands/deploy/deployContract.ts
Line 28 in 8faeaa4
Ultimately, we should probably persist the TOML contents with the other artifacts.
Notes
I wonder if it'd be a good moment to address this issue together with:
The text was updated successfully, but these errors were encountered: