Skip to content

Commit 569aa91

Browse files
committed
chore: remove dead code
Signed-off-by: Tomás Migone <[email protected]>
1 parent 3e4f2bc commit 569aa91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default buildModule('HorizonProxies', (m) => {
1616
const { GraphProxyAdmin } = m.useModule(GraphProxyAdminModule)
1717

1818
// Deploy HorizonStaking proxy without an implementation
19-
const HorizonStakingProxy = m.contract('GraphProxy', GraphProxyArtifact, [ZERO_ADDRESS, GraphProxyAdmin], { after: [], id: 'GraphProxy_HorizonStaking' })
19+
const HorizonStakingProxy = m.contract('GraphProxy', GraphProxyArtifact, [ZERO_ADDRESS, GraphProxyAdmin], { id: 'GraphProxy_HorizonStaking' })
2020

2121
// Deploy proxies for payments contracts using OZ TransparentUpgradeableProxy
2222
const { Proxy: GraphPaymentsProxy, ProxyAdmin: GraphPaymentsProxyAdmin } = deployWithOZProxy(m, 'GraphPayments')

0 commit comments

Comments
 (0)