Skip to content

Commit

Permalink
Add MODE chain and kizuna dex
Browse files Browse the repository at this point in the history
  • Loading branch information
agileurbanite committed Dec 12, 2023
1 parent 6e46edc commit 4573b6c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dexs/kizuna/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// https://api.goldsky.com/api/public/project_clmqdcfcs3f6d2ptj3yp05ndz/subgraphs/kizuna-amm/1.0.0/gn
import { CHAIN } from "../../helpers/chains";
import { univ2Adapter } from "../../helpers/getUniSubgraphVolume";

const adapters = univ2Adapter({
[CHAIN.MODE]: "https://api.goldsky.com/api/public/project_clmqdcfcs3f6d2ptj3yp05ndz/subgraphs/kizuna-amm/1.0.0/gn"
}, {});

export default adapters;
1 change: 1 addition & 0 deletions helpers/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ export enum CHAIN {
NEAR = "near",
EOS_EVM = "eos_evm",
ROLLUX = "rollux",
MODE = "mode",
}

// Don´t use
Expand Down

0 comments on commit 4573b6c

Please sign in to comment.