You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/common/package.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@web3-onboard/common",
3
-
"version": "2.1.7-alpha.3",
3
+
"version": "2.1.7-alpha.4",
4
4
"description": "Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
Copy file name to clipboardExpand all lines: packages/core/README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -641,14 +641,15 @@ setTimeout(
641
641
**`preflightNotifications`**
642
642
Notify can be used to deliver standard notifications along with preflight information by passing a `PreflightNotificationsOptions` object to the `preflightNotifications` action. This will return a a promise that resolves to the transaction hash (if `sendTransaction` resolves the transaction hash and is successful), the internal notification id (if no `sendTransaction` function is provided) or return nothing if an error occurs or `sendTransaction` is not provided or doesn't resolve to a string.
643
643
644
-
Preflight event types include
645
-
-`txRequest` : Alert user there is a transaction request awaiting confirmation by their wallet
646
-
-`txAwaitingApproval` : A previous transaction is awaiting confirmation
647
-
-`txConfirmReminder` : Reminder to confirm a transaction to continue - configurable with the `txApproveReminderTimeout` property; defaults to 15 seconds
648
-
-`nsfFail` : The user has insufficient funds for transaction (requires `gasPrice`, `estimateGas`, `balance`, `txDetails.value`)
649
-
-`txError` : General transaction error (requires `sendTransaction`)
650
-
-`txSendFail` : The user rejected the transaction (requires `sendTransaction`)
651
-
-`txUnderpriced` : The gas price for the transaction is too low (requires `sendTransaction`)
644
+
Preflight event types include
645
+
646
+
-`txRequest` : Alert user there is a transaction request awaiting confirmation by their wallet
647
+
-`txAwaitingApproval` : A previous transaction is awaiting confirmation
648
+
-`txConfirmReminder` : Reminder to confirm a transaction to continue - configurable with the `txApproveReminderTimeout` property; defaults to 15 seconds
649
+
-`nsfFail` : The user has insufficient funds for transaction (requires `gasPrice`, `estimateGas`, `balance`, `txDetails.value`)
650
+
-`txError` : General transaction error (requires `sendTransaction`)
651
+
-`txSendFail` : The user rejected the transaction (requires `sendTransaction`)
652
+
-`txUnderpriced` : The gas price for the transaction is too low (requires `sendTransaction`)
0 commit comments