Files
DefiLlama-Adapters/projects/nlx/index.js
g1nt0ki ef5c123ad1 Add support for NLX protocol (#10112)
* add nlx protocol...

* refactor nlx

---------

Co-authored-by: nlx-morpheus <nolomorpheous@gmail.com>
2024-05-06 14:55:22 +02:00

7 lines
195 B
JavaScript

const { gmxExportsV2 } = require('../helper/gmx')
module.exports = {
core: {
tvl: gmxExportsV2({ eventEmitter: '0x29792F84224c77e2c672213c4d942fE280D596ef', fromBlock: 13558258, }),
},
}