Skip to content

Commit

Permalink
update sui to 1.22.0
Browse files Browse the repository at this point in the history
The change in MystenLabs/sui#16697
released on April 2 defaults to a newer version of Move that
does not compile the token contract created by the backend.
  • Loading branch information
fariedt authored and noumanahmads committed Jul 8, 2024
1 parent be36f8e commit db8b31b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:20-bookworm-slim

ENV RELEASE="testnet-v1.21.0"
ENV RELEASE_ARCHIVE="sui-testnet-v1.21.0-ubuntu-x86_64.tgz"
ENV RELEASE="testnet-v1.22.0"
ENV RELEASE_ARCHIVE="sui-testnet-v1.22.0-ubuntu-x86_64.tgz"
ENV WORK_DIR="/contracts"
ENV HOME="/home/s3"

Expand Down
1 change: 1 addition & 0 deletions backend/backend/coin_template/token3/Move.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "<%- packageName %>"
version = "0.0.1"
edition = "legacy"

# edition = "2024.alpha" # To use the Move 2024 edition, currently in alpha
# license = "" # e.g., "MIT", "GPL", "Apache 2.0"
Expand Down

0 comments on commit db8b31b

Please sign in to comment.