Skip to content

Commit 0e9f1be

Browse files
Add polygon_zkevm TVL to Clipper (DefiLlama#11459)
1 parent 113a2d6 commit 0e9f1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/clipper/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ module.exports = {
1414
methodology: `Counts the tokens in pool address in different chains`
1515
};
1616

17-
['ethereum', 'polygon', 'moonbeam', 'arbitrum', 'optimism', 'mantle', 'base'].forEach(chain => {
17+
['ethereum', 'polygon', 'moonbeam', 'arbitrum', 'optimism', 'mantle', 'base', 'polygon_zkevm'].forEach(chain => {
1818
module.exports[chain] = { tvl }
1919
})

0 commit comments

Comments
 (0)