@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.
- package/dist/cjs/coins/coins.js +4 -4
- package/dist/coins/coins.js +4 -4
- package/package.json +2 -2
package/dist/cjs/coins/coins.js
CHANGED
|
@@ -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://
|
|
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: '
|
|
1512
|
+
symbol: 'wSOL',
|
|
1513
1513
|
decimals: 9,
|
|
1514
1514
|
chainId: types_1.ChainId.SOL,
|
|
1515
1515
|
coinKey: types_1.CoinKey.WSOL,
|
|
1516
|
-
name: '
|
|
1517
|
-
logoURI: 'https://assets.coingecko.com/coins/images/4128/
|
|
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
|
package/dist/coins/coins.js
CHANGED
|
@@ -1370,7 +1370,7 @@ export const basicCoins = [
|
|
|
1370
1370
|
{
|
|
1371
1371
|
key: CoinKey.SOL,
|
|
1372
1372
|
name: CoinKey.SOL,
|
|
1373
|
-
logoURI: 'https://
|
|
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: '
|
|
1509
|
+
symbol: 'wSOL',
|
|
1510
1510
|
decimals: 9,
|
|
1511
1511
|
chainId: ChainId.SOL,
|
|
1512
1512
|
coinKey: CoinKey.WSOL,
|
|
1513
|
-
name: '
|
|
1514
|
-
logoURI: 'https://assets.coingecko.com/coins/images/4128/
|
|
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.
|
|
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.
|
|
66
|
+
"@lifi/types": "^v13.18.2"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@commitlint/cli": "^17.7.1",
|