Skip to content

Commit

Permalink
disable stonFi (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
IDIDOS authored Dec 24, 2024
2 parents 41fec70 + a503350 commit f337826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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.49.5",
"version": "5.49.6",
"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 @@ -10,7 +10,6 @@ import { OkuSwapOnChainProvider } from '../providers/aggregators/okuswap/okuswap
import { OpenOceanProvider } from '../providers/aggregators/open-ocean/open-ocean-provider';
import { RangoOnChainProvider } from '../providers/aggregators/rango/rango-on-chain-provider';
import { SquidRouterOnChainProvider } from '../providers/aggregators/squidrouter/squidrouter-on-chain-provider';
import { StonfiOnChainProvider } from '../providers/aggregators/stonfi/stonfi-on-chain-provider';
import { ToncoOnChainProvider } from '../providers/aggregators/tonco/tonco-on-chain-provider';
import { UniZenOnChainProvider } from '../providers/aggregators/unizen/unizen-on-chain-provider';
import { XyDexProvider } from '../providers/aggregators/xy-dex/xy-dex-provider';
Expand All @@ -30,7 +29,7 @@ export const AGGREGATORS_ON_CHAIN = {
ZETA_SWAP: ZetaSwapProvider,
NATIVE_ROUTER: NativeRouterProvider,
// DEDUST: DedustOnChainProvider,
STONFI: StonfiOnChainProvider,
//STONFI: StonfiOnChainProvider,
COFFEE_SWAP: CoffeeSwapProvider,
SQUIDROUTER: SquidRouterOnChainProvider,
UNIZEN: UniZenOnChainProvider,
Expand Down

0 comments on commit f337826

Please sign in to comment.