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(
213213 'XCAmple:implementation' ,
214214 await proxyAdmin . getProxyImplementation ( xcAmple . address ) ,
215215 ) ;
216+ console . log ( 'XCAmple:owner:' , await xcAmple . owner ( ) ) ;
216217 console . log ( 'XCAmple:controller:' , await xcAmple . controller ( ) ) ;
217218 console . log (
218219 'XCAmple:totalSupply:' ,
@@ -224,6 +225,10 @@ task(
224225 'XCAmpleController:implementation' ,
225226 await proxyAdmin . getProxyImplementation ( xcAmple . address ) ,
226227 ) ;
228+ console . log (
229+ 'XCAmpleController:owner' ,
230+ await xcAmpleController . owner ( ) ,
231+ ) ;
227232 console . log (
228233 'XCAmpleController:xcAmple' ,
229234 await xcAmpleController . xcAmple ( ) ,
@@ -243,6 +248,7 @@ task(
243248 ) ;
244249
245250 console . log ( 'RebaseRelayer:' , rebaseRelayer . address ) ;
251+ console . log ( 'RebaseRelayer:owner' , await rebaseRelayer . owner ( ) ) ;
246252 const transactionsSize = (
247253 await rebaseRelayer . transactionsSize ( )
248254 ) . toNumber ( ) ;
You can’t perform that action at this time.
0 commit comments