@lifi/data-types 1.0.0-beta.5 → 2.0.0

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.
@@ -1172,7 +1172,7 @@ export const supportedEVMChains = [
1172
1172
  export const supportedSolanaChains = [
1173
1173
  {
1174
1174
  key: ChainKey.SOL,
1175
- chainType: ChainType.Solana,
1175
+ chainType: ChainType.SVM,
1176
1176
  name: 'Solana',
1177
1177
  coin: CoinKey.SOL,
1178
1178
  id: ChainId.SOL,
@@ -1175,7 +1175,7 @@ exports.supportedEVMChains = [
1175
1175
  exports.supportedSolanaChains = [
1176
1176
  {
1177
1177
  key: types_1.ChainKey.SOL,
1178
- chainType: types_1.ChainType.Solana,
1178
+ chainType: types_1.ChainType.SVM,
1179
1179
  name: 'Solana',
1180
1180
  coin: types_1.CoinKey.SOL,
1181
1181
  id: types_1.ChainId.SOL,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/data-types",
3
- "version": "1.0.0-beta.5",
3
+ "version": "2.0.0",
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": "^8.5.0"
66
+ "@lifi/types": "^9.0.1"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@commitlint/cli": "^17.7.1",