Skip to content

Commit

Permalink
add missing chain
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Oct 7, 2024
1 parent 94636c1 commit 1f15311
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion dexs/kiloex/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import fetchURL from "../../utils/fetchURL"
import { Chain } from "@defillama/sdk/build/general";
import { FetchResult, SimpleAdapter } from "../../adapters/types";
import { CHAIN } from "../../helpers/chains";
import customBackfill from "../../helpers/customBackfill";
import { getUniqStartOfTodayTimestamp } from "../../helpers/getUniSubgraphVolume";


Expand Down
1 change: 1 addition & 0 deletions helpers/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ export enum CHAIN {
LOGX = "logx_network",
FLARE = "flare",
NUMBERS = "numbers",
BSQUARED = "bsquared",
}

// Don´t use
Expand Down

0 comments on commit 1f15311

Please sign in to comment.