@huma-finance/widgets 0.0.73-beta.915 → 0.0.73-beta.919

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.
@@ -3913,7 +3913,7 @@ function SolanaTxSendModal(_ref) {
3913
3913
  } = walletAdapterReact.useConnection();
3914
3914
  const [signature, setSignature] = React.useState('');
3915
3915
  const [showRetryScreen, setShowRetryScreen] = React.useState(false);
3916
- const [useHighPriority, setUseHighPriority] = React.useState(false);
3916
+ const [useHighPriority, setUseHighPriority] = React.useState(true);
3917
3917
  const [refreshCount, refresh] = webShared.useForceRefresh();
3918
3918
  const styles = {
3919
3919
  wrapper: material.css(_templateObject$j || (_templateObject$j = _taggedTemplateLiteral(["\n height: 438px;\n position: relative;\n "]))),