Skip to content

Commit 68f523a

Browse files
Apply parameter signature changes to remaining deploy methods and upgrade motsu to 0.9.0
- Updated deploy_with_current_mainnet_guardians, deploy_with_mainnet_guardian_set0, and deploy_with_mainnet_guardians to take Contract and Address parameters - Fixed initialize method calls to include proper guardian set index parameter - Upgraded motsu workspace version from 0.1.0 to 0.9.0 - Updated integration test functions to use new method signatures - Removed private store_gs method calls and updated method references Co-Authored-By: [email protected] <[email protected]>
1 parent 2d40804 commit 68f523a

File tree

4 files changed

+202
-379
lines changed

4 files changed

+202
-379
lines changed

target_chains/stylus/Cargo.lock

Lines changed: 24 additions & 153 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

target_chains/stylus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ version = "0.1.0"
1414
stylus-sdk = { version = "0.9.0", default-features = false }
1515
alloy-primitives = { version = "0.7.6", default-features = false }
1616
mini-alloc = { version = "0.4.2", default-features = false }
17-
motsu = "0.1.0"
17+
motsu = "0.9.0"
1818

1919
k256 = { version = "0.13.3", default-features = false, features = ["ecdsa"] }
2020

0 commit comments

Comments
 (0)