the following chores need to be done in our e2e test's usage of our npm module:
fix acounts.ts import to update to v3.0.1 - there was a bug introduced in the last v2 version where the accounts.ts was moved to anotherfile, and the tsup config wasn't updated.
deprecate deployContractsTo in favor of updateContracts -> this was the code we submitted for audit, and should be able to replace any existing contract deployments in e2e
the following chores need to be done in our e2e test's usage of our npm module: