Skip to content

Commit

Permalink
Merge pull request paraswap#508 from paraswap/aburkut/back-1288-ramse…
Browse files Browse the repository at this point in the history
…s-v2-50-fee-pools-routing-issue

BACK-1288: fix RamsesV2 0.005% fee tier pools routing issue
  • Loading branch information
aburkut authored Sep 21, 2023
2 parents 998d51a + 773a9fb commit b85b429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paraswap/dex-lib",
"version": "2.35.5",
"version": "2.35.6",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": "https://github.com/paraswap/paraswap-dex-lib",
Expand Down
2 changes: 1 addition & 1 deletion src/dex/uniswap-v3/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export const UniswapV3Config: DexConfigMap<DexParams> = {
deployer: '0xb3e423ab9cE6C03D98326A3A2a0D7D96b0829f22',
quoter: '0xAA20EFF7ad2F523590dE6c04918DaAE0904E3b20',
router: '0xAA23611badAFB62D37E7295A682D21960ac85A90',
supportedFees: SUPPORTED_FEES,
supportedFees: [...SUPPORTED_FEES, 50n],
stateMulticall: '0x50EE4112Cab9c79812F23bE079aB3911395ACc8e',
stateMultiCallAbi: RamsesV2StateMulticallABI as AbiItem[],
uniswapMulticall: '0x1F98415757620B543A52E61c46B32eB19261F984',
Expand Down

0 comments on commit b85b429

Please sign in to comment.