@lifi/data-types 2.1.4 → 2.1.5
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,7 +332,10 @@ export const supportedEVMChains = [
|
|
|
332
332
|
symbol: 'MOVR',
|
|
333
333
|
decimals: 18,
|
|
334
334
|
},
|
|
335
|
-
rpcUrls: [
|
|
335
|
+
rpcUrls: [
|
|
336
|
+
'https://moonriver.publicnode.com',
|
|
337
|
+
'https://rpc.api.moonriver.moonbeam.network',
|
|
338
|
+
],
|
|
336
339
|
},
|
|
337
340
|
},
|
|
338
341
|
// 1284 Moonbeam
|
|
@@ -355,7 +358,10 @@ export const supportedEVMChains = [
|
|
|
355
358
|
symbol: 'GLMR',
|
|
356
359
|
decimals: 18,
|
|
357
360
|
},
|
|
358
|
-
rpcUrls: [
|
|
361
|
+
rpcUrls: [
|
|
362
|
+
'https://moonbeam.publicnode.com',
|
|
363
|
+
'https://rpc.api.moonbeam.network',
|
|
364
|
+
],
|
|
359
365
|
},
|
|
360
366
|
},
|
|
361
367
|
// 2 - Expanse Network
|
|
@@ -335,7 +335,10 @@ exports.supportedEVMChains = [
|
|
|
335
335
|
symbol: 'MOVR',
|
|
336
336
|
decimals: 18,
|
|
337
337
|
},
|
|
338
|
-
rpcUrls: [
|
|
338
|
+
rpcUrls: [
|
|
339
|
+
'https://moonriver.publicnode.com',
|
|
340
|
+
'https://rpc.api.moonriver.moonbeam.network',
|
|
341
|
+
],
|
|
339
342
|
},
|
|
340
343
|
},
|
|
341
344
|
// 1284 Moonbeam
|
|
@@ -358,7 +361,10 @@ exports.supportedEVMChains = [
|
|
|
358
361
|
symbol: 'GLMR',
|
|
359
362
|
decimals: 18,
|
|
360
363
|
},
|
|
361
|
-
rpcUrls: [
|
|
364
|
+
rpcUrls: [
|
|
365
|
+
'https://moonbeam.publicnode.com',
|
|
366
|
+
'https://rpc.api.moonbeam.network',
|
|
367
|
+
],
|
|
362
368
|
},
|
|
363
369
|
},
|
|
364
370
|
// 2 - Expanse Network
|
package/dist/cjs/coins/coins.js
CHANGED
package/dist/coins/coins.js
CHANGED