Skip to content

Commit

Permalink
chore: Remove 10kSwap, StarkDefi, Sithswap from list #179 (#180)
Browse files Browse the repository at this point in the history
* temp remove tnc signing validation

* add fetchWithRetry for external endpoints

* fix haiko api bug

* disable sithswap, 10kswap and starkdefi

* build fix
  • Loading branch information
akiraonstarknet authored Oct 21, 2024
1 parent 03e9101 commit ef96ace
Showing 1 changed file with 15 additions and 18 deletions.
33 changes: 15 additions & 18 deletions src/store/protocols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ import MySwapAtoms, { mySwap } from './myswap.store';
import NostraDexAtoms, { nostraDex } from './nostradex.store';
import NostraDegenAtoms, { nostraDegen } from './nostradegen.store';
import NostraLendingAtoms, { nostraLending } from './nostralending.store';
import SithswapAtoms, { sithswap } from './sithswap.store';
import StarkDefiAtoms, { starkDefi } from './starkdefi.store';
import VesuAtoms, { vesu } from './vesu.store';
import TenkSwapAtoms, { tenkswap } from './tenkswap.store';
import ZkLendAtoms, { zkLend } from './zklend.store';
import CarmineAtoms, { carmine } from './carmine.store';
import { atom } from 'jotai';
Expand Down Expand Up @@ -41,11 +38,11 @@ export const PROTOCOLS = [
class: mySwap,
atoms: MySwapAtoms,
},
{
name: tenkswap.name,
class: tenkswap,
atoms: TenkSwapAtoms,
},
// {
// name: tenkswap.name,
// class: tenkswap,
// atoms: TenkSwapAtoms,
// },
{
name: haiko.name,
class: haiko,
Expand All @@ -66,16 +63,16 @@ export const PROTOCOLS = [
class: carmine,
atoms: CarmineAtoms,
},
{
name: starkDefi.name,
class: starkDefi,
atoms: StarkDefiAtoms,
},
{
name: sithswap.name,
class: sithswap,
atoms: SithswapAtoms,
},
// {
// name: starkDefi.name,
// class: starkDefi,
// atoms: StarkDefiAtoms,
// },
// {
// name: sithswap.name,
// class: sithswap,
// atoms: SithswapAtoms,
// },
{
name: zkLend.name,
class: zkLend,
Expand Down

0 comments on commit ef96ace

Please sign in to comment.