Skip to content

Commit 4dbf885

Browse files
authored
fix(docs): rename web3auth to MM embedded wallets (#1071)
2 parents b2290e5 + 53c0e15 commit 4dbf885

File tree

4 files changed

+10
-17
lines changed

4 files changed

+10
-17
lines changed

.github/workflows/check-external-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
.
3232
fail: true
3333
env:
34-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
34+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
- name: Comment on PR if broken links found
3636
if: steps.lychee.outputs.exit_code != 0
3737
uses: thollander/actions-comment-pull-request@v3

docs/1-intro.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ Additional configuration and API resources are detailed on the [Network](/networ
134134
type: "link",
135135
label: "Wallet SDKs",
136136
href: "/network/developer-tools#wallet-sdks",
137-
description: "Turnkey, Wagmi, Web3Auth, RainbowKit, Etherspot.",
137+
description:
138+
"Turnkey, Wagmi, MetaMask Embedded Wallets, RainbowKit, Etherspot.",
138139
docId: undefined,
139140
}}
140141
/>

docs/run-node/6-GCP-marketplace-nodes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Ensure you have:
5959
- **roles/compute.admin**
6060
- **roles/iam.serviceAccountUser**
6161

62-
- Verify that your [Quotas and System Limits](https://cloud.google.com/docs/quotas/view-manage), located in **IAM and admin > Quotas and system limits**, meet the resource requirements for the blockchain node you intend to deploy. Refer to the [Supported blockchain nodes](#supported-blockchain-nodes) table for the specific resource requirements of each node. Adjust your quotas as needed to ensure sufficient resources are available.
62+
- Verify that your [Quotas and System Limits](https://docs.cloud.google.com/docs/quotas/view-manage), located in **IAM and admin > Quotas and system limits**, meet the resource requirements for the blockchain node you intend to deploy. Refer to the [Supported blockchain nodes](#supported-blockchain-nodes) table for the specific resource requirements of each node. Adjust your quotas as needed to ensure sufficient resources are available.
6363

6464
## Setup a node
6565

@@ -260,4 +260,4 @@ resource "google_compute_instance" "this" {
260260
limit = 500
261261
dimensions = map[region:us-west1]
262262
```
263-
- **Solution**: Resource quotas need to be increased manually. To do this, refer to the [Quotas and System Limits documentation](https://cloud.google.com/docs/quotas/view-manage) and navigate to **IAM & Admin > Quotas**. After adjusting the quotas, delete the failed deployment and deploy a new one.
263+
- **Solution**: Resource quotas need to be increased manually. To do this, refer to the [Quotas and System Limits documentation](https://docs.cloud.google.com/docs/quotas/view-manage) and navigate to **IAM & Admin > Quotas**. After adjusting the quotas, delete the failed deployment and deploy a new one.

src/data/developerTools.json

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"Goldsky": "Blockchain data platform offering indexed APIs and high-performance subgraph hosting.",
1414
"SubQuery": "Open indexing protocol for organizing and querying blockchain data efficiently.",
1515
"sqd": "Blockchain indexing solution optimized for speed, reliability, and data transformations.",
16-
"Web3Auth": "OAuth social logins with non-custodial key management for Web3 applications.",
16+
"MetaMask Embedded Wallets": "OAuth social logins with non-custodial key management for Web3 applications.",
1717
"Etherspot Prime SDK": "Wallet infrastructure using account abstraction and batched transactions.",
1818
"Wagmi": "React hooks library streamlining wallet connections and contract interactions.",
1919
"RainbowKit": "Customizable React components for wallet connections.",
@@ -105,8 +105,8 @@
105105
"link": "https://www.rainbowkit.com/docs/introduction"
106106
},
107107
{
108-
"name": "Web3Auth",
109-
"link": "https://web3auth.io/docs/connect-blockchain/evm/flare"
108+
"name": "MetaMask Embedded Wallets",
109+
"link": "https://docs.metamask.io/embedded-wallets/connect-blockchain/evm/flare/"
110110
},
111111
{
112112
"name": "Etherspot Prime SDK",
@@ -217,8 +217,8 @@
217217
"link": "https://www.rainbowkit.com/docs/introduction"
218218
},
219219
{
220-
"name": "Web3Auth",
221-
"link": "https://web3auth.io/docs/connect-blockchain/evm/flare"
220+
"name": "MetaMask Embedded Wallets",
221+
"link": "https://docs.metamask.io/embedded-wallets/connect-blockchain/evm/flare/"
222222
},
223223
{
224224
"name": "Etherspot Prime SDK",
@@ -281,10 +281,6 @@
281281
{
282282
"name": "RainbowKit",
283283
"link": "https://www.rainbowkit.com/docs/introduction"
284-
},
285-
{
286-
"name": "Web3Auth",
287-
"link": "https://web3auth.io/docs/connect-blockchain/evm/songbird/"
288284
}
289285
],
290286
"Full-stack infra": [
@@ -343,10 +339,6 @@
343339
{
344340
"name": "RainbowKit",
345341
"link": "https://www.rainbowkit.com/docs/introduction"
346-
},
347-
{
348-
"name": "Web3Auth",
349-
"link": "https://web3auth.io/docs/connect-blockchain/evm/songbird/"
350342
}
351343
],
352344
"Full-stack infra": [

0 commit comments

Comments
 (0)