Skip to content

Commit

Permalink
Merge branch '4.x' into 6393-web3validatorerror-error-value-at-0-must…
Browse files Browse the repository at this point in the history
…-pass-bytes-validation
  • Loading branch information
Muhammad-Altabba authored Oct 11, 2023
2 parents c5a7154 + 9a5fd87 commit d110b4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/guides/web3_providers_guide/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ Follow these steps to connect to the Ethereum network with MetaMask and web3.js,
</pre
>
<script src="https://cdnjs.cloudflare.com/ajax/libs/web3/4.0.1-alpha.5/web3.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/web3/dist/web3.min.js"></script>
<script>
window.addEventListener('load', async function () {
// Check if web3 is available
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/web3_providers_guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ As stated above, the injected provider should be in compliance with [EIP-1193](h
The web3.js 4.x Provider specifications are defined in [web3 base provider](https://github.com/ChainSafe/web3.js/blob/4.x/packages/web3-types/src/web3_base_provider.ts) for Injected Providers.

```html
<script src="https://cdn.jsdelivr.net/npm/web3@4.0.1-rc.1/dist/web3.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/web3/dist/web3.min.js"></script>
<script>
window.addEventListener('load', function () {
// Check if web3 is available
Expand Down

0 comments on commit d110b4c

Please sign in to comment.