Add DragonSwap, DragonSwapV3 Reserves in TVL (#8981)

* Add dragonswap, dragonswap-v3

* code refactor

---------

Co-authored-by: g1nt0ki <99907941+g1nt0ki@users.noreply.github.com>
This commit is contained in:
dragon-swap
2024-02-16 16:54:40 +09:00
committed by GitHub
parent 6f930b618f
commit e8428ba128
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
const { uniV3Export } = require("../helper/uniswapV3");
const factory = "0x7431A23897ecA6913D5c81666345D39F27d946A4";
module.exports = uniV3Export({
klaytn: { factory, fromBlock: 145316715 },
});