Skip to content

Commit

Permalink
improve: add SNX to configuration list. (#878)
Browse files Browse the repository at this point in the history
* improve: add SNX to configuration list.

* improve: change bip
  • Loading branch information
james-a-morris authored Oct 18, 2023
1 parent b526e80 commit 3cc3734
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/_constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ const defaultRelayerFeeCapitalCostConfig: {
cutoff: ethers.utils.parseUnits("100000").toString(),
decimals: 18,
},
SNX: {
lowerBound: ethers.utils.parseUnits("0.0001").toString(),
upperBound: ethers.utils.parseUnits("0.0005").toString(),
cutoff: ethers.utils.parseUnits("10000").toString(),
decimals: 18,
},
};

const relayerFeeCapitalCostOverrides: Record<
Expand Down

2 comments on commit 3cc3734

@vercel
Copy link

@vercel vercel bot commented on 3cc3734 Oct 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

goerli-frontend-v2 – ./

goerli-frontend-v2-git-master-uma.vercel.app
goerli-frontend-v2-uma.vercel.app
goerli-frontend-v2.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 3cc3734 Oct 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.