Skip to content

Commit

Permalink
Update WZETA URL, added sources (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev authored Aug 29, 2023
1 parent 6a5f316 commit 8920857
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developers/tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ chain.
## Wrapped ZETA on ZetaChain

ZETA can exists on ZetaChain in a wrapped form (WZETA) as a
[WETH9 token](https://github.com/zeta-chain/protocol-contracts/blob/main/contracts/zevm/wzeta.sol).
[WETH9 token](https://github.com/zeta-chain/protocol-contracts/blob/main/contracts/zevm/WZETA.sol).
WZETA is primarily used in internal liquidity pools on ZetaChain paired with
native gas tokens of connected blockchains (for example, gETH/WZETA pair).

Expand Down
2 changes: 2 additions & 0 deletions docs/reference/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ ZetaChain testnet.

<EndpointList />

Source: https://github.com/zeta-chain/networks/blob/main/data/networks.json

## EVM RPC

ZetaChain is an EVM-compatible blockchain. EVM RPC allows you to connect to the
Expand Down
8 changes: 8 additions & 0 deletions docs/reference/testnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ eventually become the primary testnet for all ZetaChain development. If you are
deploying and testing dApps moving forward, you should deploy and test them
here.

| Key | Value |
| ----------------- | ------------- |
| Chain ID (Cosmos) | athens_7001-1 |
| Chain ID (EVM) | 7001 |

:::tip

For a list of RPC endpoints, refer to the [API endpoints page](/reference/api).
Expand All @@ -23,6 +28,9 @@ For a list of RPC endpoints, refer to the [API endpoints page](/reference/api).

<ContractAddresses />

Source:
https://github.com/zeta-chain/protocol-contracts/blob/main/data/addresses.json

## Transition from Athens-2 to Athens-3

Apps that were deployed to Athens-2 are or will transition to Athens-3 as a
Expand Down

0 comments on commit 8920857

Please sign in to comment.