@lifi/data-types 4.10.1 → 4.10.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.
@@ -1373,7 +1373,7 @@ exports.basicCoins = [
1373
1373
  {
1374
1374
  key: types_1.CoinKey.SOL,
1375
1375
  name: types_1.CoinKey.SOL,
1376
- logoURI: 'https://assets.coingecko.com/coins/images/4128/small/solana.png',
1376
+ logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/5426.png',
1377
1377
  verified: true,
1378
1378
  chains: {
1379
1379
  [types_1.ChainId.SOL]: {
@@ -1509,12 +1509,12 @@ exports.wrappedTokens = {
1509
1509
  },
1510
1510
  [types_1.ChainId.SOL]: {
1511
1511
  address: 'So11111111111111111111111111111111111111112',
1512
- symbol: 'WSOL',
1512
+ symbol: 'wSOL',
1513
1513
  decimals: 9,
1514
1514
  chainId: types_1.ChainId.SOL,
1515
1515
  coinKey: types_1.CoinKey.WSOL,
1516
- name: 'WSOL',
1517
- logoURI: 'https://assets.coingecko.com/coins/images/4128/small/solana.png',
1516
+ name: 'wSOL',
1517
+ logoURI: 'https://assets.coingecko.com/coins/images/4128/standard/solana.png',
1518
1518
  },
1519
1519
  [types_1.ChainId.BSC]: {
1520
1520
  // https://bscscan.com/token/0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c
@@ -1370,7 +1370,7 @@ export const basicCoins = [
1370
1370
  {
1371
1371
  key: CoinKey.SOL,
1372
1372
  name: CoinKey.SOL,
1373
- logoURI: 'https://assets.coingecko.com/coins/images/4128/small/solana.png',
1373
+ logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/5426.png',
1374
1374
  verified: true,
1375
1375
  chains: {
1376
1376
  [ChainId.SOL]: {
@@ -1506,12 +1506,12 @@ export const wrappedTokens = {
1506
1506
  },
1507
1507
  [ChainId.SOL]: {
1508
1508
  address: 'So11111111111111111111111111111111111111112',
1509
- symbol: 'WSOL',
1509
+ symbol: 'wSOL',
1510
1510
  decimals: 9,
1511
1511
  chainId: ChainId.SOL,
1512
1512
  coinKey: CoinKey.WSOL,
1513
- name: 'WSOL',
1514
- logoURI: 'https://assets.coingecko.com/coins/images/4128/small/solana.png',
1513
+ name: 'wSOL',
1514
+ logoURI: 'https://assets.coingecko.com/coins/images/4128/standard/solana.png',
1515
1515
  },
1516
1516
  [ChainId.BSC]: {
1517
1517
  // https://bscscan.com/token/0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/data-types",
3
- "version": "4.10.1",
3
+ "version": "4.10.5",
4
4
  "description": "Data types for the LI.FI stack",
5
5
  "keywords": [
6
6
  "sdk",
@@ -63,7 +63,7 @@
63
63
  ]
64
64
  },
65
65
  "dependencies": {
66
- "@lifi/types": "^v13.18.1"
66
+ "@lifi/types": "^v13.18.2"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@commitlint/cli": "^17.7.1",