We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ba998 commit abedcf0Copy full SHA for abedcf0
projects/swellchain/index.js
@@ -4,8 +4,9 @@ module.exports = {
4
ethereum: {
5
tvl: sumTokensExport({
6
owners: [
7
- "0x7aA4960908B13D104bf056B23E2C76B43c5AACc8",
8
- "0x758E0EE66102816F5C3Ec9ECc1188860fbb87812",
+ "0x7aA4960908B13D104bf056B23E2C76B43c5AACc8", // L1StandardBridge
+ "0x758E0EE66102816F5C3Ec9ECc1188860fbb87812", // OptimismPortal2
9
+ "0xecf3376512EDAcA4FBB63d2c67d12a0397d24121", // wstETH L1ERC20TokenBridge
10
],
11
fetchCoValentTokens: true,
12
}),
0 commit comments