File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 9
9
"address" : " 0x4b5D3Da463F7E076bb7CDF5030960bf123245681" ,
10
10
"proxy" : " transparent" ,
11
11
"proxyAdmin" : " 0x36dFE73C38e0340C8925BA6a68aE706b74340156"
12
+ },
13
+ "Controller" : {
14
+ "address" : " 0x9DB3ee191681f092607035d9BDA6e59FbEaCa695"
12
15
}
13
16
}
14
17
}
Original file line number Diff line number Diff line change @@ -86,5 +86,5 @@ export const MigrateHorizonProxiesGovernorModule = buildModule('HorizonProxiesGo
86
86
{ id : 'setContractProxy_PaymentsEscrow' } ,
87
87
)
88
88
89
- return { }
89
+ return { Controller }
90
90
} )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { buildModule } from '@nomicfoundation/hardhat-ignition/modules'
3
3
import { MigrateHorizonProxiesGovernorModule } from '../core/HorizonProxies'
4
4
5
5
export default buildModule ( 'GraphHorizon_Migrate_2' , ( m ) => {
6
- m . useModule ( MigrateHorizonProxiesGovernorModule )
6
+ const { Controller } = m . useModule ( MigrateHorizonProxiesGovernorModule )
7
7
8
- return { }
8
+ return { Controller }
9
9
} )
You can’t perform that action at this time.
0 commit comments