Skip to content

Commit

Permalink
Update Camelot maxTransitTokens (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doctor-Cyclone authored Mar 26, 2024
2 parents cfff300 + bb9ebba commit 6baff7e
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": "rubic-sdk",
"version": "5.8.1",
"version": "5.8.2",
"description": "Simplify dApp creation",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import { UniswapV3AlgebraProviderConfiguration } from 'src/features/on-chain/cal

export const CAMELOT_ARBITRUM_PROVIDER_CONFIGURATION: UniswapV3AlgebraProviderConfiguration = {
wethAddress: wrappedNativeTokensList[BLOCKCHAIN_NAME.ARBITRUM]!.address,
maxTransitTokens: 3
maxTransitTokens: 1
};

0 comments on commit 6baff7e

Please sign in to comment.