Skip to content

Commit

Permalink
Add support for NLX protocol (#10112)
Browse files Browse the repository at this point in the history
* add nlx protocol...

* refactor nlx

---------

Co-authored-by: nlx-morpheus <[email protected]>
  • Loading branch information
g1nt0ki and nlx-morpheus authored May 6, 2024
1 parent be41624 commit ef5c123
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions projects/nlx/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
const { gmxExportsV2 } = require('../helper/gmx')

module.exports = {
core: {
tvl: gmxExportsV2({ eventEmitter: '0x29792F84224c77e2c672213c4d942fE280D596ef', fromBlock: 13558258, }),
},
}

0 comments on commit ef5c123

Please sign in to comment.