@sparkdotfi/common-testnets
v0.2.0-20251014.fc890b4c
Published
```shell TESTNETS_ANVIL_NO_STORAGE_CACHING=1 # run without anvil cache (slower but more deterministic) TESTNETS_ANVIL_VERBOSE=1 # enable anvil logs TESTNETS_ANVIL_KEEP_ALIVE_ON_EXIT=1 # do not kill anvil on exit. Allows debugging the state of node when te
Readme
Common-testnets
Anvil envs:
TESTNETS_ANVIL_NO_STORAGE_CACHING=1 # run without anvil cache (slower but more deterministic)
TESTNETS_ANVIL_VERBOSE=1 # enable anvil logs
TESTNETS_ANVIL_KEEP_ALIVE_ON_EXIT=1 # do not kill anvil on exit. Allows debugging the state of node when tests fail
LOCAL_TESTNET_FACTORY=tenderly # forcefully run tests on tenderly instead of anvil (for tests using `createTestnetForTestSuite`)