mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 08:34:23 +08:00
13 lines
278 B
JavaScript
13 lines
278 B
JavaScript
const { getUniTVL } = require("../helper/unknownTokens");
|
|
|
|
module.exports = {
|
|
misrepresentedTokens: true,
|
|
scroll: {
|
|
tvl: getUniTVL({
|
|
factory: "0x92aF10c685D2CF4CD845388C5f45aC5dc97C5024",
|
|
useDefaultCoreAssets: true,
|
|
hasStablePools: true
|
|
}),
|
|
}
|
|
};
|