Deploy and Version#

Deployment makes your current builder setup live.

Deploy from UI#

Open: Contracts -> Your Contract -> Deployments

Steps:

  1. Click Deploy
  2. Review changes
  3. Confirm
  4. Wait for Active status

What deployment changes#

After deploy:

  • Runtime endpoints become active
  • Functions tab reflects the active version
  • Transactions start recording calls to that version

Version history#

Each deploy creates a version snapshot.

You can:

  • View older versions
  • Compare release notes
  • Roll back from UI if needed

Rollback#

Open previous successful version and click Rollback.

Use rollback when a new version has unexpected runtime behavior.

What just happened#

  • You promoted builder changes to active runtime APIs.
  • Velarics stored the release as a versioned snapshot.
  • You can recover quickly through rollback in the UI.