Skip to content

Commit 71edb76

Browse files
authored
add new glm vault in TVL calculation (DefiLlama#8871)
1 parent d4b44ea commit 71edb76

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

projects/vaultka/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ module.exports = {
4747
gmArb: "0xC25cEf6061Cf5dE5eb761b50E4743c1F5D7E5407", // arb/usdc.e
4848
gmBtc: "0x47c031236e19d024b42f8AE6780E44A573170703", // btc/usdc.e
4949
gmUsdc: "0x9C2433dFD71096C435Be9465220BB2B189375eA7", // usdc/usdc.e
50+
gmLink: "0x7f1fa204bb700853D36994DA19F830b6Ad18455C",
5051
VLP: "0xc5b2d9fda8a82e8dcecd5e9e6e99b78a9188eb05",
5152
gDAI: "0xd85e038593d7a098614721eae955ec2022b9b91b",
5253
rum: "0x739fe1BE8CbBeaeA96fEA55c4052Cd87796c0a89",
@@ -64,6 +65,7 @@ module.exports = {
6465
alpStaking: "0x85146C0c5968d9640121eebd13030c99298f87b3",
6566
alpAddresses: "0xBc76B3FD0D18C7496C0B04aeA0Fe7C3Ed0e4d9C9",
6667
vodkaV2DN_LINK_Water: "0xFF614Dd6fC857e4daDa196d75DaC51D522a2ccf7",
68+
glmVault: "0xB455f2ab7905785e90ED09fF542290a722b3FBb5",
6769
};
6870

6971
await api.sumTokens({
@@ -95,6 +97,10 @@ module.exports = {
9597
[addresses.gmWeth, addresses.agedVodkaV2_ETH],
9698
[addresses.gmBtc, addresses.agedVodkaV2_BTC],
9799
[ADDRESSES.arbitrum.LINK, addresses.vodkaV2DN_LINK_Water],
100+
[addresses.gmArb, addresses.glmVault],
101+
[addresses.gmWeth, addresses.glmVault],
102+
[addresses.gmBtc, addresses.glmVault],
103+
[addresses.gmLink, addresses.glmVault],
98104
],
99105
});
100106

0 commit comments

Comments
 (0)