Conversation
|
👋 FelixFan1992, thanks for creating this pull request! To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team. Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks! |
| } | ||
| } | ||
|
|
||
| #[test] |
There was a problem hiding this comment.
currently, we can use a hack:
[published.testnet]
chain-id = "4c78adac"
published-at = "0x0000000000000000000000000000000000000000000000000000000000000000"
original-id = "0x0000000000000000000000000000000000000000000000000000000000000000"
version = 1
but this is not ideal. waiting for Sui team to release a new approach
|
Seems like the primary remaining item in this PR is the insufficient gas error. Likely due to account selection in the CLI. |
|
@FelixFan1992 Currently all tests should pass with the exception of the upgrades via MCMS. The issue with MCMS upgrades is that we are still using the CLI the build the compiled package.
When using the That should be the last missing piece. The summary is that we are now creating the |
No description provided.