Skip to content

Commit

Permalink
fix: ekubo logo loading issue (#185)
Browse files Browse the repository at this point in the history
* chore: formatted tvl data

* fix: added dollar sign before tvl data

* fix: removed dollar sign : )

* fix: undefined tvl formatting issue

* fix: compile error in TVL

* chore: raffle implementation

* chore: deploy trigger

* chore: updated cron expression

* chore: updated cron expression

* chore: updated cron expression

* chore: update route method

* chore: update route logic

* chore: updated cron expression

* chore: updated cron expression

* chore: code refactor

* chore: updated lucky winner route

* fix: added cron secret

* chore: updated lucky winner route.ts

* chore: ui updates on raffle page

* fix: bugs and ui tweaks

* chore: text update

* fix: ekubo logo

---------

Co-authored-by: Akira <[email protected]>
  • Loading branch information
hemantwasthere and akiraonstarknet authored Nov 14, 2024
1 parent 0e7bd27 commit 00028fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/store/ekobu.store.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import CONSTANTS, { TokenName, TOKENS } from '@/constants';
import { StrategyLiveStatus } from '@/strategies/IStrategy';
import { getPrice } from '@/utils';
import fetchWithRetry from '@/utils/fetchWithRetry';
import { atom } from 'jotai';
import { AtomWithQueryResult, atomWithQuery } from 'jotai-tanstack-query';
import { atomWithQuery, AtomWithQueryResult } from 'jotai-tanstack-query';
import { IDapp } from './IDapp.store';
import {
APRSplit,
Expand All @@ -11,9 +14,6 @@ import {
ProtocolAtoms,
StrkDexIncentivesAtom,
} from './pools';
import { StrategyLiveStatus } from '@/strategies/IStrategy';
import fetchWithRetry from '@/utils/fetchWithRetry';
import { getPrice } from '@/utils';

interface EkuboBaseAprDoc {
tokens: Token[];
Expand Down Expand Up @@ -80,7 +80,7 @@ type PriceOfToken = {
export class Ekubo extends IDapp<EkuboBaseAprDoc> {
name = 'Ekubo';
link = 'https://app.ekubo.org/positions';
logo = 'https://app.ekubo.org/logo.svg';
logo = 'https://app.ekubo.org/favicon.ico';

incentiveDataKey = 'Ekubo';

Expand Down

0 comments on commit 00028fa

Please sign in to comment.