Skip to content

Commit

Permalink
add link to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
avkos committed Feb 21, 2024
1 parent 7743e71 commit 5e7126e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/wagmi_usage/wagmi.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ const web3js = useWeb3js({chainId: mainnet.id})


:::tip
To learn about Wagmi and how to set up a Wagmi project, please follow this [link](https://wagmi.sh/react/getting-started#use-wagmi)
[This repository](https://github.com/avkos/wagmi-web3js-example-app) contains an example Wagmi app that demonstrates how to interact with the Ethereum blockchain using the web3.js library
:::

1 comment on commit 5e7126e

@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: 5e7126e Previous: 6c075db Ratio
processingTx 9492 ops/sec (±3.92%) 9301 ops/sec (±4.81%) 0.98
processingContractDeploy 39049 ops/sec (±7.31%) 39129 ops/sec (±7.62%) 1.00
processingContractMethodSend 20431 ops/sec (±7.01%) 19443 ops/sec (±5.19%) 0.95
processingContractMethodCall 38927 ops/sec (±5.59%) 38971 ops/sec (±6.34%) 1.00
abiEncode 46854 ops/sec (±6.40%) 44252 ops/sec (±6.92%) 0.94
abiDecode 31968 ops/sec (±7.68%) 30419 ops/sec (±8.89%) 0.95
sign 1655 ops/sec (±3.33%) 1656 ops/sec (±4.08%) 1.00
verify 384 ops/sec (±0.49%) 373 ops/sec (±0.78%) 0.97

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

Please sign in to comment.