Skip to content

Commit 6b8794e

Browse files
authored
Merge pull request #4 from jhheider/dependabot/cargo/alloy-sol-types-1.3.1
Bump alloy-sol-types from 1.3.0 to 1.3.1
2 parents 2ddb64f + 80f1d09 commit 6b8794e

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

Cargo.lock

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

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2024"
55

66
[dependencies]
77
alloy-contract = "1.0.25"
8-
alloy-sol-types = "1.3.0"
8+
alloy-sol-types = "1.3.1"
99
lazy_static = "1.5.0"
1010
serde = { version = "1.0.219", features = ["derive", "serde_derive"] }
1111
alloy = "1.0.25"

lib/src/deployer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pub async fn ensure_deployed(
4646
)
4747
.connect_http(get_rpc_url()?);
4848
GpgRewardDeployer::new(get_contract_address()?, provider)
49-
.deploy(key_id_to_bytes(key_id)?)
49+
.deploy_call(key_id_to_bytes(key_id)?)
5050
.send()
5151
.await
5252
.context("Failed to deploy GPG reward wallet")?

0 commit comments

Comments
 (0)