File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -213,6 +213,7 @@ task(
213
213
'XCAmple:implementation' ,
214
214
await proxyAdmin . getProxyImplementation ( xcAmple . address ) ,
215
215
) ;
216
+ console . log ( 'XCAmple:owner:' , await xcAmple . owner ( ) ) ;
216
217
console . log ( 'XCAmple:controller:' , await xcAmple . controller ( ) ) ;
217
218
console . log (
218
219
'XCAmple:totalSupply:' ,
@@ -224,6 +225,10 @@ task(
224
225
'XCAmpleController:implementation' ,
225
226
await proxyAdmin . getProxyImplementation ( xcAmple . address ) ,
226
227
) ;
228
+ console . log (
229
+ 'XCAmpleController:owner' ,
230
+ await xcAmpleController . owner ( ) ,
231
+ ) ;
227
232
console . log (
228
233
'XCAmpleController:xcAmple' ,
229
234
await xcAmpleController . xcAmple ( ) ,
@@ -243,6 +248,7 @@ task(
243
248
) ;
244
249
245
250
console . log ( 'RebaseRelayer:' , rebaseRelayer . address ) ;
251
+ console . log ( 'RebaseRelayer:owner' , await rebaseRelayer . owner ( ) ) ;
246
252
const transactionsSize = (
247
253
await rebaseRelayer . transactionsSize ( )
248
254
) . toNumber ( ) ;
You can’t perform that action at this time.
0 commit comments