Skip to content

Commit abedcf0

Browse files
authored
adding wsteth to swellchain tvl (DefiLlama#12850)
1 parent e6ba998 commit abedcf0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

projects/swellchain/index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ module.exports = {
44
ethereum: {
55
tvl: sumTokensExport({
66
owners: [
7-
"0x7aA4960908B13D104bf056B23E2C76B43c5AACc8",
8-
"0x758E0EE66102816F5C3Ec9ECc1188860fbb87812",
7+
"0x7aA4960908B13D104bf056B23E2C76B43c5AACc8", // L1StandardBridge
8+
"0x758E0EE66102816F5C3Ec9ECc1188860fbb87812", // OptimismPortal2
9+
"0xecf3376512EDAcA4FBB63d2c67d12a0397d24121", // wstETH L1ERC20TokenBridge
910
],
1011
fetchCoValentTokens: true,
1112
}),

0 commit comments

Comments
 (0)