Skip to content

Commit

Permalink
Add DragonSwap, DragonSwapV3 Reserves in TVL (DefiLlama#8981)
Browse files Browse the repository at this point in the history
* Add dragonswap, dragonswap-v3

* code refactor

---------

Co-authored-by: g1nt0ki <[email protected]>
  • Loading branch information
dragon-swap and g1nt0ki authored Feb 16, 2024
1 parent 6f930b6 commit e8428ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions projects/dragonswap-v3/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
const { uniV3Export } = require("../helper/uniswapV3");
const factory = "0x7431A23897ecA6913D5c81666345D39F27d946A4";

module.exports = uniV3Export({
klaytn: { factory, fromBlock: 145316715 },
});
3 changes: 3 additions & 0 deletions projects/dragonswap/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
const { uniTvlExport } = require("../helper/unknownTokens");

module.exports = uniTvlExport('klaytn', '0x224302153096E3ba16c4423d9Ba102D365a94B2B')

0 comments on commit e8428ba

Please sign in to comment.