Skip to content

Commit

Permalink
Merge pull request #140 from dhedge/update-slippage-fees
Browse files Browse the repository at this point in the history
Update slippage fees
  • Loading branch information
dimlbc authored Dec 6, 2024
2 parents b4d7b63 + e1bd13f commit febe32f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/trading-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhedge/trading-widget",
"version": "3.2.2",
"version": "3.2.3",
"license": "MIT",
"type": "module",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/trading-widget/src/core-kit/const/synthetix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ export const WITHDRAWAL_FEE_MAP = new Map<Address, number>([
['0x7d3c9c6566375d7ad6e89169ca5c01b5edc15364', 0.4], // SOLBULL2X_OPTIMISM
['0x32ad28356ef70adc3ec051d8aacdeeaa10135296', 0.2], // BTCBULL2X_OPTIMISM
['0xb03818de4992388260b62259361778cf98485dfe', 0.3], // BTCBULL3X_OPTIMISM
['0x11b55966527ff030ca9c7b1c548b4be5e7eaee6d', 0.4], // BTCBULL4X_OPTIMISM
['0xcc7d6ed524760539311ed0cdb41d0852b4eb77eb', 0.6], // SOLBULL3X_OPTIMISM
['0x11b55966527ff030ca9c7b1c548b4be5e7eaee6d', 0.6], // BTCBULL4X_OPTIMISM
['0xcc7d6ed524760539311ed0cdb41d0852b4eb77eb', 0.75], // SOLBULL3X_OPTIMISM
['0x49bdb78f48db6e0ced4d4475b6d2047539df1412', 0.4], // DOGEBULL2X_OPTIMISM
['0x1bae4efc60269fe66ecec7252825d6a0250a02ee', 1], // SUIBULL2X_OPTIMISM
])

0 comments on commit febe32f

Please sign in to comment.