mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 22:43:12 +08:00
6 lines
132 B
JavaScript
6 lines
132 B
JavaScript
|
|
const { staking } = require('../helper/acala/liquidStaking')
|
|
|
|
module.exports = {
|
|
acala: { tvl: async () => staking('acala') },
|
|
}; |