mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-05-01 06:12:20 +08:00
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:
6
projects/dragonswap-v3/index.js
Normal file
6
projects/dragonswap-v3/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const { uniV3Export } = require("../helper/uniswapV3");
|
||||
const factory = "0x7431A23897ecA6913D5c81666345D39F27d946A4";
|
||||
|
||||
module.exports = uniV3Export({
|
||||
klaytn: { factory, fromBlock: 145316715 },
|
||||
});
|
||||
Reference in New Issue
Block a user