Skip to content

Commit

Permalink
chore: update ibc-test readme (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
blckngm authored Dec 8, 2023
1 parent fbb4dce commit 272bc8e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions tools/ibc-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,12 @@ cd $AXON_SRC_PATH
git checkout forcerelay-test
cargo install --path .

# setup hermes envs
## CKB
export CHAIN_COMMAND_PATHS=ckb
export ACCOUNT_PREFIXES=ckb
## Axon
export CHAIN_COMMAND_PATHS=axon
export ACCOUNT_PREFIXES=axon
# Ckb 0.111 should be installed: https://github.com/nervosnetwork/ckb/releases/tag/v0.111.0
ckb --version

# Chains to test (chain_a,chain_b). You can also use `axon,ckb`, `ckb,ckb` or `axon,axon`
export CHAIN_COMMAND_PATHS=ckb,axon
export ACCOUNT_PREFIXES=ckb,axon
```


Expand Down

0 comments on commit 272bc8e

Please sign in to comment.