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