Skip to content

Commit 2fa8181

Browse files
authored
chore: fix typos and link broken (#2149)
1 parent ed43a00 commit 2fa8181

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/src/preflight-notifications.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export function extractMessageFromError(error: {
162162
if (!error.stack || !error.message) {
163163
return {
164164
eventCode: 'txError',
165-
errorMsg: 'An unknown error occured'
165+
errorMsg: 'An unknown error occurred'
166166
}
167167
}
168168

packages/gas/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @web3-onboard/gas
22

3-
## 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).
3+
## 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).
44

55
Supports both Eth Mainnet and Polygon gas pricing.
66

0 commit comments

Comments
 (0)