Skip to content

Commit 8fba25c

Browse files
committed
chore: update contract addresses on devnet
1 parent a6224ed commit 8fba25c

19 files changed

+2851
-2409
lines changed

aggregation_mode/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ make start_proof_aggregator_gpu AGGREGATOR="sp1|risc0"
6161
1. Get latest aggregated proof:
6262

6363
```shell
64-
cast call 0xc351628EB244ec633d5f21fBD6621e1a683B1181 "currentAggregatedProofNumber()" --rpc-url http://localhost:8545
64+
cast call 0x1429859428C0aBc9C2C47C8Ee9FBaf82cFA0F20f "currentAggregatedProofNumber()" --rpc-url http://localhost:8545
6565
```
6666

6767
2. Get aggregated proof info:
6868

6969
```shell
70-
cast call 0xc351628EB244ec633d5f21fBD6621e1a683B1181 "getAggregatedProof(uint64)(uint8,bytes32,bytes32)" <AGG_PROOF_NUMBER> --rpc-url http://localhost:8545
70+
cast call 0x1429859428C0aBc9C2C47C8Ee9FBaf82cFA0F20f "getAggregatedProof(uint64)(uint8,bytes32,bytes32)" <AGG_PROOF_NUMBER> --rpc-url http://localhost:8545
7171
```

batcher/aligned-sdk/src/common/constants.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ pub const BUMP_MAX_RETRY_DELAY: u64 = 3600; // seconds
5252
/// NETWORK ADDRESSES ///
5353
/// BatcherPaymentService
5454
pub const BATCHER_PAYMENT_SERVICE_ADDRESS_DEVNET: &str =
55-
"0x7969c5eD335650692Bc04293B07F5BF2e7A673C0";
55+
"0xc351628EB244ec633d5f21fBD6621e1a683B1181";
5656
pub const BATCHER_PAYMENT_SERVICE_ADDRESS_HOLESKY: &str =
5757
"0x815aeCA64a974297942D2Bbf034ABEe22a38A003";
5858
pub const BATCHER_PAYMENT_SERVICE_ADDRESS_HOLESKY_STAGE: &str =
@@ -63,7 +63,7 @@ pub const BATCHER_PAYMENT_SERVICE_ADDRESS_MAINNET_STAGE: &str =
6363
"0x88ad27EfBeF16b6fC5b2E40c5155d61876f847c5";
6464

6565
/// AlignedServiceManager
66-
pub const ALIGNED_SERVICE_MANAGER_DEVNET: &str = "0x1613beB3B2C4f22Ee086B2b38C1476A3cE7f78E8";
66+
pub const ALIGNED_SERVICE_MANAGER_DEVNET: &str = "0xf5059a5D33d5853360D16C683c16e67980206f36";
6767
pub const ALIGNED_SERVICE_MANAGER_HOLESKY: &str = "0x58F280BeBE9B34c9939C3C39e0890C81f163B623";
6868
pub const ALIGNED_SERVICE_MANAGER_HOLESKY_STAGE: &str =
6969
"0x9C5231FC88059C086Ea95712d105A2026048c39B";
@@ -79,7 +79,7 @@ pub const ALIGNED_PROOF_AGG_SERVICE_ADDRESS_HOLESKY_STAGE: &str =
7979
pub const ALIGNED_PROOF_AGG_SERVICE_ADDRESS_HOLESKY: &str =
8080
"0xe84CD4084d8131841CE6DC265361f81F4C59a1d4";
8181
pub const ALIGNED_PROOF_AGG_SERVICE_ADDRESS_DEVNET: &str =
82-
"0xFD471836031dc5108809D173A067e8486B9047A3";
82+
"0x1429859428C0aBc9C2C47C8Ee9FBaf82cFA0F20f";
8383

8484
/// Batcher URL's
8585
pub const BATCHER_URL_DEVNET: &str = "ws://localhost:8080";

