mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 22:43:12 +08:00
9 lines
193 B
JavaScript
9 lines
193 B
JavaScript
const { uniV3Export } = require("../helper/uniswapV3");
|
|
|
|
module.exports = uniV3Export({
|
|
mantle: {
|
|
factory: "0xEECa0a86431A7B42ca2Ee5F479832c3D4a4c2644",
|
|
fromBlock: 22966090,
|
|
},
|
|
});
|