@lifi/data-types 2.1.4 → 2.2.0
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
|
@@ -814,9 +814,8 @@ exports.basicCoins = [
|
|
|
814
814
|
decimals: 6,
|
|
815
815
|
},
|
|
816
816
|
[types_1.ChainId.BAS]: {
|
|
817
|
-
address: '
|
|
817
|
+
address: '0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
818
818
|
decimals: 6,
|
|
819
|
-
name: 'USD Base Coin',
|
|
820
819
|
},
|
|
821
820
|
[types_1.ChainId.ERA]: {
|
|
822
821
|
address: '0x3355df6d4c9c3035724fd0e3914de96a5a83aaf4',
|
|
@@ -943,6 +942,12 @@ exports.basicCoins = [
|
|
|
943
942
|
name: 'Bridged USD Coin',
|
|
944
943
|
symbol: 'USDC.e',
|
|
945
944
|
},
|
|
945
|
+
[types_1.ChainId.BAS]: {
|
|
946
|
+
address: '0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca',
|
|
947
|
+
decimals: 6,
|
|
948
|
+
name: 'USD Base Coin',
|
|
949
|
+
symbol: 'USDbC',
|
|
950
|
+
},
|
|
946
951
|
},
|
|
947
952
|
},
|
|
948
953
|
// BUSD
|
package/dist/coins/coins.js
CHANGED
|
@@ -811,9 +811,8 @@ export const basicCoins = [
|
|
|
811
811
|
decimals: 6,
|
|
812
812
|
},
|
|
813
813
|
[ChainId.BAS]: {
|
|
814
|
-
address: '
|
|
814
|
+
address: '0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
815
815
|
decimals: 6,
|
|
816
|
-
name: 'USD Base Coin',
|
|
817
816
|
},
|
|
818
817
|
[ChainId.ERA]: {
|
|
819
818
|
address: '0x3355df6d4c9c3035724fd0e3914de96a5a83aaf4',
|
|
@@ -940,6 +939,12 @@ export const basicCoins = [
|
|
|
940
939
|
name: 'Bridged USD Coin',
|
|
941
940
|
symbol: 'USDC.e',
|
|
942
941
|
},
|
|
942
|
+
[ChainId.BAS]: {
|
|
943
|
+
address: '0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca',
|
|
944
|
+
decimals: 6,
|
|
945
|
+
name: 'USD Base Coin',
|
|
946
|
+
symbol: 'USDbC',
|
|
947
|
+
},
|
|
943
948
|
},
|
|
944
949
|
},
|
|
945
950
|
// BUSD
|