agent0
agent0 copied to clipboard
Set interactive hyperdrive dot directories to be unique per chain/pool
Interactive hyperdrive uses two places to store files, namely .interactive_state
and .crash_report
. In the case where we run multiple chains, these files can conflict with each other, overwriting files. Need to update these directory paths based on a unique chain identifier to prevent this. An existing chain identifier already is being used for the postgres docker container (named formatted_rpc_url
), so likely can reuse this identifier for the above directories.
I'm fine as is since each run is executed from its own directory, so they have their own .interactive_state
and .crash_report
sub-folders.