@lifi/data-types 4.10.0 → 4.10.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.
- package/dist/cjs/coins/coins.js +6 -6
- package/dist/coins/coins.js +6 -6
- package/package.json +2 -2
package/dist/cjs/coins/coins.js
CHANGED
|
@@ -1377,9 +1377,9 @@ exports.basicCoins = [
|
|
|
1377
1377
|
verified: true,
|
|
1378
1378
|
chains: {
|
|
1379
1379
|
[types_1.ChainId.SOL]: {
|
|
1380
|
-
address: '
|
|
1380
|
+
address: '11111111111111111111111111111111',
|
|
1381
1381
|
decimals: 9,
|
|
1382
|
-
name: '
|
|
1382
|
+
name: 'SOL',
|
|
1383
1383
|
},
|
|
1384
1384
|
[types_1.ChainId.ETH]: {
|
|
1385
1385
|
address: '0xD31a59c85aE9D8edEFeC411D448f90841571b89c',
|
|
@@ -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
|
-
coinKey: types_1.CoinKey.
|
|
1516
|
-
name: '
|
|
1517
|
-
logoURI: 'https://assets.coingecko.com/coins/images/
|
|
1515
|
+
coinKey: types_1.CoinKey.WSOL,
|
|
1516
|
+
name: 'wSOL',
|
|
1517
|
+
logoURI: 'https://assets.coingecko.com/coins/images/21629/standard/solana.jpg',
|
|
1518
1518
|
},
|
|
1519
1519
|
[types_1.ChainId.BSC]: {
|
|
1520
1520
|
// https://bscscan.com/token/0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c
|
package/dist/coins/coins.js
CHANGED
|
@@ -1374,9 +1374,9 @@ export const basicCoins = [
|
|
|
1374
1374
|
verified: true,
|
|
1375
1375
|
chains: {
|
|
1376
1376
|
[ChainId.SOL]: {
|
|
1377
|
-
address: '
|
|
1377
|
+
address: '11111111111111111111111111111111',
|
|
1378
1378
|
decimals: 9,
|
|
1379
|
-
name: '
|
|
1379
|
+
name: 'SOL',
|
|
1380
1380
|
},
|
|
1381
1381
|
[ChainId.ETH]: {
|
|
1382
1382
|
address: '0xD31a59c85aE9D8edEFeC411D448f90841571b89c',
|
|
@@ -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
|
-
coinKey: CoinKey.
|
|
1513
|
-
name: '
|
|
1514
|
-
logoURI: 'https://assets.coingecko.com/coins/images/
|
|
1512
|
+
coinKey: CoinKey.WSOL,
|
|
1513
|
+
name: 'wSOL',
|
|
1514
|
+
logoURI: 'https://assets.coingecko.com/coins/images/21629/standard/solana.jpg',
|
|
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.4",
|
|
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": "^
|
|
66
|
+
"@lifi/types": "^v13.18.2"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@commitlint/cli": "^17.7.1",
|