Skip to content

Commit

Permalink
improve: align to new parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
james-a-morris committed Oct 11, 2023
1 parent cd1ba9e commit 965f426
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/_constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@ const defaultRelayerFeeCapitalCostConfig: {
},
DAI: {
lowerBound: ethers.utils.parseUnits("0.0001").toString(),
upperBound: ethers.utils.parseUnits("0.00075").toString(),
upperBound: ethers.utils.parseUnits("0.0004").toString(),
cutoff: ethers.utils.parseUnits("1500000").toString(),
decimals: 18,
},
USDC: {
lowerBound: ethers.utils.parseUnits("0.0001").toString(),
upperBound: ethers.utils.parseUnits("0.00075").toString(),
upperBound: ethers.utils.parseUnits("0.0004").toString(),
cutoff: ethers.utils.parseUnits("1500000").toString(),
decimals: 6,
},
USDT: {
lowerBound: ethers.utils.parseUnits("0.0001").toString(),
upperBound: ethers.utils.parseUnits("0.00075").toString(),
upperBound: ethers.utils.parseUnits("0.0004").toString(),
cutoff: ethers.utils.parseUnits("1500000").toString(),
decimals: 6,
},
Expand Down

0 comments on commit 965f426

Please sign in to comment.