We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad1efce commit 1f02a91Copy full SHA for 1f02a91
packages/horizon/ignition/modules/core/HorizonStaking.ts
@@ -44,6 +44,7 @@ export default buildModule('HorizonStaking', (m) => {
44
artifact: HorizonStakingArtifact,
45
})
46
m.call(HorizonStaking, 'setMaxThawingPeriod', [maxThawingPeriod])
47
+ m.call(HorizonStaking, 'setAllowedLockedVerifier', [subgraphServiceAddress, true])
48
49
return { HorizonStaking, HorizonStakingImplementation }
50
0 commit comments