You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/zkEVM/how-to/using-foundry.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ In order to deploy on the zkEVM Testnet, populate the `.env` file in the usual w
129
129
- Populate `.env.sample` file with your `ACCOUNT_PRIVATE_KEY` and the zkEVM Testnet's `RPC URL` found [here](../get-started/quick-start.md). So the `.env.sample` file looks like this:
Copy file name to clipboardExpand all lines: docs/zkEVM/how-to/verify-contract.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ After successfully compiling a smart contract, follow the next steps to verify y
8
8
9
9
1. Copy the address to which the smart contract is deployed.
10
10
11
-
2. Navigate to the [zkEVM Explorer](https://testnet-zkevm.polygonscan.com) and paste the contract address into the Search box. This opens a window with a box labelled **Contract Address Details**.
11
+
2. Navigate to the [zkEVM Explorer](https://cardona-zkevm.polygonscan.com/) and paste the contract address into the Search box. This opens a window with a box labelled **Contract Address Details**.
12
12
13
13
3. Scroll down to the box with tabs labelled **Transactions**, **Internal Transactions**, **Coin Balance History**, **Logs**, and **Code**.
14
14
@@ -40,7 +40,7 @@ After successfully compiling a smart contract, follow the next steps to verify y
With this command, the flattened code gets saved in the `<Any-Name-For-Flattened-Code>.sol` file. Copy the contents of the new `<Any-Name-For-Flattened-Code>.sol` file and paste into the `Enter the Solodity Contract` field in the [explorer](https://testnet-zkevm.polygonscan.com).
43
+
With this command, the flattened code gets saved in the `<Any-Name-For-Flattened-Code>.sol` file. Copy the contents of the new `<Any-Name-For-Flattened-Code>.sol` file and paste into the `Enter the Solodity Contract` field in the [explorer](https://cardona-zkevm.polygonscan.com/).
44
44
45
45
??? "Standard input JSON"
46
46
Click **Next** after selecting the **via Standard Input JSON** option.
@@ -76,14 +76,14 @@ We use the ready-made `Storage.sol` contract in Remix. Compile the contract and
76
76
1. Deploy the `Storage.sol` contract:
77
77
78
78
- Click the **Deploy** icon on the left-side of the IDE window.
79
-
- Change `ENVIRONMENT` to "Injected Provider - MetaMask" (ensure that your wallet is already connected to Goërli network).
79
+
- Change `ENVIRONMENT` to "Injected Provider - MetaMask" (ensure that your wallet is already connected to Sepolia network).
80
80
- Confirm the connection request when MetaMask pops up.
81
81
- Click the **Deploy** button and confirm.
82
82
83
83
2. Check the deployed smart contract on Etherscan:
84
84
85
85
- Copy the contract address below the **Deploy Contracts**.
86
-
- Navigate to the [Goërli explorer](https://goerli.etherscan.io).
86
+
- Navigate to the [Sepolia explorer](https://sepolia.etherscan.io).
87
87
- Paste the contract address in the _Search by address_ field and press **ENTER**.
88
88
- Click on the **Transaction Hash** to see transaction details.
89
89
@@ -105,7 +105,7 @@ We use the ready-made `Storage.sol` contract in Remix. Compile the contract and
105
105
106
106
- Click on the Etherscan icon.
107
107
108
-
- Ensure that **Goërli** is present in the **Selected Network** field.
108
+
- Ensure that **Sepolia** is present in the **Selected Network** field.
109
109
110
110
- Click within the _Contract Name_ field and type in the name of your deployed contract, or select it if it appears.
0 commit comments