mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-29 13:25:30 +08:00
9 lines
210 B
JavaScript
9 lines
210 B
JavaScript
const { uniV3Export } = require("../helper/uniswapV3");
|
|
|
|
module.exports = uniV3Export({
|
|
formnetwork: {
|
|
factory: "0xbd799BE84dd34B1242e1f7736A6441d6b1540e8b",
|
|
fromBlock: 1,
|
|
isAlgebra: true,
|
|
},
|
|
}) |