@lifi/data-types 2.1.3 → 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
|
@@ -578,6 +578,11 @@ exports.basicCoins = [
|
|
|
578
578
|
decimals: 6,
|
|
579
579
|
name: 'USDT',
|
|
580
580
|
},
|
|
581
|
+
[types_1.ChainId.ERA]: {
|
|
582
|
+
address: '0x493257fD37EDB34451f62EDf8D2a0C418852bA4C',
|
|
583
|
+
decimals: 6,
|
|
584
|
+
name: 'USDT',
|
|
585
|
+
},
|
|
581
586
|
// Testnets
|
|
582
587
|
[types_1.ChainId.GOR]: {
|
|
583
588
|
address: '0x509ee0d083ddf8ac028f2a56731412edd63223b9',
|
|
@@ -812,6 +817,7 @@ exports.basicCoins = [
|
|
|
812
817
|
address: '0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca',
|
|
813
818
|
decimals: 6,
|
|
814
819
|
name: 'USD Base Coin',
|
|
820
|
+
symbol: 'USDbC',
|
|
815
821
|
},
|
|
816
822
|
[types_1.ChainId.ERA]: {
|
|
817
823
|
address: '0x3355df6d4c9c3035724fd0e3914de96a5a83aaf4',
|
package/dist/coins/coins.js
CHANGED
|
@@ -575,6 +575,11 @@ export const basicCoins = [
|
|
|
575
575
|
decimals: 6,
|
|
576
576
|
name: 'USDT',
|
|
577
577
|
},
|
|
578
|
+
[ChainId.ERA]: {
|
|
579
|
+
address: '0x493257fD37EDB34451f62EDf8D2a0C418852bA4C',
|
|
580
|
+
decimals: 6,
|
|
581
|
+
name: 'USDT',
|
|
582
|
+
},
|
|
578
583
|
// Testnets
|
|
579
584
|
[ChainId.GOR]: {
|
|
580
585
|
address: '0x509ee0d083ddf8ac028f2a56731412edd63223b9',
|
|
@@ -809,6 +814,7 @@ export const basicCoins = [
|
|
|
809
814
|
address: '0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca',
|
|
810
815
|
decimals: 6,
|
|
811
816
|
name: 'USD Base Coin',
|
|
817
|
+
symbol: 'USDbC',
|
|
812
818
|
},
|
|
813
819
|
[ChainId.ERA]: {
|
|
814
820
|
address: '0x3355df6d4c9c3035724fd0e3914de96a5a83aaf4',
|