config-files/config-proof-aggregator-ethereum-package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
aligned_service_manager_address: "0x1613beB3B2C4f22Ee086B2b38C1476A3cE7f78E8"
2-
proof_aggregation_service_address: "0xFD471836031dc5108809D173A067e8486B9047A3"
1+
aligned_service_manager_address: "0xf5059a5D33d5853360D16C683c16e67980206f36"
2+
proof_aggregation_service_address: "0x1429859428C0aBc9C2C47C8Ee9FBaf82cFA0F20f"
33
eth_rpc_url: "http://localhost:8545"
44
eth_ws_url: "ws://localhost:8546"
55
max_proofs_in_queue: 1000

config-files/config-proof-aggregator-mock-ethereum-package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
aligned_service_manager_address: "0x1613beB3B2C4f22Ee086B2b38C1476A3cE7f78E8"
2-
proof_aggregation_service_address: "0x1429859428C0aBc9C2C47C8Ee9FBaf82cFA0F20f"
1+
aligned_service_manager_address: "0xf5059a5D33d5853360D16C683c16e67980206f36"
2+
proof_aggregation_service_address: "0x162A433068F51e18b7d13932F27e66a3f99E6890"
33
eth_rpc_url: "http://localhost:8545"
44
eth_ws_url: "ws://localhost:8546"
55
max_proofs_in_queue: 1000

config-files/config-proof-aggregator-mock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
aligned_service_manager_address: "0x1613beB3B2C4f22Ee086B2b38C1476A3cE7f78E8"
2-
proof_aggregation_service_address: "0x1429859428C0aBc9C2C47C8Ee9FBaf82cFA0F20f"
1+
aligned_service_manager_address: "0xf5059a5D33d5853360D16C683c16e67980206f36"
2+
proof_aggregation_service_address: "0x162A433068F51e18b7d13932F27e66a3f99E6890"
33
eth_rpc_url: "http://localhost:8545"
44
eth_ws_url: "ws://localhost:8545"
55
max_proofs_in_queue: 1000

config-files/config-proof-aggregator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
aligned_service_manager_address: "0x1613beB3B2C4f22Ee086B2b38C1476A3cE7f78E8"
2-
proof_aggregation_service_address: "0xFD471836031dc5108809D173A067e8486B9047A3"
1+
aligned_service_manager_address: "0xf5059a5D33d5853360D16C683c16e67980206f36"
2+
proof_aggregation_service_address: "0x1429859428C0aBc9C2C47C8Ee9FBaf82cFA0F20f"
33
eth_rpc_url: "http://localhost:8545"
44
eth_ws_url: "ws://localhost:8545"
55
max_proofs_in_queue: 1000

contracts/deployments/31337.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"CREATE2_SALT": "0x0000000000000000000000000000000000000000000000000000000000000009",
33
"SP1_VERIFIER_GATEWAY_GROTH16": "0x06530DD13aFB697B81E2d602a279EBAEC8Ca2E31",
44
"V4_0_0_RC3_SP1_VERIFIER_GROTH16": "0x14C66A76b06A414e62048c50e4d21B295ad2Cb0C"
5-
}
5+
}

