Skip to content

Commit 9bef6ab

Browse files
authored
Count idle token balances in SLL (#16957)
1 parent 7f1bbd7 commit 9bef6ab

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

projects/spark-liquidity-layer/index.js

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ const mainnetAllocatorToTokens = {
1818
'0x09AA30b182488f769a9824F15E6Ce58591Da4781', // aEthLidoUSDS
1919
],
2020
[almProxy.ethereum]: [
21-
'0x09AA30b182488f769a9824F15E6Ce58591Da4781', // aEthLidoUSDS
2221
ADDRESSES.ethereum.sUSDe,
22+
ADDRESSES.ethereum.USDe,
23+
ADDRESSES.ethereum.USDT,
24+
ADDRESSES.ethereum.USDC,
25+
'0x09AA30b182488f769a9824F15E6Ce58591Da4781', // aEthLidoUSDS
2326
'0x98C23E9d8f34FEFb1B7BD6a91B7FF122F4e16F5c', // aEthUSDC
2427
'0x32a6268f9Ba3642Dda7892aDd74f1D34469A4259', // aEthUSDS
25-
ADDRESSES.ethereum.USDe,
2628
'0x6a9DA2D710BB9B700acde7Cb81F10F1fF8C89041', // BUIDL-I
2729
'0x43415eB6ff9DB7E26A15b704e7A3eDCe97d31C4e', // USTB
2830
'0x8c213ee79581Ff4984583C6a801e5263418C4b86', // JTSRY
@@ -32,6 +34,7 @@ const mainnetAllocatorToTokens = {
3234
'0x377C3bd93f2a2984E1E7bE6A5C22c525eD4A4815', // spUSDC
3335
'0x56A76b428244a50513ec81e225a293d128fd581D', // morpho blue chip sparkUSDC
3436
'0x14d60E7FDC0D71d8611742720E4C50E7a974020c', // Superstate's USCC
37+
'0x6c3ea9036406852006290770BEdFcAbA0e23A0e8', // pyUSD
3538
]
3639
}
3740

@@ -49,7 +52,7 @@ const baseAllocatorToTokens = {
4952

5053
const arbitrumAllocatorToTokens = {
5154
[almProxy.arbitrum]: [
52-
ADDRESSES.arbitrum.USDC
55+
ADDRESSES.arbitrum.USDC_CIRCLE
5356
],
5457
'0x2B05F8e1cACC6974fD79A673a341Fe1f58d27266': [
5558
ADDRESSES.arbitrum.USDC_CIRCLE
@@ -268,10 +271,6 @@ const curveConfigs = {
268271
address: '0xA632D59b9B804a956BfaA9b48Af3A1b74808FC1f',
269272
coinIndex: 0,
270273
},
271-
{
272-
address: '0xA632D59b9B804a956BfaA9b48Af3A1b74808FC1f',
273-
coinIndex: 1,
274-
},
275274
],
276275
base: [],
277276
arbitrum: [],

0 commit comments

Comments
 (0)