Skip to content

Commit

Permalink
fix: bad links (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieMc0 authored Aug 23, 2023
1 parent d2f9e38 commit 34cfcf6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/reference/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ reading Ethereum-formatted transactions or sending them to the network
For example, querying the latest block number:

```
curl -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}' https://api.athens2.zetachain.com/evm
curl -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}' https://rpc.ankr.com/zetachain_evm_athens_testnet
```

## Tendermint HTTP
Expand Down
11 changes: 2 additions & 9 deletions docs/validators/node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,10 @@ mkdir /home/zetachain/.zetacored/config

### Download and Install the zetacored binary

Binaries are built based on OS version and CPU architecture. The available
binaries are:
Binaries are built based on OS version and CPU architecture. You can download the latest binaries from our [ZetaChain Node GitHub Repo](https://github.com/zeta-chain/node/releases)

```
https://zetachain-external-files.s3.amazonaws.com/binaries/athens3/latest/zetacored-zetacored-alpine-amd64
https://zetachain-external-files.s3.amazonaws.com/binaries/athens3/latest/zetacored-ubuntu-20-amd64
https://zetachain-external-files.s3.amazonaws.com/binaries/athens3/latest/zetacored-ubuntu-22-amd64
https://zetachain-external-files.s3.amazonaws.com/binaries/athens3/latest/zetacored-ubuntu-22-arm64
```

Install it as follows:
Install it in your PATH:

```
/usr/local/bin/zetacored
Expand Down
2 changes: 1 addition & 1 deletion src/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const constants = {
athensChainId: 7001,
athensNetworkName: "ZetaChain Athens 2",
athensGasTokenName: "ZETA",
athensEVMRPCEndpoint: "https://api.athens2.zetachain.com/evm",
athensEVMRPCEndpoint: "https://zetachain-athens-evm.blockpi.network/v1/rpc/public",
athensExplorer: "https://explorer.zetachain.com",
athensSystemContractAddress: "0x239e96c8f17C85c30100AC26F635Ea15f23E9c67",

Expand Down

0 comments on commit 34cfcf6

Please sign in to comment.