Skip to content

Commit

Permalink
Add volume adapter for Archly on Zora/Add Zora to chains list
Browse files Browse the repository at this point in the history
  • Loading branch information
tec05 committed Apr 2, 2024
1 parent 4d96fcd commit 17333ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dexs/archly-finance-v2/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ const adapter: SimpleAdapter = {
fetch: getDexVolumeExports({ chain: CHAIN.TELOS, factory: FACTORY_ADDRESS }),
start: 1700784000,
},
[CHAIN.ZORA]: {
fetch: getDexVolumeExports({ chain: CHAIN.ZORA, factory: FACTORY_ADDRESS }),
start: 1711929600,
},
}
};

Expand Down
3 changes: 2 additions & 1 deletion helpers/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ export enum CHAIN {
FILECOIN = "filecoin",
FRAXTAL = "fraxtal",
IMX = "imx",
KROMA = "kroma"
KROMA = "kroma",
ZORA = "zora"
}

// Don´t use
Expand Down

0 comments on commit 17333ff

Please sign in to comment.