@@ -197,15 +197,16 @@ export const NETWORK_DESCRIPTORS: Array<NetworkDescriptor<ChainId, NetworkType>>
197
197
isMainnet : false ,
198
198
} ,
199
199
{
200
- ID : `${ PLUGIN_ID } _fantom ` ,
200
+ ID : `${ PLUGIN_ID } _scroll ` ,
201
201
networkSupporterPluginID : PLUGIN_ID ,
202
- chainId : ChainId . Fantom ,
203
- type : NetworkType . Fantom ,
204
- name : 'Fantom' ,
205
- icon : new URL ( '../assets/fantom.png' , import . meta. url ) . href ,
206
- iconColor : 'rgb(73, 169, 166)' ,
207
- averageBlockDelay : 10 ,
208
- backgroundGradient : 'linear-gradient(180deg, rgba(24, 94, 255, 0.15) 0%, rgba(24, 94, 255, 0.05) 100%)' ,
202
+ chainId : ChainId . Scroll ,
203
+ type : NetworkType . Scroll ,
204
+ name : 'Scroll' ,
205
+ icon : new URL ( '../assets/scroll.svg' , import . meta. url ) . href ,
206
+ backgroundGradient :
207
+ 'linear-gradient(180deg, rgba(98, 126, 234, 0.15) 0%, rgba(98, 126, 234, 0.05) 100%), rgba(255, 255, 255, 0.2)' ,
208
+ iconColor : 'rgb(255, 248, 243)' ,
209
+ averageBlockDelay : 9 ,
209
210
isMainnet : true ,
210
211
} ,
211
212
{
@@ -256,16 +257,15 @@ export const NETWORK_DESCRIPTORS: Array<NetworkDescriptor<ChainId, NetworkType>>
256
257
isMainnet : true ,
257
258
} ,
258
259
{
259
- ID : `${ PLUGIN_ID } _scroll ` ,
260
+ ID : `${ PLUGIN_ID } _fantom ` ,
260
261
networkSupporterPluginID : PLUGIN_ID ,
261
- chainId : ChainId . Scroll ,
262
- type : NetworkType . Scroll ,
263
- name : 'Scroll' ,
264
- icon : new URL ( '../assets/scroll.svg' , import . meta. url ) . href ,
265
- backgroundGradient :
266
- 'linear-gradient(180deg, rgba(98, 126, 234, 0.15) 0%, rgba(98, 126, 234, 0.05) 100%), rgba(255, 255, 255, 0.2)' ,
267
- iconColor : 'rgb(255, 248, 243)' ,
268
- averageBlockDelay : 9 ,
262
+ chainId : ChainId . Fantom ,
263
+ type : NetworkType . Fantom ,
264
+ name : 'Fantom' ,
265
+ icon : new URL ( '../assets/fantom.png' , import . meta. url ) . href ,
266
+ iconColor : 'rgb(73, 169, 166)' ,
267
+ averageBlockDelay : 10 ,
268
+ backgroundGradient : 'linear-gradient(180deg, rgba(24, 94, 255, 0.15) 0%, rgba(24, 94, 255, 0.05) 100%)' ,
269
269
isMainnet : true ,
270
270
} ,
271
271
{
0 commit comments