@lifi/data-types 4.9.0 → 4.10.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.
@@ -736,6 +736,12 @@ exports.basicCoins = [
736
736
  name: 'USD Base Coin',
737
737
  symbol: 'USDbC',
738
738
  },
739
+ [types_1.ChainId.DAI]: {
740
+ address: '0x2a22f9c3b484c3629090feed35f17ff8f88f76f0',
741
+ decimals: 6,
742
+ name: 'Bridged USDC Coin',
743
+ symbol: 'USDC.e',
744
+ },
739
745
  },
740
746
  },
741
747
  // BUSD
@@ -1300,6 +1306,10 @@ exports.basicCoins = [
1300
1306
  logoURI: 'https://assets.coingecko.com/coins/images/28284/standard/frxETH_icon.png',
1301
1307
  verified: true,
1302
1308
  chains: {
1309
+ [types_1.ChainId.ETH]: {
1310
+ address: '0x5E8422345238F34275888049021821E8E08CAa1f',
1311
+ decimals: 18,
1312
+ },
1303
1313
  [types_1.ChainId.FRA]: {
1304
1314
  address: '0x0000000000000000000000000000000000000000',
1305
1315
  decimals: 18,
@@ -733,6 +733,12 @@ export const basicCoins = [
733
733
  name: 'USD Base Coin',
734
734
  symbol: 'USDbC',
735
735
  },
736
+ [ChainId.DAI]: {
737
+ address: '0x2a22f9c3b484c3629090feed35f17ff8f88f76f0',
738
+ decimals: 6,
739
+ name: 'Bridged USDC Coin',
740
+ symbol: 'USDC.e',
741
+ },
736
742
  },
737
743
  },
738
744
  // BUSD
@@ -1297,6 +1303,10 @@ export const basicCoins = [
1297
1303
  logoURI: 'https://assets.coingecko.com/coins/images/28284/standard/frxETH_icon.png',
1298
1304
  verified: true,
1299
1305
  chains: {
1306
+ [ChainId.ETH]: {
1307
+ address: '0x5E8422345238F34275888049021821E8E08CAa1f',
1308
+ decimals: 18,
1309
+ },
1300
1310
  [ChainId.FRA]: {
1301
1311
  address: '0x0000000000000000000000000000000000000000',
1302
1312
  decimals: 18,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/data-types",
3
- "version": "4.9.0",
3
+ "version": "4.10.0",
4
4
  "description": "Data types for the LI.FI stack",
5
5
  "keywords": [
6
6
  "sdk",