Skip to content

Commit

Permalink
fix: reverted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
web3rover committed May 17, 2024
1 parent 591fdf9 commit d07cb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fork/btc-price.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if (FORK && FORKED_NETWORK === "bscmainnet") {
enableFlagsForOracles: [true, true, true],
});

// set upper and lower bounds for price to be valid - we are setting price to be within 0.1% difference
// set upper and lower bounds for price to be valid - we are setting price to be within 1% difference
await boundValdiator.setValidateConfig({
asset: BTC,
upperBoundRatio: parseUnits("1.01", 18), // or 1
Expand Down

0 comments on commit d07cb05

Please sign in to comment.