# debug (debug events are logged to console)
DEBUG=

# use tor (torify tests)
TORIFY=

# tor port (regular = 9050, browser = 9150)
TOR_PORT=

# RPC URLs
ETH_MAINNET_TEST_RPC=

# Instances to test syncing for
# Must be in order lower to greater
# Tokens (must be in order): ETH,DAI
SYNC_TEST_INSTANCES="1ETH0.1,1DAI100000"

# relayer DOMAIN (the example.xyz in https://example.xyz) for testing
TEST_RELAYER_DOMAIN=

# the cache/DIRNAME for which to test exporting (zipping) 
EXPORT_TEST_DIRNAME="1DAI100"