Skip to content

Commit db4e6e0

Browse files
authored
fix: Added the TEST_INITIAL_ACCOUNT_STARTING_BALANCE to the GlobalCon… (#3238)
fix: Added the TEST_INITIAL_ACCOUNT_STARTING_BALANCE to the GlobalConfig. Signed-off-by: Eric Badiere <[email protected]>
1 parent 3bd07ef commit db4e6e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/config-service/src/services/globalConfig.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,12 @@ export class GlobalConfig {
610610
required: false,
611611
defaultValue: null,
612612
},
613+
TEST_INITIAL_ACCOUNT_STARTING_BALANCE: {
614+
envName: 'TEST_INITIAL_ACCOUNT_STARTING_BALANCE',
615+
type: 'number',
616+
required: false,
617+
defaultValue: null,
618+
},
613619
TEST_TRANSACTION_RECORD_COST_TOLERANCE: {
614620
envName: 'TEST_TRANSACTION_RECORD_COST_TOLERANCE',
615621
type: 'number',

0 commit comments

Comments
 (0)