Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated chainid wherever missed #1015

Merged
merged 1 commit into from
Jul 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion next/docs/wasp/docs/guide/chains_and_nodes/testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ the following configuration:
| Key | Value |
| -------- | -------------------------------------------- |
| RPC URL | https://json-rpc.evm.testnet.shimmer.network |
| Chain ID | 1071 |
| Chain ID | 1072 |

:::note

Expand Down
2 changes: 1 addition & 1 deletion next/docs/wasp/docs/guide/evm/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ or follow these steps: -->

- Network Name: `ShimmerEVM Testnet`
- New RPC URL: `https://json-rpc.evm.testnet.shimmer.network/`
- Chain ID: `1071`
- Chain ID: `1072`
- Currency Symbol: `SMR`
- Block Explorer URL: `https://explorer.evm.testnet.shimmer.network/`

Expand Down
2 changes: 1 addition & 1 deletion next/docs/wasp/docs/guide/evm/tooling.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ make sure you add the correct network parameters to your `hardhat.config.js`, fo
networks: {
'shimmerevm-testnet': {
url: 'https://json-rpc.evm.testnet.shimmer.network',
chainId: 1071,
chainId: 1072,
accounts: [priv_key],
},
}
Expand Down
4 changes: 2 additions & 2 deletions tutorials/pages/shimmerevm-hardhat.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ module.exports = {
networks: {
'shimmerevm-testnet': {
url: 'https://json-rpc.evm.testnet.shimmer.network',
chainId: 1071,
chainId: 1072,
accounts: [priv_key],
},
},
Expand Down Expand Up @@ -205,7 +205,7 @@ etherscan: {
customChains: [
{
network: 'shimmerevm-testnet',
chainId: 1071,
chainId: 1072,
urls: {
apiURL: 'https://explorer.evm.testnet.shimmer.network/api',
browserURL: 'https://explorer.evm.testnet.shimmer.network/',
Expand Down
2 changes: 1 addition & 1 deletion tutorials/pages/shimmerevm-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add a new network on your Metamask, as shown below:

- Network Name: `ShimmerEVM Testnet`
- New RPC URL: `https://json-rpc.evm.testnet.shimmer.network`
- Chain ID: `1071`
- Chain ID: `1072`
- Currency Symbol: `SMR` (Can be anything you wish)
- Explorer URL: https://explorer.evm.testnet.shimmer.network

Expand Down
Binary file modified tutorials/static/evm-toolkit-custom-network.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/static/metamask-shimmerevm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading