debug printout version

This commit is contained in:
tim
2024-07-29 18:45:25 -04:00
parent dd544b1890
commit 89ac1aa92b
2 changed files with 2 additions and 1 deletions

View File

@@ -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}'

View File

@@ -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']