Skip to content

Commit

Permalink
fixed vue for react (#7128)
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Trujillo Zuluaga authored Jun 26, 2024
1 parent 3ec3d49 commit 80bd3fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/docs/guides/wallet/web3_modal_guide/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,5 @@ function Components() {
```
:::info
- To learn how to set up Web3modal with vue, click [here](/guides/wallet/web3_modal_guide/vue).
- To learn how to set up Web3modal with React, click [here](/guides/wallet/web3_modal_guide/react).
:::
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
sidebar_position: 1
sidebar_label: 'Web3Modal with Vue'
sidebar_label: 'Web3Modal with React'
---

# Web3Modal with Vue and web3js
# Web3Modal with React and web3js

## Live code editor

Expand Down Expand Up @@ -112,11 +112,10 @@ ReactDOM.createRoot(document.getElementById('app')!).render(
)
```
You are finished and have successfully created Web3modal with Vue!
You are finished and have successfully created Web3modal with React!
:::info
- For additional information take a look into the interactive code editor above.
- You can view different examples of setting up walletconnect with web3.js [here](https://github.com/ChainSafe/web3modal/tree/add-examples/examples/vue-web3)
- Learn more about Web3modal [here](https://docs.walletconnect.com/web3modal/about)
:::

1 comment on commit 80bd3fa

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 80bd3fa Previous: 3ec3d49 Ratio
processingTx 9066 ops/sec (±3.72%) 9095 ops/sec (±4.35%) 1.00
processingContractDeploy 39433 ops/sec (±6.51%) 38991 ops/sec (±7.52%) 0.99
processingContractMethodSend 15757 ops/sec (±8.23%) 16115 ops/sec (±6.53%) 1.02
processingContractMethodCall 27254 ops/sec (±8.09%) 27966 ops/sec (±6.39%) 1.03
abiEncode 42850 ops/sec (±7.45%) 43025 ops/sec (±7.48%) 1.00
abiDecode 29501 ops/sec (±8.63%) 29972 ops/sec (±7.90%) 1.02
sign 1518 ops/sec (±3.36%) 1494 ops/sec (±3.30%) 0.98
verify 376 ops/sec (±0.50%) 371 ops/sec (±0.43%) 0.99

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.