Skip to content

Commit 1f02a91

Browse files
committed
fix: add subgraph service to allowed locked verifiers for protocol deployment
1 parent ad1efce commit 1f02a91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/horizon/ignition/modules/core/HorizonStaking.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export default buildModule('HorizonStaking', (m) => {
4444
artifact: HorizonStakingArtifact,
4545
})
4646
m.call(HorizonStaking, 'setMaxThawingPeriod', [maxThawingPeriod])
47+
m.call(HorizonStaking, 'setAllowedLockedVerifier', [subgraphServiceAddress, true])
4748

4849
return { HorizonStaking, HorizonStakingImplementation }
4950
})

0 commit comments

Comments
 (0)