@lifi/data-types 2.1.2 → 2.1.4

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.
@@ -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',
@@ -797,7 +802,7 @@ exports.basicCoins = [
797
802
  decimals: 18,
798
803
  },
799
804
  [types_1.ChainId.POL]: {
800
- address: '0x2791bca1f2de4661ed88a30c99a7a9449aa84174',
805
+ address: '0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359',
801
806
  decimals: 6,
802
807
  },
803
808
  [types_1.ChainId.DAI]: {
@@ -914,6 +919,12 @@ exports.basicCoins = [
914
919
  logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png',
915
920
  verified: true,
916
921
  chains: {
922
+ [types_1.ChainId.POL]: {
923
+ address: '0x2791bca1f2de4661ed88a30c99a7a9449aa84174',
924
+ decimals: 6,
925
+ name: 'Bridged USD Coin',
926
+ symbol: 'USDC.e',
927
+ },
917
928
  [types_1.ChainId.ARB]: {
918
929
  address: '0xff970a61a04b1ca14834a43f5de4533ebddb5cc8',
919
930
  decimals: 6,
@@ -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',
@@ -794,7 +799,7 @@ export const basicCoins = [
794
799
  decimals: 18,
795
800
  },
796
801
  [ChainId.POL]: {
797
- address: '0x2791bca1f2de4661ed88a30c99a7a9449aa84174',
802
+ address: '0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359',
798
803
  decimals: 6,
799
804
  },
800
805
  [ChainId.DAI]: {
@@ -911,6 +916,12 @@ export const basicCoins = [
911
916
  logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png',
912
917
  verified: true,
913
918
  chains: {
919
+ [ChainId.POL]: {
920
+ address: '0x2791bca1f2de4661ed88a30c99a7a9449aa84174',
921
+ decimals: 6,
922
+ name: 'Bridged USD Coin',
923
+ symbol: 'USDC.e',
924
+ },
914
925
  [ChainId.ARB]: {
915
926
  address: '0xff970a61a04b1ca14834a43f5de4533ebddb5cc8',
916
927
  decimals: 6,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/data-types",
3
- "version": "2.1.2",
3
+ "version": "2.1.4",
4
4
  "description": "Data types for the LI.FI stack",
5
5
  "keywords": [
6
6
  "sdk",