Skip to content

Commit f6195f3

Browse files
committed
chore(kms-connector): update mock contract address
1 parent c67662a commit f6195f3

File tree

3 files changed

+8
-19
lines changed

3 files changed

+8
-19
lines changed

kms-connector/.sqlx/query-104ddb7d42e409798b340fe63281d893a88cdee93f4caa655e7c3b25e9347232.json

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

kms-connector/.sqlx/query-ed6985b72be07dc05088337a387057b5ec1f2a64e2778551dffe0c88aa4de8fb.json

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

kms-connector/crates/utils/src/tests/setup/gw.rs

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ use crate::{
33
conn::WalletGatewayProvider,
44
provider::{FillersWithoutNonceManagement, NonceManagedProvider},
55
tests::setup::{ROOT_CARGO_TOML, pick_free_port},
6-
// tests::setup::{ROOT_CARGO_TOML, pick_free_port},
76
};
87
use alloy::{
9-
primitives::{Address, ChainId, FixedBytes},
8+
primitives::{Address, ChainId, address},
109
providers::{ProviderBuilder, WsConnect},
1110
};
1211
use fhevm_gateway_bindings::{
@@ -22,15 +21,13 @@ use testcontainers::{
2221
};
2322
use tracing::info;
2423

25-
pub const DECRYPTION_MOCK_ADDRESS: Address = Address(FixedBytes([
26-
184, 174, 68, 54, 92, 69, 167, 197, 37, 107, 20, 246, 7, 202, 226, 59, 192, 64, 195, 84,
27-
]));
28-
pub const GATEWAY_CONFIG_MOCK_ADDRESS: Address = Address(FixedBytes([
29-
159, 167, 153, 249, 90, 114, 37, 140, 4, 21, 223, 237, 216, 207, 118, 210, 97, 60, 117, 15,
30-
]));
31-
pub const KMS_MANAGEMENT_MOCK_ADDRESS: Address = Address(FixedBytes([
32-
200, 27, 227, 169, 24, 21, 210, 212, 9, 109, 174, 8, 26, 113, 22, 201, 250, 123, 223, 8,
33-
]));
24+
pub const DECRYPTION_MOCK_ADDRESS: Address = address!("0x9FA799F95A72258c0415DFEdd8Cf76D2613c750f");
25+
26+
pub const GATEWAY_CONFIG_MOCK_ADDRESS: Address =
27+
address!("0xE61cff9C581c7c91AEF682c2C10e8632864339ab");
28+
29+
pub const KMS_MANAGEMENT_MOCK_ADDRESS: Address =
30+
address!("0x286f5339934279C74df10123bDbeEF3CaE932c22");
3431

3532
pub const TEST_MNEMONIC: &str =
3633
"coyote sketch defense hover finger envelope celery urge panther venue verb cheese";

0 commit comments

Comments
 (0)