Skip to content

Commit 3929ae0

Browse files
committed
rename blocknative URLs to thirdweb
1 parent 2bf77c7 commit 3929ae0

File tree

73 files changed

+82
-82
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+82
-82
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ if (wallets[0]) {
8888

8989
**Onboard v1 migration guide**
9090

91-
If you're coming from v1, we've created a [migration guide for you](https://onboard.blocknative.com/docs/overview/onboard.js-migration-guide#background).
91+
If you're coming from v1, we've created a [migration guide for you](https://web3onboard.thirdweb.com/docs/overview/onboard.js-migration-guide#background).
9292

9393
## Documentation
9494

95-
For full documentation, check out the README.md for each package or the [docs page here](https://onboard.blocknative.com/docs/overview/introduction#features):
95+
For full documentation, check out the README.md for each package or the [docs page here](https://web3onboard.thirdweb.com/docs/overview/introduction#features):
9696

9797
**Core Repo**
9898

docs/src/lib/components/SEO/index.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
export let url
88
99
export let image = {
10-
url: 'https://onboard.blocknative.com/blocknative-onboard-og-image.png',
10+
url: 'https://web3onboard.thirdweb.com/blocknative-onboard-og-image.png',
1111
alt: 'Web3-Onboard Connect Wallet Button'
1212
}
1313

docs/src/lib/services/onboard.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const intiOnboard = async theme => {
8080
const dcent = dcentModule()
8181
const walletConnect = walletConnectModule({
8282
projectId: 'f6bd6e2911b56f5ac3bc8b2d0e2d7ad5',
83-
dappUrl: 'https://onboard.blocknative.com/'
83+
dappUrl: 'https://web3onboard.thirdweb.com/'
8484
})
8585
const ledger = ledgerModule({
8686
walletConnectVersion: 2,
@@ -119,7 +119,7 @@ const intiOnboard = async theme => {
119119

120120
const uauthOptions = {
121121
clientID: "a7371c4a-a61e-4fac-af48-4471c2e69e93",
122-
redirectUri: "https://onboard.blocknative.com",
122+
redirectUri: "https://web3onboard.thirdweb.com",
123123
scope: 'openid wallet email:optional humanity_check:optional profile:optional social:optional',
124124
walletConnectProjectId: 'f6bd6e2911b56f5ac3bc8b2d0e2d7ad5'
125125
}
@@ -269,7 +269,7 @@ const intiOnboard = async theme => {
269269
{ name: 'MetaMask', url: 'https://metamask.io' },
270270
{ name: 'Coinbase', url: 'https://wallet.coinbase.com/' }
271271
],
272-
explore: 'https://onboard.blocknative.com/'
272+
explore: 'https://web3onboard.thirdweb.com/'
273273
},
274274
accountCenter: { desktop: { enabled: true }, mobile: { enabled: true } },
275275
theme: theme || 'system',

docs/src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
const title = 'Web3-Onboard | Framework-agnostic Web3 Connect Wallet Button'
3838
const metadescription =
3939
'Open-source, framework-agnostic JavaScript library to onboard users to web3 apps. Help your users transact with ease by enabling wallet connection, real-time transaction states, and more.'
40-
const url = 'https://onboard.blocknative.com/'
40+
const url = 'https://web3onboard.thirdweb.com/'
4141
</script>
4242

4343
<svelte:head>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The config and connectors can be used with the WAGMI API returned from this modu
4242
## WAGMI Example
4343

4444
This example assumes you have already setup web3-onboard to connect wallets to your dapp.
45-
For more information see [web3-onboard docs](https://onboard.blocknative.com/docs/modules/core#install).
45+
For more information see [web3-onboard docs](https://web3onboard.thirdweb.com/docs/modules/core#install).
4646

4747
```ts
4848
import Onboard from '@web3-onboard/core'

docs/src/routes/docs/[...4]wallets/[...1]arcana/+page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To enable the Arcana wallet in Web3 apps, developers must register and configure
1414
For details, see [Quick Start Guide](https://docs.arcana.network/auth-quick-start.html).
1515
:::
1616

17-
[Web3-Onboard](https://onboard.blocknative.com/) is an open-source, framework-agnostic JavaScript library to onboard users to web3 apps. This package can be used to integrate [Arcana Wallet](https://docs.arcana.network/concepts/anwallet/index.html) support into Web3 Onboard's "Connect Wallet" modal. With this module, the Arcana wallet option will be shown for any app that integrates with the Arcana Auth SDK and uses it to onboard users. There is no need to download any browser extension. For more information on how to use the Arcana Wallet, please refer to the [Arcana Wallet User Guide](https://docs.arcana.network/user-guides/wallet-ui/index.html).
17+
[Web3-Onboard](https://web3onboard.thirdweb.com/) is an open-source, framework-agnostic JavaScript library to onboard users to web3 apps. This package can be used to integrate [Arcana Wallet](https://docs.arcana.network/concepts/anwallet/index.html) support into Web3 Onboard's "Connect Wallet" modal. With this module, the Arcana wallet option will be shown for any app that integrates with the Arcana Auth SDK and uses it to onboard users. There is no need to download any browser extension. For more information on how to use the Arcana Wallet, please refer to the [Arcana Wallet User Guide](https://docs.arcana.network/user-guides/wallet-ui/index.html).
1818

1919
### Install
2020

docs/src/routes/docs/[...4]wallets/[...23]phantom/+page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Phantom
88
The module for connecting Phantom to Web3 Onboard is still in alpha testing and Phantom Eth mainnet coverage is not fully public yet but will be soon. Please visit the [Official Phantom Site](https://phantom.app/) for more details.
99
:::
1010

11-
[Web3-Onboard](https://onboard.blocknative.com/) is an open-source, framework-agnostic JavaScript library to onboard users to web3 apps. This package can be used to integrate [Phantom Wallet](https://phantom.app/) support into Web3 Onboard's "Connect Wallet" modal. With this module the Phantom option will be shown even if the extension is not installed on the users browser or used within the Phantom app. If selected the user will be taken to a download screen and prompted to create a Phantom wallet. For more information on Phantom, please refer to the [Phantom developer docs](https://docs.phantom.app/).
11+
[Web3-Onboard](https://web3onboard.thirdweb.com/) is an open-source, framework-agnostic JavaScript library to onboard users to web3 apps. This package can be used to integrate [Phantom Wallet](https://phantom.app/) support into Web3 Onboard's "Connect Wallet" modal. With this module the Phantom option will be shown even if the extension is not installed on the users browser or used within the Phantom app. If selected the user will be taken to a download screen and prompted to create a Phantom wallet. For more information on Phantom, please refer to the [Phantom developer docs](https://docs.phantom.app/).
1212

1313
### Install
1414

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Join our [discord](https://discord.com/invite/KZaBVME) if you want to chat with
2020

2121
4. Is Web3 Onboard customizable?
2222

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

2525
5. Are there any code examples?
2626

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

2929
6. Does Web3 Onboard support my favorite network?
3030

examples/with-ledger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
3232

3333
## Learn More
3434

35-
To learn more about how you can use web3Onboard to integrate Ledger and other popular web3 wallets into your dApps, take a look at our documentation: [Web3Onboard Documentation](https://onboard.blocknative.com/docs/overview/introduction#features) for more details.
35+
To learn more about how you can use web3Onboard to integrate Ledger and other popular web3 wallets into your dApps, take a look at our documentation: [Web3Onboard Documentation](https://web3onboard.thirdweb.com/docs/overview/introduction#features) for more details.

examples/with-nextjs-13/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default function Home() {
3939
<main className={styles.main}>
4040
<h1 className={styles.title}>
4141
Welcome to this demo of{' '}
42-
<a href="https://onboard.blocknative.com"> Web3-Onboard!</a>
42+
<a href="https://web3onboard.thirdweb.com"> Web3-Onboard!</a>
4343
</h1>
4444

4545
<button

0 commit comments

Comments
 (0)