mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-29 21:36:44 +08:00
12 lines
247 B
JavaScript
12 lines
247 B
JavaScript
const ADDRESSES = require('./helper/coreAssets.json')
|
|
const { staking } = require("./helper/staking.js");
|
|
|
|
module.exports = {
|
|
kava: {
|
|
tvl: staking(
|
|
"0xfc30fE377f7E333cC1250B7768107a7Da0277c44",
|
|
ADDRESSES.kava.WKAVA,
|
|
)
|
|
}
|
|
};
|