Skip to content

Commit

Permalink
feat: intent upgrade 1
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Nov 30, 2024
1 parent 94c54ac commit 632422d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions contracts/sui/intent_v1/Move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[move]
version = 2
manifest_digest = "98D61E209B14303968330F0EFC76A2BCA10F1065B357DB92B66C1F4B4555BF8E"
manifest_digest = "60DCA2D2A79FE96B95B2369F8F6254D154018E9DF6C55324974C7BD9EFC9C6C0"
deps_digest = "3C4103934B1E040BB6B23F1D610B4EF9F2F1166A50A104EADCF77467C004C600"
dependencies = [
{ name = "Sui" },
Expand Down Expand Up @@ -45,5 +45,5 @@ published-version = "1"
[env.mainnet]
chain-id = "35834a8a"
original-published-id = "0xbf8044a8f498b43e48ad9ad8a7d23027a45255903e8b4765dda38da2d1b89600"
latest-published-id = "0xbf8044a8f498b43e48ad9ad8a7d23027a45255903e8b4765dda38da2d1b89600"
published-version = "1"
latest-published-id = "0x60e1374475a5ed016e264c1c3a59ee9c1a42726f93b100ee22cad053f293b6f5"
published-version = "2"
3 changes: 2 additions & 1 deletion contracts/sui/intent_v1/Move.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[addresses]
intent = '0xbf8044a8f498b43e48ad9ad8a7d23027a45255903e8b4765dda38da2d1b89600'
intent_v1 = '0xbf8044a8f498b43e48ad9ad8a7d23027a45255903e8b4765dda38da2d1b89600'
intents_v1 = '0x0'

Expand All @@ -20,4 +21,4 @@
[package]
edition = '2024.beta'
name = 'intents_v1'
published-at = '0xbf8044a8f498b43e48ad9ad8a7d23027a45255903e8b4765dda38da2d1b89600'
published-at = '0x60e1374475a5ed016e264c1c3a59ee9c1a42726f93b100ee22cad053f293b6f5'

0 comments on commit 632422d

Please sign in to comment.