@lifi/data-types 4.9.1 → 4.10.1
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 +9 -5
- package/dist/coins/coins.js +9 -5
- package/package.json +2 -2
package/dist/cjs/coins/coins.js
CHANGED
|
@@ -1306,6 +1306,10 @@ exports.basicCoins = [
|
|
|
1306
1306
|
logoURI: 'https://assets.coingecko.com/coins/images/28284/standard/frxETH_icon.png',
|
|
1307
1307
|
verified: true,
|
|
1308
1308
|
chains: {
|
|
1309
|
+
[types_1.ChainId.ETH]: {
|
|
1310
|
+
address: '0x5E8422345238F34275888049021821E8E08CAa1f',
|
|
1311
|
+
decimals: 18,
|
|
1312
|
+
},
|
|
1309
1313
|
[types_1.ChainId.FRA]: {
|
|
1310
1314
|
address: '0x0000000000000000000000000000000000000000',
|
|
1311
1315
|
decimals: 18,
|
|
@@ -1373,9 +1377,9 @@ exports.basicCoins = [
|
|
|
1373
1377
|
verified: true,
|
|
1374
1378
|
chains: {
|
|
1375
1379
|
[types_1.ChainId.SOL]: {
|
|
1376
|
-
address: '
|
|
1380
|
+
address: '11111111111111111111111111111111',
|
|
1377
1381
|
decimals: 9,
|
|
1378
|
-
name: '
|
|
1382
|
+
name: 'SOL',
|
|
1379
1383
|
},
|
|
1380
1384
|
[types_1.ChainId.ETH]: {
|
|
1381
1385
|
address: '0xD31a59c85aE9D8edEFeC411D448f90841571b89c',
|
|
@@ -1505,11 +1509,11 @@ exports.wrappedTokens = {
|
|
|
1505
1509
|
},
|
|
1506
1510
|
[types_1.ChainId.SOL]: {
|
|
1507
1511
|
address: 'So11111111111111111111111111111111111111112',
|
|
1508
|
-
symbol: '
|
|
1512
|
+
symbol: 'WSOL',
|
|
1509
1513
|
decimals: 9,
|
|
1510
1514
|
chainId: types_1.ChainId.SOL,
|
|
1511
|
-
coinKey: types_1.CoinKey.
|
|
1512
|
-
name: '
|
|
1515
|
+
coinKey: types_1.CoinKey.WSOL,
|
|
1516
|
+
name: 'WSOL',
|
|
1513
1517
|
logoURI: 'https://assets.coingecko.com/coins/images/4128/small/solana.png',
|
|
1514
1518
|
},
|
|
1515
1519
|
[types_1.ChainId.BSC]: {
|
package/dist/coins/coins.js
CHANGED
|
@@ -1303,6 +1303,10 @@ export const basicCoins = [
|
|
|
1303
1303
|
logoURI: 'https://assets.coingecko.com/coins/images/28284/standard/frxETH_icon.png',
|
|
1304
1304
|
verified: true,
|
|
1305
1305
|
chains: {
|
|
1306
|
+
[ChainId.ETH]: {
|
|
1307
|
+
address: '0x5E8422345238F34275888049021821E8E08CAa1f',
|
|
1308
|
+
decimals: 18,
|
|
1309
|
+
},
|
|
1306
1310
|
[ChainId.FRA]: {
|
|
1307
1311
|
address: '0x0000000000000000000000000000000000000000',
|
|
1308
1312
|
decimals: 18,
|
|
@@ -1370,9 +1374,9 @@ export const basicCoins = [
|
|
|
1370
1374
|
verified: true,
|
|
1371
1375
|
chains: {
|
|
1372
1376
|
[ChainId.SOL]: {
|
|
1373
|
-
address: '
|
|
1377
|
+
address: '11111111111111111111111111111111',
|
|
1374
1378
|
decimals: 9,
|
|
1375
|
-
name: '
|
|
1379
|
+
name: 'SOL',
|
|
1376
1380
|
},
|
|
1377
1381
|
[ChainId.ETH]: {
|
|
1378
1382
|
address: '0xD31a59c85aE9D8edEFeC411D448f90841571b89c',
|
|
@@ -1502,11 +1506,11 @@ export const wrappedTokens = {
|
|
|
1502
1506
|
},
|
|
1503
1507
|
[ChainId.SOL]: {
|
|
1504
1508
|
address: 'So11111111111111111111111111111111111111112',
|
|
1505
|
-
symbol: '
|
|
1509
|
+
symbol: 'WSOL',
|
|
1506
1510
|
decimals: 9,
|
|
1507
1511
|
chainId: ChainId.SOL,
|
|
1508
|
-
coinKey: CoinKey.
|
|
1509
|
-
name: '
|
|
1512
|
+
coinKey: CoinKey.WSOL,
|
|
1513
|
+
name: 'WSOL',
|
|
1510
1514
|
logoURI: 'https://assets.coingecko.com/coins/images/4128/small/solana.png',
|
|
1511
1515
|
},
|
|
1512
1516
|
[ChainId.BSC]: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lifi/data-types",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.10.1",
|
|
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.1"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@commitlint/cli": "^17.7.1",
|