Skip to content

Commit

Permalink
chore: Reduce initial account funding (#3256)
Browse files Browse the repository at this point in the history
Reduce initial account funding

Signed-off-by: beeradb <[email protected]>
  • Loading branch information
beeradb authored Nov 13, 2024
1 parent 327f50f commit ce43b76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/server/tests/mainnetAcceptance.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MIRROR_NODE_URL=https://mainnet.mirrornode.hedera.com
MIRROR_NODE_URL_WEB3=https://mainnet.mirrornode.hedera.com
E2E_RELAY_HOST=https://mainnet.hashio.io/api
WS_RELAY_URL=wss://mainnet.hashio.io/ws
TEST_INITIAL_ACCOUNT_STARTING_BALANCE=500
TEST_INITIAL_ACCOUNT_STARTING_BALANCE=250
HBAR_RATE_LIMIT_TINYBAR=5000000000# 50 HBARs
HBAR_RATE_LIMIT_DURATION=80000# 80 seconds
HBAR_RATE_LIMIT_BASIC=4000000000# 40 HBARs
2 changes: 1 addition & 1 deletion packages/server/tests/previewnetAcceptance.env
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ WS_NEW_HEADS_ENABLED=true
SERVER_REQUEST_TIMEOUT_MS=60000
MEMWATCH_ENABLED=false
WRITE_SNAPSHOT_ON_MEMORY_LEAK=false
TEST_INITIAL_ACCOUNT_STARTING_BALANCE=500
TEST_INITIAL_ACCOUNT_STARTING_BALANCE=250
HBAR_RATE_LIMIT_TINYBAR=5000000000# 50 HBARs
HBAR_RATE_LIMIT_DURATION=80000# 80 seconds
HBAR_RATE_LIMIT_BASIC=4000000000# 40 HBARs
Expand Down
2 changes: 1 addition & 1 deletion packages/server/tests/testnetAcceptance.env
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ TEST_GAS_PRICE_DEVIATION=0.2
SERVER_REQUEST_TIMEOUT_MS=60000
MEMWATCH_ENABLED=false
WRITE_SNAPSHOT_ON_MEMORY_LEAK=false
TEST_INITIAL_ACCOUNT_STARTING_BALANCE=500
TEST_INITIAL_ACCOUNT_STARTING_BALANCE=250
HBAR_RATE_LIMIT_TINYBAR=5000000000# 50 HBARs
HBAR_RATE_LIMIT_DURATION=80000# 80 seconds
HBAR_RATE_LIMIT_BASIC=4000000000# 40 HBARs
Expand Down

0 comments on commit ce43b76

Please sign in to comment.