Skip to content

Commit 4b5374f

Browse files
authored
Merge pull request #2328 from blocknative/release/2.28.2
Release 2.28.2 (develop)
2 parents 7b54d8a + 7966d6c commit 4b5374f

File tree

19 files changed

+592
-315
lines changed

19 files changed

+592
-315
lines changed

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@safe-global/safe-apps-sdk": "^8.1.0",
5555
"@web3-onboard/bitget": "^2.1.1",
5656
"@web3-onboard/blocto": "^2.1.1",
57-
"@web3-onboard/capsule": "^2.4.0-alpha.1",
57+
"@web3-onboard/capsule": "^2.4.0",
5858
"@web3-onboard/cede-store": "^2.3.1",
5959
"@web3-onboard/coinbase": "^2.3.1",
6060
"@web3-onboard/core": "^2.23.1-alpha.1",
@@ -67,7 +67,7 @@
6767
"@web3-onboard/gas": "^2.2.1",
6868
"@web3-onboard/gnosis": "^2.3.1",
6969
"@web3-onboard/infinity-wallet": "^2.1.1",
70-
"@web3-onboard/injected-wallets": "^2.11.1",
70+
"@web3-onboard/injected-wallets": "^2.11.3",
7171
"@web3-onboard/keepkey": "^2.3.8",
7272
"@web3-onboard/keystone": "^2.3.8",
7373
"@web3-onboard/ledger": "^2.7.1",
@@ -86,7 +86,7 @@
8686
"@web3-onboard/trust": "^2.1.1",
8787
"@web3-onboard/uauth": "^2.2.1",
8888
"@web3-onboard/venly": "^2.1.1",
89-
"@web3-onboard/walletconnect": "^2.6.1",
89+
"@web3-onboard/walletconnect": "^2.6.2",
9090
"@web3-onboard/web3auth": "^2.3.1",
9191
"@web3-onboard/xdefi": "^2.1.1",
9292
"@web3-onboard/zeal": "^2.1.1",

docs/src/routes/docs/[...1]overview/[...1]introduction/+page.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,6 @@ Web3 Onboard supports all EVM networks. Supporting a new network is simply a mat
5454
- Degen
5555
- All other EVM networks
5656

57-
### Optional - Use an API key to fetch real-time transaction data, balances & gas
58-
59-
Using a Blocknative API key with Web3 Onboard on the free plan will allow you to gain the benefits of Blocknative balance & transaction services. Blocknative has a free forever plan you can always use.
60-
61-
This step is not required to use Web3 Onboard. You can skip to the [**Quickstart**](/docs/overview/introduction#quickstart) step below if you want to use Web3 Onboard without API services or if you already have a Blocknative account & API key.
62-
63-
**Setup your Account**
64-
Go to the Account Dashboard at [https://explorer.blocknative.com/account](https://explorer.blocknative.com/account) and setup an account with an email address. You will receive an email to confirm your account.
65-
66-
**Create your API Key**
67-
On the Account Dashboard at [https://explorer.blocknative.com/account](https://explorer.blocknative.com/account), create an API key with your choice of name or use/rename the Default Key. Consider using different API keys for development, staging, and production releases.
68-
6957
## Quickstart
7058

7159
Install the core web3-onboard library, the injected wallets module, and optionally ethers.js to support browser extension and mobile wallets:

docs/src/routes/docs/[...3]modules/[...2]gas/+page.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,8 @@ npm install @web3-onboard/gas
3939
import gas from '@web3-onboard/gas'
4040

4141
// subscribe to a single chain for estimates using the default poll rate of 5 secs
42-
// API key is optional and if provided allows for faster poll rates
4342
const ethMainnetGasBlockPrices = gas.stream({
4443
chains: ['0x1'],
45-
apiKey: '<OPTIONAL_API_KEY>',
4644
endpoint: 'blockPrices'
4745
})
4846

docs/src/routes/docs/[...3]modules/[...3]react/+page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ type Notify = {
357357
/**
358358
* Position of notifications that defaults to the same position as the
359359
* Account Center (if enabled) of the top right if AC is disabled
360-
* and notifications are enabled (enabled by default with API key)
360+
* and notifications are enabled
361361
*/
362362
position?: NotificationPosition
363363
}

docs/src/routes/faq/+page.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,18 @@ Join our [discord](https://discord.com/invite/KZaBVME) if you want to chat with
1414

1515
Yes it’s free to use forever.
1616

17-
3. Do I need an API key?
18-
19-
No you don’t need an API key to use Web3 Onboard. The optional addition of an API key allows access to transaction notifications and more frequent gas estimates from Blocknative. You can [get one here](https://explorer.blocknative.com/account)
20-
21-
4. Which frameworks does Web3 Onboard support?
17+
3. Which frameworks does Web3 Onboard support?
2218

2319
Web3 Onboard is framework agnostic and is usable with your favorite framework.
2420

25-
5. Is Web3 Onboard customizable?
21+
4. Is Web3 Onboard customizable?
2622

2723
Yes, we’ve made a [theming interface](https://onboard.blocknative.com/theming-tool) to show how you can theme Web3 Onboard for your dapp.
2824

29-
6. Are there any code examples?
25+
5. Are there any code examples?
3026

3127
Yes, we’ve made a connect wallet example available [here](https://onboard.blocknative.com/examples/connect-wallet#main-sidebar).
3228

33-
7. Does Web3 Onboard support my favorite network?
29+
6. Does Web3 Onboard support my favorite network?
3430

3531
Web3 Onboard is compatible with all EVM networks, which can be specified on initialization. You can add your chain to [this list in the docs](/docs/overview/introduction#supported-networks) to call out its support.

0 commit comments

Comments
 (0)