debug printout version
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
metadata='metadata.json' # the Dockerfile will move metadata-finaldata.json into positon
|
||||
account = '${accounts.gas}'
|
||||
account = '${accounts.admin}' # todo switch back to accounts.gas
|
||||
rpc_url = '${rpc_urls.arbsep_alchemy}'
|
||||
ws_url = '${rpc_urls.arbsep_alchemy_ws}'
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@ _vault_init_code_hash = {}
|
||||
|
||||
with open('../contract/version.json') as version_file:
|
||||
version = json.load(version_file)
|
||||
log.info(f'Version: {version}')
|
||||
|
||||
chain_info = version['chainInfo']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user