contracts/script/deploy/config/devnet/batcher-payment-service.devnet.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"address": {
33
"batcherWallet": "0x9965507D1a55bcC2695C58ba16FB37d819B0A4dc",
44
"batcherPrivateKey": "0x8b3a350cf5c34c9194ca85829a2df0ec3153be0318b5e2d3348e872092edffba",
5-
"alignedLayerServiceManager": "0x1613beB3B2C4f22Ee086B2b38C1476A3cE7f78E8"
5+
"alignedLayerServiceManager": "0xf5059a5D33d5853360D16C683c16e67980206f36"
66
},
77
"amounts": {
88
"gasForAggregator": "300000",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"address": {
33
"sp1VerifierAddress": "0x06530DD13aFB697B81E2d602a279EBAEC8Ca2E31",
4-
"risc0VerifierAddress": "0x14C66A76b06A414e62048c50e4d21B295ad2Cb0C",
4+
"risc0VerifierAddress": "0x663F3ad617193148711d28f5334eE4Ed07016602",
55
"alignedAggregatorAddress": "0xa0Ee7A142d267C1f36714E4a8F75612F20a79720",
66
"alignedAggregatorAddressPrivateKey": "0x2a871d0798f97d79848a013d4936a73bf4cc922c825d33c1cf7073dff6d409c6"
77
},

contracts/script/output/devnet/alignedlayer_deployment_output.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"addresses": {
3-
"alignedLayerProxyAdmin": "0x84eA74d481Ee0A5332c457a4d796187F6Ba67fEB",
4-
"alignedLayerServiceManager": "0x1613beB3B2C4f22Ee086B2b38C1476A3cE7f78E8",
5-
"alignedLayerServiceManagerImplementation": "0x809d550fca64d94Bd9F66E60752A544199cfAC3D",
6-
"blsApkRegistry": "0x998abeb3E57409262aE5b751f60747921B33613E",
7-
"blsApkRegistryImplementation": "0x8f86403A4DE0BB5791fa46B8e795C547942fE4Cf",
8-
"indexRegistry": "0xf5059a5D33d5853360D16C683c16e67980206f36",
9-
"indexRegistryImplementation": "0x70e0bA845a1A0F2DA3359C97E0285013525FFC49",
10-
"operatorStateRetriever": "0xb7278A61aa25c888815aFC32Ad3cC52fF24fE575",
11-
"pauserRegistry": "0x9E545E3C0baAB3E08CdfD552C960A1050f373042",
12-
"registryCoordinator": "0x851356ae760d987E095750cCeb3bC6014560891C",
13-
"registryCoordinatorImplementation": "0x5eb3Bc0a489C5A8288765d2336659EbCA68FCd00",
14-
"serviceManagerRouter": "0xa82fF9aFd8f496c3d6ac40E2a0F282E47488CFc9",
15-
"stakeRegistry": "0x95401dc811bb5740090279Ba06cfA8fcF6113778",
16-
"stakeRegistryImplementation": "0x99bbA657f2BbC93c02D617f8bA121cB8Fc104Acf",
17-
"batcherPaymentService": "0x7969c5eD335650692Bc04293B07F5BF2e7A673C0",
18-
"batcherPaymentServiceImplementation": "0x2bdCC0de6bE1f7D2ee689a0342D76F52E8EFABa3"
3+
"alignedLayerProxyAdmin": "0xa82fF9aFd8f496c3d6ac40E2a0F282E47488CFc9",
4+
"alignedLayerServiceManager": "0xf5059a5D33d5853360D16C683c16e67980206f36",
5+
"alignedLayerServiceManagerImplementation": "0x1291Be112d480055DaFd8a610b7d1e203891C274",
6+
"blsApkRegistry": "0x4826533B4897376654Bb4d4AD88B7faFD0C98528",
7+
"blsApkRegistryImplementation": "0x5eb3Bc0a489C5A8288765d2336659EbCA68FCd00",
8+
"indexRegistry": "0x998abeb3E57409262aE5b751f60747921B33613E",
9+
"indexRegistryImplementation": "0x99bbA657f2BbC93c02D617f8bA121cB8Fc104Acf",
10+
"operatorStateRetriever": "0x82e01223d51Eb87e16A03E24687EDF0F294da6f1",
11+
"pauserRegistry": "0x1613beB3B2C4f22Ee086B2b38C1476A3cE7f78E8",
12+
"registryCoordinator": "0x95401dc811bb5740090279Ba06cfA8fcF6113778",
13+
"registryCoordinatorImplementation": "0x809d550fca64d94Bd9F66E60752A544199cfAC3D",
14+
"serviceManagerRouter": "0x851356ae760d987E095750cCeb3bC6014560891C",
15+
"stakeRegistry": "0x70e0bA845a1A0F2DA3359C97E0285013525FFC49",
16+
"stakeRegistryImplementation": "0x8f86403A4DE0BB5791fa46B8e795C547942fE4Cf",
17+
"batcherPaymentService": "0xc351628EB244ec633d5f21fBD6621e1a683B1181",
18+
"batcherPaymentServiceImplementation": "0x7bc06c482DEAd17c0e297aFbC32f6e63d3846650"
1919
},
2020
"chainInfo": {
2121
"chainId": 31337,

0 commit comments

Comments
 (0)