Skip to content

Commit

Permalink
add Blockscout doc link, fix Gelato explorer (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maar-io committed Oct 31, 2023
1 parent 154f5fd commit 8f6298a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/build/zkEVM/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To add the **Astar zkEVM** network to your wallet manually, enter the following
| RPC URL | ChainID | Block Explorer URL | Currency |
| ------------------------------- | ---------------- | ---------------- | ----- |
| `https://rpc.startale.com/zkatana` | `1261120` | [https://zkatana.explorer.startale.com/](https://zkatana.explorer.startale.com/) | **ETH** |
| `https://rpc.zkatana.gelato.digital` | `1261120` | [https://zkatana.explorer.startale.com/](https://zkatana.explorer.startale.com/) | **ETH** |
| `https://rpc.zkatana.gelato.digital` | `1261120` | [https://zkatana.blockscout.com/](https://zkatana.blockscout.com/) | **ETH** |
</TabItem>

<TabItem value="mainnet" label="Astar zkEVM Mainnet" disabled>
Expand Down
3 changes: 2 additions & 1 deletion docs/build/zkEVM/smart-contracts/verify-smart-contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ import inputobject from '/docs/build/zkEVM/smart-contracts/figures/input-object.
Once a smart contract is deployed to zKatana testnet, it can be verified in various ways depending on the framework of deployment as well as the complexity of the contract. The aim here is to use examples to illustrate how you can manually verify a deployed smart contract.

Ensure that your wallet is connected while following this guide. We will use Metamask wallet throughout this tutorial.
For detailed explanation on how to verify smart contracts, please refer to the [Blockscout documentation](https://docs.blockscout.com/for-developers/verify-contracts).

## Manual Verification

After successfully compiling a smart contract, follow the next steps to verify your smart contract.

1. Copy the **Address** to which the smart contract is deployed.

2. Navigate to the [zKatana Explorer](https://zkatana.explorer.startale.com) and paste the contract address into the Search box. This opens a window with a box labelled **Contract Details**.
2. Navigate to the [zKatana Explorer](https://zkatana.blockscout.com) and paste the contract address into the Search box. This opens a window with a box labelled **Contract Details**.

3. Scroll down to the box with tabs labelled - **Transactions**, **Token transfers** **Internal txns**, **Coin Balance History**, and **Contract**.

Expand Down

0 comments on commit 8f6298a

Please sign in to comment.