@huma-finance/widgets 0.0.75-beta.979 → 0.0.75-beta.981

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/index.js CHANGED
@@ -182639,7 +182639,8 @@ function SolanaLendSupply({
182639
182639
  flow: "Supply",
182640
182640
  chainId: ar.chainId,
182641
182641
  poolName: ar.poolName,
182642
- poolType: ar.poolType
182642
+ poolType: ar.poolType,
182643
+ chainType: "Solana"
182643
182644
  }, Hr = new LoggingContextHelper(qr);
182644
182645
  if (Hr.logAction("StartFlow", {}), lr(setLoggingContext(qr)), !Ar && !hr) {
182645
182646
  Hr.logAction("SetInitialStep", {
@@ -182951,7 +182952,8 @@ function SolanaLendWithdraw({
182951
182952
  flow: "Withdraw",
182952
182953
  chainId: ar.chainId,
182953
182954
  poolName: ar.poolName,
182954
- poolType: ar.poolType
182955
+ poolType: ar.poolType,
182956
+ chainType: "Solana"
182955
182957
  };
182956
182958
  new LoggingContextHelper(Vr).logAction("StartFlow", {}), pr(setLoggingContext(Vr)), pr(setStep(WIDGET_STEP.ConfirmTransfer));
182957
182959
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huma-finance/widgets",
3
- "version": "0.0.75-beta.979+5ab0114",
3
+ "version": "0.0.75-beta.981+a3e08e0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -22,9 +22,9 @@
22
22
  "@ethersproject/contracts": "^5.7.0",
23
23
  "@ethersproject/experimental": "^5.7.0",
24
24
  "@ethersproject/units": "^5.6.0",
25
- "@huma-finance/sdk": "^0.0.75-beta.979+5ab0114",
26
- "@huma-finance/shared": "^0.0.75-beta.979+5ab0114",
27
- "@huma-finance/web-shared": "^0.0.75-beta.979+5ab0114",
25
+ "@huma-finance/sdk": "^0.0.75-beta.981+a3e08e0",
26
+ "@huma-finance/shared": "^0.0.75-beta.981+a3e08e0",
27
+ "@huma-finance/web-shared": "^0.0.75-beta.981+a3e08e0",
28
28
  "@mui/x-date-pickers": "^5.0.7",
29
29
  "@notifi-network/notifi-frontend-client": "^1.1.2",
30
30
  "@notifi-network/notifi-react": "^1.1.2",
@@ -190,5 +190,5 @@
190
190
  "optionalDependencies": {
191
191
  "encoding": "^0.1.13"
192
192
  },
193
- "gitHead": "5ab0114378cfdc5375a211595f3eedc4cc1cc1e0"
193
+ "gitHead": "a3e08e02260985afd93671044fb6f3154d2b3d6f"
194
194
  }
@@ -105,6 +105,7 @@ export function SolanaLendSupply({
105
105
  chainId: poolInfo.chainId,
106
106
  poolName: poolInfo.poolName,
107
107
  poolType: poolInfo.poolType,
108
+ chainType: 'Solana',
108
109
  }
109
110
  const loggingHelperInit = new LoggingContextHelper(context)
110
111
  loggingHelperInit.logAction('StartFlow', {})
@@ -96,6 +96,7 @@ export function SolanaLendWithdraw({
96
96
  chainId: poolInfo.chainId,
97
97
  poolName: poolInfo.poolName,
98
98
  poolType: poolInfo.poolType,
99
+ chainType: 'Solana',
99
100
  }
100
101
  const loggingHelperInit = new LoggingContextHelper(context)
101
102
  loggingHelperInit.logAction('StartFlow', {})