mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
8 lines
166 B
JavaScript
8 lines
166 B
JavaScript
const { gmxExports } = require('../helper/gmx')
|
|
|
|
module.exports = {
|
|
polygon: {
|
|
tvl: gmxExports({ vault: '0x22F688efeFB9c158De4FD62F2C9c08BF79542030', })
|
|
},
|
|
}
|