Update: 2pi (#16727)

This commit is contained in:
0xpeluche
2025-10-17 09:50:22 +02:00
committed by GitHub
parent dc7f41675c
commit ee7a1d7cde

View File

@@ -31,6 +31,7 @@ const tvl = async (api) => {
api.add(tokens, bals)
}
module.exports.deadFrom = '2025-01-01'
Object.keys(chains).forEach(chain => {
module.exports[chain] = { tvl }