Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ https://suiscan.xyz/testnet/account/{your-address}

# Challenges

**Deployed Contract Address:** `0x936313e502e9cbf6e7a04fe2aeb4c60bc0acd69729acc7a19921b33bebf72d03`
**Deployed Contract Address:** `0xaff30ff9a4b40845d8bdc91522a2b8e8e542ee41c0855f5cb21a652a00c45e96`

**Transaction Digest:** `FDM3FUBJStmycZp1tb7ucVH7oA66iVo1uVHoy1iA8he1`
**Transaction Digest:** `2tyDGac3iD3WuUvuqW7yZ2qdVMwxZ8gJ4vxfojhnQWzp`

All challenges are Move modules within the single `ctf` package located in the `contracts/` directory.

Expand Down
8 changes: 4 additions & 4 deletions contracts/Published.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

[published.testnet]
chain-id = "4c78adac"
published-at = "0x936313e502e9cbf6e7a04fe2aeb4c60bc0acd69729acc7a19921b33bebf72d03"
original-id = "0x936313e502e9cbf6e7a04fe2aeb4c60bc0acd69729acc7a19921b33bebf72d03"
published-at = "0xaff30ff9a4b40845d8bdc91522a2b8e8e542ee41c0855f5cb21a652a00c45e96"
original-id = "0xaff30ff9a4b40845d8bdc91522a2b8e8e542ee41c0855f5cb21a652a00c45e96"
version = 1
toolchain-version = "1.67.1"
toolchain-version = "1.63.2"
build-config = { flavor = "sui", edition = "2024" }
upgrade-capability = "0xd4d02a10bbab9283e45e7e062757a45e4cd1f809cf0a8976c8112204c77f6feb"
upgrade-capability = "0xbb171f8358b710c8fa6934e98653e4ceaa2a2c42a68e95ea7131b2e49d316331"
2 changes: 1 addition & 1 deletion contracts/sources/sabotage_arena.move
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fun init(ctx: &mut TxContext) {
flags_remaining: 10,
shield_threshold: 12,
cooldown_ms: 600_000,
deadline_ms: 1772974800000,
deadline_ms: 1773547200000,
});

transfer::transfer(AdminCap {
Expand Down