mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
10 lines
213 B
JavaScript
10 lines
213 B
JavaScript
const { uniV3Export } = require('../helper/uniswapV3')
|
|
|
|
module.exports = uniV3Export({
|
|
berachain: {
|
|
factory: '0x79164EA9C1AA75d19DDFc71eBEAEA8092D1e71CE',
|
|
fromBlock: 782756,
|
|
isAlgebra: true,
|
|
},
|
|
})
|