Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Jun 25, 2024
1 parent c55c442 commit d097c5f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions cmd/zetae2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ This is an example of config for interaction with Athens3:
```go
zeta_chain_id: "athens_7001-1"
accounts:
evm_address: "<your evm address>"
evm_priv_key: "<your evm private key>"
deployer
evm_address: "<your evm address>"
private_key: "<your evm private key>"
rpcs:
zevm: "<zevm (ZetaChain) url>, generally using port 8545"
evm: "<evm url>, generally using port 8545"
Expand Down Expand Up @@ -102,8 +103,9 @@ Testing a gas token requires the following values to be defined in the config:
```go
zeta_chain_id
accounts:
evm_address
evm_priv_key
deployer:
evm_address
private_key
rpcs:
zevm
evm
Expand Down

0 comments on commit d097c5f

Please sign in to comment.