From 2a90ed04f6e319563dc2dd5d76e138d24d4e69ed Mon Sep 17 00:00:00 2001 From: Tian Date: Thu, 3 Oct 2024 16:51:16 -0400 Subject: [PATCH] in testing, megavault main subaccount has 0 usdc by default (#2462) --- protocol/testing/genesis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/testing/genesis.sh b/protocol/testing/genesis.sh index 5a428f3e28..c08b293943 100755 --- a/protocol/testing/genesis.sh +++ b/protocol/testing/genesis.sh @@ -23,7 +23,7 @@ DEFAULT_SUBACCOUNT_QUOTE_BALANCE=100000000000000000 DEFAULT_SUBACCOUNT_QUOTE_BALANCE_FAUCET=900000000000000000 DEFAULT_SUBACCOUNT_QUOTE_BALANCE_VAULT=1000000000 MEGAVAULT_MAIN_VAULT_ACCOUNT_ADDR="dydx18tkxrnrkqc2t0lr3zxr5g6a4hdvqksylxqje4r" -DEFAULT_MEGAVAULT_MAIN_VAULT_QUOTE_BALANCE=1000000000000 # 1 million USDC +DEFAULT_MEGAVAULT_MAIN_VAULT_QUOTE_BALANCE=0 # 0 USDC NATIVE_TOKEN_WHOLE_COIN="dv4tnt" COIN_NAME="dYdX V4 Testnet Token" # Each testnet validator has 1 million whole coins of native token.