mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-29 21:36:44 +08:00
* add nlx protocol... * refactor nlx --------- Co-authored-by: nlx-morpheus <nolomorpheous@gmail.com>
7 lines
195 B
JavaScript
7 lines
195 B
JavaScript
const { gmxExportsV2 } = require('../helper/gmx')
|
|
|
|
module.exports = {
|
|
core: {
|
|
tvl: gmxExportsV2({ eventEmitter: '0x29792F84224c77e2c672213c4d942fE280D596ef', fromBlock: 13558258, }),
|
|
},
|
|
} |