Skip to content

Commit c6751d9

Browse files
committed
feat: batcherPaymentService hoodi deployment
1 parent 9ac7f44 commit c6751d9

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"address": {
33
"batcherWallet": "0x03D284fDf9a80A71C98107B59c35A0E493D69Fae",
4-
"alignedLayerServiceManager": ""
4+
"alignedLayerServiceManager": "0x87CD431F160e88EC34fA48EC6F6cF7F2C0E8248c"
55
},
66
"permissions": {
77
"owner": "0xF138043AC49a0cbB1C8fF03433B51861eA0AE927"

contracts/script/output/hoodi/alignedlayer_deployment_output.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"registryCoordinatorImplementation": "0x59c3d46a9164dd5Bb6346eE3fb6A3a25F1D0B159",
1414
"serviceManagerRouter": "0x2DAd030F48b35c50019a590858255518124d1589",
1515
"stakeRegistry": "0xCe3DFA29Ce371ccE673E631213d827157cfe67e0",
16-
"stakeRegistryImplementation": "0x9E30b5ADc48C8Ef4fcBc01e36BfCD01d329B3042"
16+
"stakeRegistryImplementation": "0x9E30b5ADc48C8Ef4fcBc01e36BfCD01d329B3042",
17+
"batcherPaymentService": "0x041af25Fce2413570aaa0029D36DeA1eFdeff083",
18+
"batcherPaymentServiceImplementation": "0x30C0Df2DA0A4c5104D49f2861ea1DaAd2B03DaD0"
1719
},
1820
"chainInfo": {
1921
"chainId": 560048,
@@ -27,4 +29,4 @@
2729
"alignedLayerPauser": "0xF138043AC49a0cbB1C8fF03433B51861eA0AE927",
2830
"alignedLayerUpgrader": "0xF138043AC49a0cbB1C8fF03433B51861eA0AE927"
2931
}
30-
}
32+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"addresses": {
3+
"batcherPaymentService": "0x041af25Fce2413570aaa0029D36DeA1eFdeff083",
4+
"batcherPaymentServiceImplementation": "0x30C0Df2DA0A4c5104D49f2861ea1DaAd2B03DaD0"
5+
}
6+
}

0 commit comments

Comments
 (0)