Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix typos and link broken #2149

Merged
merged 1 commit into from
Apr 12, 2024
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
Loading