mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
6 lines
207 B
JavaScript
6 lines
207 B
JavaScript
const { getUniTVL } = require('./helper/unknownTokens')
|
|
module.exports = {
|
|
oasis: {
|
|
tvl: getUniTVL({ factory: '0x84b11e8fb9a5dE10347eEA24c73d02B835505FDd', useDefaultCoreAssets: true }),
|
|
}
|
|
}; |