File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -797,6 +797,10 @@ describe('Aggregated balance recomputation behavior', () => {
797797 const internalAccounts = { accounts : { } , selectedAccount : '' } ;
798798 const tokenBalances = { } ;
799799 const marketData = { } ;
800+ const supportedChainIds = {
801+ timestamp : 0 ,
802+ data : [ ] ,
803+ } ;
800804 const conversionRates = { } ;
801805 const historicalPrices = { } ;
802806 const balances = { } ;
@@ -813,6 +817,7 @@ describe('Aggregated balance recomputation behavior', () => {
813817 internalAccounts,
814818 tokenBalances,
815819 marketData,
820+ supportedChainIds,
816821 balances,
817822 allTokens,
818823 currentCurrency : 'usd' ,
@@ -835,6 +840,7 @@ describe('Aggregated balance recomputation behavior', () => {
835840 internalAccounts,
836841 tokenBalances,
837842 marketData,
843+ supportedChainIds,
838844 balances,
839845 allTokens,
840846 currentCurrency : 'usd' ,
You can’t perform that action at this time.
0 commit comments