@lifi/data-types 2.2.0 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -332,10 +332,7 @@ export const supportedEVMChains = [
|
|
|
332
332
|
symbol: 'MOVR',
|
|
333
333
|
decimals: 18,
|
|
334
334
|
},
|
|
335
|
-
rpcUrls: [
|
|
336
|
-
'https://moonriver.publicnode.com',
|
|
337
|
-
'https://rpc.api.moonriver.moonbeam.network',
|
|
338
|
-
],
|
|
335
|
+
rpcUrls: ['https://rpc.api.moonriver.moonbeam.network'],
|
|
339
336
|
},
|
|
340
337
|
},
|
|
341
338
|
// 1284 Moonbeam
|
|
@@ -358,10 +355,7 @@ export const supportedEVMChains = [
|
|
|
358
355
|
symbol: 'GLMR',
|
|
359
356
|
decimals: 18,
|
|
360
357
|
},
|
|
361
|
-
rpcUrls: [
|
|
362
|
-
'https://moonbeam.publicnode.com',
|
|
363
|
-
'https://rpc.api.moonbeam.network',
|
|
364
|
-
],
|
|
358
|
+
rpcUrls: ['https://rpc.api.moonbeam.network'],
|
|
365
359
|
},
|
|
366
360
|
},
|
|
367
361
|
// 2 - Expanse Network
|
|
@@ -335,10 +335,7 @@ exports.supportedEVMChains = [
|
|
|
335
335
|
symbol: 'MOVR',
|
|
336
336
|
decimals: 18,
|
|
337
337
|
},
|
|
338
|
-
rpcUrls: [
|
|
339
|
-
'https://moonriver.publicnode.com',
|
|
340
|
-
'https://rpc.api.moonriver.moonbeam.network',
|
|
341
|
-
],
|
|
338
|
+
rpcUrls: ['https://rpc.api.moonriver.moonbeam.network'],
|
|
342
339
|
},
|
|
343
340
|
},
|
|
344
341
|
// 1284 Moonbeam
|
|
@@ -361,10 +358,7 @@ exports.supportedEVMChains = [
|
|
|
361
358
|
symbol: 'GLMR',
|
|
362
359
|
decimals: 18,
|
|
363
360
|
},
|
|
364
|
-
rpcUrls: [
|
|
365
|
-
'https://moonbeam.publicnode.com',
|
|
366
|
-
'https://rpc.api.moonbeam.network',
|
|
367
|
-
],
|
|
361
|
+
rpcUrls: ['https://rpc.api.moonbeam.network'],
|
|
368
362
|
},
|
|
369
363
|
},
|
|
370
364
|
// 2 - Expanse Network
|