Skip to content

Commit

Permalink
feat: update task1
Browse files Browse the repository at this point in the history
  • Loading branch information
zach-mantle committed Dec 16, 2024
1 parent b59fd05 commit 11242b3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions mover/zach-mantle/code/task1/move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[move]
version = 3
manifest_digest = "34425D71E3B1A4B4D8C3FE3F649D476B026C6676A254D4A0555C82E3442549B7"
manifest_digest = "C1F2C219F5A7A1C6ED6BE340A2E62AF415A8D3BBC1CFD3B2171513AD71CA1B33"
deps_digest = "F8BBB0CCB2491CA29A3DF03D6F92277A4F3574266507ACD77214D37ECA3F3082"
dependencies = [
{ id = "Sui", name = "Sui" },
Expand All @@ -21,14 +21,14 @@ dependencies = [
]

[move.toolchain-version]
compiler-version = "1.38.2"
compiler-version = "1.39.1"
edition = "2024.beta"
flavor = "sui"

[env]

[env.testnet]
chain-id = "4c78adac"
original-published-id = "0xa8a3da4000d285dde381a8fd689fb4c6ec6f05933ebb84128c8cb9dfd90b6be1"
latest-published-id = "0xa8a3da4000d285dde381a8fd689fb4c6ec6f05933ebb84128c8cb9dfd90b6be1"
published-version = "1"
original-published-id = "0x0669be1f17a040a281eedb48e3c09a340046ddf49a596872282c2d6e290ca0f6"
latest-published-id = "0x0669be1f17a040a281eedb48e3c09a340046ddf49a596872282c2d6e290ca0f6"
published-version = "1"
4 changes: 2 additions & 2 deletions mover/zach-mantle/code/task1/move.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "task01"
name = "task1"
edition = "2024.beta" # edition = "legacy" to use legacy (pre-2024) Move
# license = "" # e.g., "MIT", "GPL", "Apache 2.0"
# authors = ["..."] # e.g., ["Joe Smith ([email protected])", "John Snow ([email protected])"]
Expand All @@ -19,7 +19,7 @@ Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-fram
# Override = { local = "../conflicting/version", override = true }

[addresses]
task01 = "0x0"
task1 = "0x0"

# Named addresses will be accessible in Move as `@name`. They're also exported:
# for example, `std = "0x1"` is exported by the Standard Library.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion mover/zach-mantle/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 基本信息
- Sui钱包地址: `0x3bceb1a7a03aeab12e846f34d31685dc3b9f147f204f562717972b1e5f68c7a0`
- Sui钱包地址: `0x58e6b80d7430be4f2775709468ff31e9f6e8880de9b661ced934733fde917e7c`
> 首次参与需要完成第一个任务注册好钱包地址才被合并,并且后续学习奖励会打入这个地址
- github: `zach-mantle`

Expand Down

0 comments on commit 11242b3

Please sign in to comment.