Skip to content

Commit

Permalink
Clean zKatana (#654)
Browse files Browse the repository at this point in the history
* Clean zKatana

* typo
  • Loading branch information
PierreOssun authored Apr 2, 2024
1 parent 27c7b2c commit e58435e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 25 deletions.
2 changes: 1 addition & 1 deletion docs/build/Introduction/astar_family.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The Shibuya native token symbol is SBY.

To obtain test tokens from the faucet, please visit the Astar Portal and connect to Shibuya. If for any reason the faucet is empty, please contact the Astar team on Discord.

### zKatana (Sepolia)
### zKatana (Sepolia) - Deprecated

An early iteration of the zkEVM testnet that used zk rollup architecture. Now deprecated.

Expand Down
20 changes: 9 additions & 11 deletions docs/build/environment/endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,17 +90,15 @@ To meet the demands of a production dApp you can run an [archive node](/docs/bui

</TabItem>

<TabItem value="zKatana" label="zKatana Network" default>

| | Public endpoint zKatana |
| --- | --- |
| Network | zKatana (zkEVM testnet) |
| Parent chain | Sepolia |
| ChainID | 1261120 |
| HTTPS | Startale Labs: https://rpc.startale.com/zkatana |
| | Gelato: https://rpc.zkatana.gelato.digital |
| Websocket | Gelato: wss://ws.zkatana.gelato.digital |
| Symbol | ETH |
<TabItem value="zKyoto" label="zKyoto Network" default>

| | Public endpoint zKyoto |
| --- |------------------------------------------------|
| Network | zKyoto (zkEVM testnet) |
| Parent chain | Sepolia |
| ChainID | 6038361 |
| HTTPS | Startale Labs: https://rpc.startale.com/zkyoto |
| Symbol | ETH |

</TabItem>
</Tabs>
2 changes: 1 addition & 1 deletion docs/build/integrations/indexers/thegraph.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ nano docker-compose.yml
ethereum: 'shibuya:https://<IP address or domain>:<PORT>'
```

### zKatana
### zKyoto

```sh
# open docker-compose.yml
Expand Down
9 changes: 0 additions & 9 deletions docs/build/zkEVM/canonical-zkevm-contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ Wrapped ETH (wETH) on Astar zkEVM contract address is [`0xE9CC37904875B459Fa5D0F
| Wrapped liquid staked Ether 2.0 (wstETH) | Canonical Bridge (LxLy) | [`0x5D8cfF95D7A57c0BF50B30b43c7CC0D52825D4a9`](https://astar-zkevm.explorer.startale.com/token/0x5D8cfF95D7A57c0BF50B30b43c7CC0D52825D4a9) |


</TabItem>
<TabItem value="testnet2" label="zKatana Testnet">
coming soon...
</TabItem>
<TabItem value="testnet" label="zKyoto Testnet">
coming soon...
Expand All @@ -58,9 +55,6 @@ coming soon...
| PolygonZkEVMBridge | L2 (Astar zkEVM) | `0x2a3dd3eb832af982ec71669e178424b10dca2ede` |
| PolygonZkEVMGlobalExitRootL2 | L2 (Astar zkEVM) | `0xa40d5f56745a118d0906a34e69aec8c0db1cb8fa` |
</TabItem>
<TabItem value="testnet2" label="zKatana Testnet">
coming soon...
</TabItem>
<TabItem value="testnet" label="zKyoto Testnet">
coming soon...
</TabItem>
Expand All @@ -86,9 +80,6 @@ TODO - refer to a link in CDK Docs which covers which precompiles are available
| LayerZero OFT ASTR | L2 (Astar zkEVM) | `0xdf41220C7e322bFEF933D85D01821ad277f90172` | - |
| LayerZero NativeOFT ASTR | L1 (Astar EVM (Substrate)) | `0xdf41220C7e322bFEF933D85D01821ad277f90172` | - |
</TabItem>
<TabItem value="testnet2" label="zKatana Testnet">
coming soon...
</TabItem>
<TabItem value="testnet" label="zKyoto Testnet">
coming soon...
</TabItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Using Web3Auth on Astar zKatana
sidebar_position: 1
---

# Integrate Web3Auth with the zKatana Blockchain
# Integrate Web3Auth with Astar zkEVM

While using the Web3Auth Web SDK, you get access to a EIP1193 provider, similar to the Metamask Provider. This provider can be used with libraries like web3.js, ethers.js etc. to make zKatana blockchain calls for the purpose of getting the user's account info, fetching balances, signing transactions, sending transactions, reading from and writing to smart contracts, etc.

For more information about how to use Web3Auth on zKatana testnet, please consult their [official documentation.](https://web3auth.io/docs/connect-blockchain/zkatana)
For more information about how to use Web3Auth on Astar zkEVM, please consult their [official documentation.](https://web3auth.io/docs/connect-blockchain/evm/zkevm/)
2 changes: 1 addition & 1 deletion docs/learn/networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The Shibuya native token symbol is SBY.

To obtain test tokens from the faucet, please visit the Astar Portal and connect to Shibuya. If for any reason the faucet is empty, please contact the Astar team on Discord.

### zKatana (Sepolia)
### zKatana (Sepolia) - Deprecated

An early iteration of the zkEVM testnet that used zk rollup architecture. Now deprecated.

Expand Down

0 comments on commit e58435e

Please sign in to comment.