mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-29 05:15:28 +08:00
9 lines
140 B
JavaScript
9 lines
140 B
JavaScript
module.exports = {
|
|
deadFrom: '2022-07-01',
|
|
misrepresentedTokens: true,
|
|
klaytn: {
|
|
tvl: () => ({}),
|
|
staking: () => ({}),
|
|
}
|
|
};
|