9419f0673c
Signed-off-by: T-Hax <>
19 lines
413 B
Plaintext
19 lines
413 B
Plaintext
# 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= |