Skip to content

Commit a5bdbdb

Browse files
committed
fix: use new nomenclature for staking contract in address book
Signed-off-by: Tomás Migone <[email protected]>
1 parent fd5fbd4 commit a5bdbdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/arbitrumSepoliaAddressScript.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ export let addresses: Addresses = {
1313
graphToken: '{{arbsep.L2GraphToken.address}}',
1414
epochManager: '{{arbsep.EpochManager.address}}',
1515
disputeManager: '{{arbsep.DisputeManager.address}}',
16-
staking: '{{arbsep.L2Staking.address}}',
17-
stakingExtension: '{{arbsep.StakingExtension.address}}',
16+
staking: '{{arbsep.HorizonStaking.address}}',
17+
stakingExtension: '{{arbsep.HorizonStaking.address}}',
1818
curation: '{{arbsep.L2Curation.address}}',
1919
rewardsManager: '{{arbsep.RewardsManager.address}}',
2020
serviceRegistry: '{{arbsep.ServiceRegistry.address}}',

0 commit comments

Comments
 (0)