Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/core/src/preflight-notifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export function extractMessageFromError(error: {
if (!error.stack || !error.message) {
return {
eventCode: 'txError',
errorMsg: 'An unknown error occured'
errorMsg: 'An unknown error occurred'
}
}

Expand Down
2 changes: 1 addition & 1 deletion packages/gas/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @web3-onboard/gas

## A module for requesting streams or single requests of gas price estimates from the [Blocknative Gas Platform API](https://onboard.blocknative.com/docs/packages/gas).
## A module for requesting streams or single requests of gas price estimates from the [Blocknative Gas Platform API](https://docs.blocknative.com/gas-prediction/gas-platform).

Supports both Eth Mainnet and Polygon gas pricing.

Expand Down