Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
parodime committed Oct 13, 2024
1 parent 7b55b1c commit 042fef3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions packages/rfq-loadtest/config-template.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@

# create & fund however many wallets you want to test with.
# create & fund however many wallets you want to test with.
# only supports native ETH bridges on chains that use ETH as gas.
# if you only fund ETH on one of the test chains it will auto-rebalance the funds to the others before beginning tests.

# Startup example w/ pyRepeater to auto-restart the process if anything kills it
# python3 pyRepeater.py "node index.js --configFile ../config-prod.yaml --pKeyIndex 1"
# python3 pyRepeater.py 'node index.js --configFile ../config-prod.yaml --pKeyIndex 1'

PRIVATE_KEY_1: "0xabcdef123456abcdef123456abcdef123456abcdef123456abcdef123456abcd"
PRIVATE_KEY_2: "0xabcdef123456abcdef123456abcdef123456abcdef123456abcdef123456abcd"
PRIVATE_KEY_3: "0xabcdef123456abcdef123456abcdef123456abcdef123456abcdef123456abcd"
PRIVATE_KEY_4: "0xabcdef123456abcdef123456abcdef123456abcdef123456abcdef123456abcd"
PRIVATE_KEY_5: "0xabcdef123456abcdef123456abcdef123456abcdef123456abcdef123456abcd"
PRIVATE_KEY_1: '0xabcdef123456abcdef123456abcdef123456abcdef123456abcdef123456abcd'
PRIVATE_KEY_2: '0xabcdef123456abcdef123456abcdef123456abcdef123456abcdef123456abcd'
PRIVATE_KEY_3: '0xabcdef123456abcdef123456abcdef123456abcdef123456abcdef123456abcd'
PRIVATE_KEY_4: '0xabcdef123456abcdef123456abcdef123456abcdef123456abcdef123456abcd'
PRIVATE_KEY_5: '0xabcdef123456abcdef123456abcdef123456abcdef123456abcdef123456abcd'

# these settings are a pace of about 100K deposits per day
# these settings are a pace of about 100K deposits per day
#
# how long to wait in btwn each volley?
VOLLEY_MILLISECONDS_BETWEEN: 5500
# each volley sends a batch of between {min} and {max} transactions
VOLLEY_MIN_COUNT: 1
VOLLEY_MAX_COUNT: 5

# these settings are a pace of about 150K deposits per day
# these settings are a pace of about 150K deposits per day
#VOLLEY_MILLISECONDS_BETWEEN: 5500
#VOLLEY_MIN_COUNT: 1
#VOLLEY_MAX_COUNT: 5
Expand All @@ -35,7 +35,7 @@ MINIMUM_GAS_UNITS: 0.003
REBALANCE_TO_UNITS: 0.01

CHAINS:
10:
10:
FastRouterAddr: '0x00cd000000003f7f682be4813200893d4e690000'
# urls used for Reading / Tx Simulation / Tx Submit -- respectively. Change to others as needed.
rpcUrl_Read: 'https://mainnet.optimism.io'
Expand All @@ -55,7 +55,7 @@ CHAINS:
rpcUrl_Write: 'https://worldchain-mainnet.g.alchemy.com/public'

TEST_ROUTES:
480>10:
480>10:
fromChainId: 480
toChainId: 10
testDistributionPercentage: 70
Expand Down

0 comments on commit 042fef3

Please sign in to comment.