diff --git a/README.md b/README.md index 95fbc065035..adf5ec07574 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ yarn add web3 ## Migration Guide - [Migration Guide from Web3.js 1.x to 4.x](https://docs.web3js.org/guides/web3_upgrade_guide/x/) - Breaking changes are listed in migration guide and its first step for migrating from Web3.js 1.x to 4.x. If there is any question or discussion feel free to ask in [Discord](https://discord.gg/yjyvFRP), and in case of any bug or new feature request [open issue](https://github.com/web3/web3.js/issues/new) or create a pull request for [contributions](https://github.com/web3/web3.js/blob/4.x/CONTRIBUTIONS.md). + Breaking changes are listed in migration guide and its first step for migrating from Web3.js 1.x to 4.x. If there is any question or discussion feel free to ask in [Discord](https://discord.gg/yjyvFRP), and in case of any bug or new feature request [open issue](https://github.com/web3/web3.js/issues/new) or create a pull request for [contributions](https://github.com/web3/web3.js/blob/4.x/.github/CONTRIBUTING.md). ## Useful links diff --git a/docs/docs/guides/wallet/web3_modal_guide/index.mdx b/docs/docs/guides/wallet/web3_modal_guide/index.mdx index 05d61d087c2..7e6f077b1a9 100644 --- a/docs/docs/guides/wallet/web3_modal_guide/index.mdx +++ b/docs/docs/guides/wallet/web3_modal_guide/index.mdx @@ -68,7 +68,7 @@ const web3Config = defaultConfig({ // 5. Create a Web3Modal instance createWeb3Modal({ - ethersConfig, + web3Config, chains: [mainnet], projectId, enableAnalytics: true // Optional - defaults to your Cloud configuration diff --git a/docs/docs/guides/wallet/web3_modal_guide/react.md b/docs/docs/guides/wallet/web3_modal_guide/react.md index 3370c65dc57..1bcc69c6af7 100644 --- a/docs/docs/guides/wallet/web3_modal_guide/react.md +++ b/docs/docs/guides/wallet/web3_modal_guide/react.md @@ -78,7 +78,7 @@ const web3Config = defaultConfig({ // 5. Create a Web3Modal instance createWeb3Modal({ - ethersConfig, + web3Config, chains: [mainnet], projectId, enableAnalytics: true // Optional - defaults to your Cloud configuration diff --git a/packages/web3/README.md b/packages/web3/README.md index efab77af94e..d9397a73a3f 100644 --- a/packages/web3/README.md +++ b/packages/web3/README.md @@ -57,7 +57,7 @@ yarn add web3 ## Migration Guide - [Migration Guide from Web3.js 1.x to 4.x](https://docs.web3js.org/docs/guides/web3_migration_guide) - Breaking changes are listed in migration guide and its first step for migrating from Web3.js 1.x to 4.x. If there is any question or discussion feel free to ask in discord, and in case of any bug or new feature request [open issue](https://github.com/web3/web3.js/issues/new) or create a pull request for [contributions](https://github.com/web3/web3.js/blob/4.x/CONTRIBUTIONS.md). + Breaking changes are listed in migration guide and its first step for migrating from Web3.js 1.x to 4.x. If there is any question or discussion feel free to ask in discord, and in case of any bug or new feature request [open issue](https://github.com/web3/web3.js/issues/new) or create a pull request for [contributions](https://github.com/web3/web3.js/blob/4.x/.github/CONTRIBUTING.md). ## Package.json Scripts