Skip to content

Commit

Permalink
Merge pull request DefiLlama#1369 from ArchlyFi/master
Browse files Browse the repository at this point in the history
Add volume adapter for Archly on Zora and Add Zora to chains list
  • Loading branch information
dtmkeng authored Apr 3, 2024
2 parents c66eb2e + 17333ff commit 0a7ce3c
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 0a7ce3c

Please sign in to comment.