Skip to content

Commit bfc3d5b

Browse files
committed
chore: deploy contracts with zisk values in config files
1 parent 65b9b04 commit bfc3d5b

5 files changed

Lines changed: 43 additions & 18 deletions

File tree

aggregation_mode/sdk/src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub const ALIGNED_AGG_PAYMENT_SERVICE_ADDRESS_MAINNET_STAGE: &str = "0x0";
1212
pub const ALIGNED_AGG_PAYMENT_SERVICE_ADDRESS_SEPOLIA: &str = "0x0";
1313
pub const ALIGNED_AGG_PAYMENT_SERVICE_ADDRESS_HOODI: &str = "0x0";
1414
pub const ALIGNED_AGG_PAYMENT_SERVICE_ADDRESS_DEVNET: &str =
15-
"0xB0D4afd8879eD9F52b28595d31B441D079B2Ca07";
15+
"0x922D6956C99E12DFeB3224DEA977D0939758A1Fe";
1616

1717
// AggregationMode Gateway urls for chain
1818
pub const ALIGNED_AGG_MODE_GATEWAY_URL_MAINNET: &str = "";

contracts/script/deploy/config/devnet/proof-aggregator-service.devnet.mock.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"programs_id": {
1010
"sp1AggregationProgramVKHash": "0x00d6e32a34f68ea643362b96615591c94ee0bf99ee871740ab2337966a4f77af",
1111
"risc0AggregationProgramImageId": "0x8908f01022827e80a5de71908c16ee44f4a467236df20f62e7c994491629d74c",
12-
"ziskAggregationProgramVKHash": ""
12+
"ziskAggregationProgramVKHash": "0xf65864040c58087c19d2793043dcfe0cbf99e8d555b45f20e1801cc447a69108"
1313
},
1414
"permissions": {
1515
"owner": "0x14dC79964da2C08b23698B3D3cc7Ca32193d9955"

contracts/script/output/devnet/proof_aggregation_service_deployment_output.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"addresses": {
33
"alignedProofAggregationService": "0xcbEAF3BDe82155F56486Fb5a1072cb8baAf547cc",
44
"alignedProofAggregationServiceImplementation": "0xFD471836031dc5108809D173A067e8486B9047A3",
5-
"aggregationModePaymentService": "0xB0D4afd8879eD9F52b28595d31B441D079B2Ca07",
6-
"aggregationModePaymentServiceImplementation": "0x1429859428C0aBc9C2C47C8Ee9FBaf82cFA0F20f"
5+
"aggregationModePaymentService": "0x922D6956C99E12DFeB3224DEA977D0939758A1Fe",
6+
"aggregationModePaymentServiceImplementation": "0x162A433068F51e18b7d13932F27e66a3f99E6890"
77
}
88
}

contracts/scripts/anvil/state/alignedlayer-deployed-anvil-state.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

network_params.yaml

Lines changed: 38 additions & 13 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)