File tree Expand file tree Collapse file tree 4 files changed +8
-28
lines changed
docs/connect-blockchain/evm Expand file tree Collapse file tree 4 files changed +8
-28
lines changed Original file line number Diff line number Diff 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 />
Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ import ChainDetailsAstar from "@site/src/common/docs/general-connect-blockchain/
1111import JsBlockchainMethods from " ../../../sdk/web/js/_ethereum-integration-snippets.mdx" ;
1212import ReactWagmiIntegration from " ../../../sdk/web/react/_ethereum-hooks-snippets.mdx" ;
1313import VueWagmiIntegration from " ../../../sdk/web/vue/_ethereum-composables-snippets.mdx" ;
14- import TabItem from " @theme/TabItem" ;
15- import Tabs from " @theme/Tabs" ;
1614import 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 />
Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ import ChainDetailsAvalanche from "@site/src/common/docs/general-connect-blockch
2424import JsBlockchainMethods from " ../../../sdk/web/js/_ethereum-integration-snippets.mdx" ;
2525import ReactWagmiIntegration from " ../../../sdk/web/react/_ethereum-hooks-snippets.mdx" ;
2626import VueWagmiIntegration from " ../../../sdk/web/vue/_ethereum-composables-snippets.mdx" ;
27- import TabItem from " @theme/TabItem" ;
28- import Tabs from " @theme/Tabs" ;
2927import 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 />
Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ import ChainDetailsBase from "@site/src/common/docs/general-connect-blockchain/_
1212import JsBlockchainMethods from " ../../../sdk/web/js/_ethereum-integration-snippets.mdx" ;
1313import ReactWagmiIntegration from " ../../../sdk/web/react/_ethereum-hooks-snippets.mdx" ;
1414import VueWagmiIntegration from " ../../../sdk/web/vue/_ethereum-composables-snippets.mdx" ;
15- import TabItem from " @theme/TabItem" ;
16- import Tabs from " @theme/Tabs" ;
1715import 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 />
You can’t perform that action at this time.
0 commit comments