Skip to content

Commit

Permalink
tmp: change default value
Browse files Browse the repository at this point in the history
  • Loading branch information
TarekkMA committed Jan 9, 2025
1 parent fdab76f commit 56b62d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers/parameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const getFeesTreasuryProportion = async (context: DevModeContext): Promis
});

// 20% default value
let feesTreasuryProportion = 200_000_000n;
let feesTreasuryProportion = 50_000_000n;
if (parameter.isSome) {
feesTreasuryProportion = parameter.value.asRuntimeConfig.asFeesTreasuryProportion.toBigInt();
}
Expand Down

0 comments on commit 56b62d3

Please sign in to comment.