Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Remove 10kSwap, StarkDefi, Sithswap from list #179 #180

Merged
merged 9 commits into from
Oct 21, 2024
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
Loading