mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
8 lines
198 B
JavaScript
8 lines
198 B
JavaScript
module.exports = {
|
|
polygon: {
|
|
tvl: () => 0,
|
|
},
|
|
methodology: `TVL on polygon is sum of all collateralTokens (dai only atm) provided to mint nodes`,
|
|
}
|
|
|
|
module.exports.deadFrom = '2023-01-09' |