@lifi/types 13.18.1 → 13.18.2

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lifi/types",
3
3
  "description": "Types for the LI.FI stack",
4
- "version": "13.18.1",
4
+ "version": "13.18.2",
5
5
  "files": [
6
6
  "src",
7
7
  "!src/assets",
@@ -33,7 +33,7 @@ var CoinKey;
33
33
  CoinKey["MNT"] = "MNT";
34
34
  CoinKey["SEI"] = "SEI";
35
35
  CoinKey["SOL"] = "SOL";
36
- CoinKey["WSOL"] = "WSOL";
36
+ CoinKey["WSOL"] = "wSOL";
37
37
  CoinKey["BTC"] = "BTC";
38
38
  CoinKey["BCH"] = "BCH";
39
39
  CoinKey["LTC"] = "LTC";
@@ -31,7 +31,7 @@ export var CoinKey;
31
31
  CoinKey["SEI"] = "SEI";
32
32
  // Solana
33
33
  CoinKey["SOL"] = "SOL";
34
- CoinKey["WSOL"] = "WSOL";
34
+ CoinKey["WSOL"] = "wSOL";
35
35
  // UTXO
36
36
  CoinKey["BTC"] = "BTC";
37
37
  CoinKey["BCH"] = "BCH";
@@ -29,7 +29,7 @@ export declare enum CoinKey {
29
29
  MNT = "MNT",
30
30
  SEI = "SEI",
31
31
  SOL = "SOL",
32
- WSOL = "WSOL",
32
+ WSOL = "wSOL",
33
33
  BTC = "BTC",
34
34
  BCH = "BCH",
35
35
  LTC = "LTC",
@@ -31,7 +31,7 @@ export enum CoinKey {
31
31
 
32
32
  // Solana
33
33
  SOL = 'SOL',
34
- WSOL = 'WSOL',
34
+ WSOL = 'wSOL',
35
35
 
36
36
  // UTXO
37
37
  BTC = 'BTC',