Skip to content

Commit 0a67cf5

Browse files
committed
fix(docs): rename web3auth to MM embedded wallets
1 parent b2290e5 commit 0a67cf5

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

docs/1-intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ 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: "Turnkey, Wagmi, MetaMask Embedded Wallets, RainbowKit, Etherspot.",
138138
docId: undefined,
139139
}}
140140
/>

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)