Conversation
Primata
commented
Mar 24, 2026
- scripts to handle deployment and configuration of OFTs
- environment configuration according to cli and profile
- propose multisig upgrade tx
- oft_fa v2
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Andy Golay <andygolay@gmail.com>
andygolay
left a comment
There was a problem hiding this comment.
i didn't check deploy.sh, config.sh, encode_configs.sh or set_move_env.sh so please double check all that before using. Otherwise LGTM, unit tests for oft_fa.move pass.
| [dependencies.AptosFramework] | ||
| git = "https://github.com/aptos-labs/aptos-framework.git" | ||
| rev = "mainnet" | ||
| rev = "99f5e915b6d231d0ffbc1aff282d36148d2a8b24" |
There was a problem hiding this comment.
Why choose this commit aptos-labs/aptos-framework@99f5e91?
There was a problem hiding this comment.
let me revert this
There was a problem hiding this comment.
@andygolay are we using mainnet or m1 nomeclature?
| set -u | ||
| # Exit on pipe failures | ||
| set -o pipefail | ||
| cli="aptos" |
There was a problem hiding this comment.
Should this be movement? This script is using a mix of movement and aptos
There was a problem hiding this comment.
you can use whatever, it depends on what you want. I used this to deploy GUI adapter on aptos, that's why it's currently aptos, but it's up to the user to use the correct cli.