Skip to content

Contract Manager: Explicitly select Sui environment, add custom Wormhole deploy script#3474

Merged
matej-douro merged 1 commit intomainfrom
matej/lazer-sui-deploy
Feb 13, 2026
Merged

Contract Manager: Explicitly select Sui environment, add custom Wormhole deploy script#3474
matej-douro merged 1 commit intomainfrom
matej/lazer-sui-deploy

Conversation

@matej-douro
Copy link
Contributor

Summary

Smaller changes in preparation for mainnet deployment.

Rationale

How has this been tested?

  • Current tests cover my changes
  • Added new tests
  • Manually tested the code

@vercel
Copy link

vercel bot commented Feb 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
api-reference Ready Ready Preview, Comment Feb 13, 2026 9:31pm
component-library Ready Ready Preview, Comment Feb 13, 2026 9:31pm
developer-hub Ready Ready Preview, Comment Feb 13, 2026 9:31pm
4 Skipped Deployments
Project Deployment Actions Updated (UTC)
entropy-explorer Skipped Skipped Feb 13, 2026 9:31pm
insights Skipped Skipped Feb 13, 2026 9:31pm
proposals Skipped Skipped Feb 13, 2026 9:31pm
staking Skipped Skipped Feb 13, 2026 9:31pm

Request Review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e844364bb0

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

jq -r '.base64WithFlag'
)

set -xeuo pipefail

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Enable strict mode before deriving signing keys

set -xeuo pipefail is activated only after the sui keytool ... | jq ... assignments, so failures in sui keytool export/convert (for example an invalid --key-alias or CLI error) are masked because pipefail is not active and jq exits successfully on empty input. In that case SUI_KEY/WORM_KEY can become empty and the script proceeds into publish/init steps with invalid credentials instead of failing fast, which makes deployments fail later and less predictably.

Useful? React with 👍 / 👎.

@matej-douro matej-douro merged commit 28ee9b9 into main Feb 13, 2026
10 checks passed
@matej-douro matej-douro deleted the matej/lazer-sui-deploy branch February 13, 2026 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants