Skip to content

Commit 606f77b

Browse files
committed
fix build
1 parent 9bae75a commit 606f77b

File tree

4 files changed

+8
-28
lines changed

4 files changed

+8
-28
lines changed

docs/connect-blockchain/evm/arbitrum/web.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ import SEO from "@site/src/components/SEO";
2727

2828
<ChainDetailsArbitrum />
2929

30-
## Installation
31-
32-
To interact with the Arbitrum blockchain, you can use either library with Web3Auth.
33-
34-
<GetUserInfoSnippet />
35-
3630
## React Wagmi Integration
3731

3832
<ReactWagmiIntegration />

docs/connect-blockchain/evm/astar/web.mdx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ import ChainDetailsAstar from "@site/src/common/docs/general-connect-blockchain/
1111
import JsBlockchainMethods from "../../../sdk/web/js/_ethereum-integration-snippets.mdx";
1212
import ReactWagmiIntegration from "../../../sdk/web/react/_ethereum-hooks-snippets.mdx";
1313
import VueWagmiIntegration from "../../../sdk/web/vue/_ethereum-composables-snippets.mdx";
14-
import TabItem from "@theme/TabItem";
15-
import Tabs from "@theme/Tabs";
1614
import SEO from "@site/src/components/SEO";
1715

1816
<SEO
@@ -26,10 +24,14 @@ import SEO from "@site/src/components/SEO";
2624

2725
<ChainDetailsAstar />
2826

29-
## Installation
27+
## React Wagmi Integration
3028

31-
To interact with the Astar blockchain, you can use either library with Web3Auth.
29+
<ReactWagmiIntegration />
3230

33-
<InstallationSnippet />
31+
## Vue Wagmi Integration
3432

35-
// ... rest of existing code ...
33+
<VueWagmiIntegration />
34+
35+
## For VanillaJS, Angular and other frameworks
36+
37+
<JsBlockchainMethods />

docs/connect-blockchain/evm/avalanche/web.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ import ChainDetailsAvalanche from "@site/src/common/docs/general-connect-blockch
2424
import JsBlockchainMethods from "../../../sdk/web/js/_ethereum-integration-snippets.mdx";
2525
import ReactWagmiIntegration from "../../../sdk/web/react/_ethereum-hooks-snippets.mdx";
2626
import VueWagmiIntegration from "../../../sdk/web/vue/_ethereum-composables-snippets.mdx";
27-
import TabItem from "@theme/TabItem";
28-
import Tabs from "@theme/Tabs";
2927
import SEO from "@site/src/components/SEO";
3028

3129
<SEO
@@ -39,12 +37,6 @@ import SEO from "@site/src/components/SEO";
3937

4038
<ChainDetailsAvalanche />
4139

42-
## Installation
43-
44-
To interact with the Avalanche (C-Chain) blockchain, you can use either library with Web3Auth.
45-
46-
<GetUserInfoSnippet />
47-
4840
## React Wagmi Integration
4941

5042
<ReactWagmiIntegration />

docs/connect-blockchain/evm/base/web.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ import ChainDetailsBase from "@site/src/common/docs/general-connect-blockchain/_
1212
import JsBlockchainMethods from "../../../sdk/web/js/_ethereum-integration-snippets.mdx";
1313
import ReactWagmiIntegration from "../../../sdk/web/react/_ethereum-hooks-snippets.mdx";
1414
import VueWagmiIntegration from "../../../sdk/web/vue/_ethereum-composables-snippets.mdx";
15-
import TabItem from "@theme/TabItem";
16-
import Tabs from "@theme/Tabs";
1715
import SEO from "@site/src/components/SEO";
1816

1917
<SEO
@@ -27,12 +25,6 @@ import SEO from "@site/src/components/SEO";
2725

2826
<ChainDetailsBase />
2927

30-
## Installation
31-
32-
To interact with the Base Chain (Coinbase) blockchain, you can use either library with Web3Auth.
33-
34-
<GetUserInfoSnippet />
35-
3628
## React Wagmi Integration
3729

3830
<ReactWagmiIntegration />

0 commit comments

Comments
 (0)