mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 08:34:23 +08:00
8 lines
163 B
JavaScript
8 lines
163 B
JavaScript
const { gmxExports } = require('../helper/gmx')
|
|
|
|
module.exports = {
|
|
mode: {
|
|
tvl: gmxExports({ vault: '0xc3d266Af004B2556f2f900e88e9C73Ac42978AE6' })
|
|
},
|
|
};
|