diff --git a/packages/core/src/preflight-notifications.ts b/packages/core/src/preflight-notifications.ts index 3b418d58d..b78f85d7d 100644 --- a/packages/core/src/preflight-notifications.ts +++ b/packages/core/src/preflight-notifications.ts @@ -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' } } diff --git a/packages/gas/README.md b/packages/gas/README.md index ed5b24bd2..a44e04f1a 100644 --- a/packages/gas/README.md +++ b/packages/gas/README.md @@ -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.