diff --git a/projects/nlx/index.js b/projects/nlx/index.js new file mode 100644 index 000000000000..c0df865ae0da --- /dev/null +++ b/projects/nlx/index.js @@ -0,0 +1,7 @@ +const { gmxExportsV2 } = require('../helper/gmx') + +module.exports = { + core: { + tvl: gmxExportsV2({ eventEmitter: '0x29792F84224c77e2c672213c4d942fE280D596ef', fromBlock: 13558258, }), + }, +} \ No newline at end of file