mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
7 lines
215 B
JavaScript
7 lines
215 B
JavaScript
const { uniV3Export } = require("./helper/uniswapV3")
|
|
|
|
const factory = '0x09df701f1f5df83a3bbef7da4e74bb075199d6a4' // same on all chains
|
|
|
|
module.exports = uniV3Export({
|
|
kasplex: { factory, fromBlock: 484634, }
|
|
}) |