@@ -29,7 +29,7 @@ describe('useMultichainBalances', () => {
2929 secondary : 0 ,
3030 string : '0.000000000000000014' ,
3131 symbol : 'ETH' ,
32- title : '' ,
32+ title : 'Ethereum ' ,
3333 tokenFiatAmount : 3.53395e-14 ,
3434 type : 'NATIVE' ,
3535 } ,
@@ -45,7 +45,7 @@ describe('useMultichainBalances', () => {
4545 secondary : 0 ,
4646 string : '0.00000000000000001' ,
4747 symbol : 'ETH' ,
48- title : '' ,
48+ title : 'Ethereum ' ,
4949 tokenFiatAmount : 2.5242500000000003e-14 ,
5050 type : 'NATIVE' ,
5151 } ,
@@ -72,7 +72,7 @@ describe('useMultichainBalances', () => {
7272 primary : '' ,
7373 secondary : 0 ,
7474 string : '0.00184' ,
75- title : '' ,
75+ title : undefined ,
7676 tokenFiatAmount : 0.004232 ,
7777 type : 'TOKEN' ,
7878 } ,
@@ -88,7 +88,7 @@ describe('useMultichainBalances', () => {
8888 secondary : 0 ,
8989 string : '0.000000000000000014' ,
9090 symbol : 'ETH' ,
91- title : '' ,
91+ title : 'Ethereum ' ,
9292 tokenFiatAmount : 3.53395e-14 ,
9393 type : 'NATIVE' ,
9494 } ,
@@ -104,7 +104,7 @@ describe('useMultichainBalances', () => {
104104 secondary : 0 ,
105105 string : '0.00000000000000001' ,
106106 symbol : 'ETH' ,
107- title : '' ,
107+ title : 'Ethereum ' ,
108108 tokenFiatAmount : 2.5242500000000003e-14 ,
109109 type : 'NATIVE' ,
110110 } ,
@@ -113,24 +113,24 @@ describe('useMultichainBalances', () => {
113113 balance : '1' ,
114114 chainId : '0x1' ,
115115 isNative : false ,
116+ primary : '' ,
117+ secondary : 0 ,
116118 string : '1' ,
119+ title : undefined ,
117120 tokenFiatAmount : null ,
118121 type : 'TOKEN' ,
119- primary : '' ,
120- secondary : 0 ,
121- title : '' ,
122122 } ,
123123 {
124124 address : '0x1f9840a85d5af5bf1d1762f925bdaddc4201f984' ,
125125 balance : '0' ,
126126 chainId : '0xe708' ,
127127 isNative : false ,
128+ primary : '' ,
129+ secondary : 0 ,
128130 string : '0' ,
131+ title : undefined ,
129132 tokenFiatAmount : null ,
130133 type : 'TOKEN' ,
131- primary : '' ,
132- secondary : 0 ,
133- title : '' ,
134134 } ,
135135 ] ) ,
136136 ) ;
0 commit comments