@@ -19,7 +19,7 @@ describe('Network Utils', () => {
19
19
type : 'ethereum' ,
20
20
chainId : CHAIN_IDS . eth . sepolia ,
21
21
decimals : 18 ,
22
- icon : 'https://cdn .fuel.network/assets /eth.svg' ,
22
+ icon : 'https://assets .fuel.network/providers /eth.svg' ,
23
23
name : 'Ethereum' ,
24
24
symbol : 'ETH'
25
25
} )
@@ -33,7 +33,7 @@ describe('Network Utils', () => {
33
33
chainId : CHAIN_IDS . fuel . testnet ,
34
34
decimals : 9 ,
35
35
assetId : '0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07' ,
36
- icon : 'https://cdn .fuel.network/assets /eth.svg' ,
36
+ icon : 'https://assets .fuel.network/providers /eth.svg' ,
37
37
name : 'Ethereum' ,
38
38
symbol : 'ETH'
39
39
} )
@@ -52,7 +52,7 @@ describe('Network Utils', () => {
52
52
type : 'ethereum' ,
53
53
chainId : CHAIN_IDS . eth . sepolia ,
54
54
decimals : 18 ,
55
- icon : 'https://cdn .fuel.network/assets /eth.svg' ,
55
+ icon : 'https://assets .fuel.network/providers /eth.svg' ,
56
56
name : 'Ethereum' ,
57
57
symbol : 'ETH' ,
58
58
} )
@@ -67,7 +67,7 @@ describe('Network Utils', () => {
67
67
chainId : CHAIN_IDS . fuel . testnet ,
68
68
decimals : 9 ,
69
69
assetId : '0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07' ,
70
- icon : 'https://cdn .fuel.network/assets /eth.svg' ,
70
+ icon : 'https://assets .fuel.network/providers /eth.svg' ,
71
71
name : 'Ethereum' ,
72
72
symbol : 'ETH' ,
73
73
} )
0 commit comments