Skip to content

Commit

Permalink
fix(testnet): update OKCHAIN_TOP reference to current path
Browse files Browse the repository at this point in the history
  • Loading branch information
zibuyu28 committed Jul 12, 2023
1 parent 1b8f20d commit 7ec4a81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/testnet/okc.profile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
BIN_NAME=exchaind
OKCHAIN_TOP=${GOPATH}/src/github.com/okex/exchain
CUR=`pwd`
OKCHAIN_TOP="${CUR%/*/*}"
OKCHAIN_BIN=${OKCHAIN_TOP}/build
OKCHAIN_BIN=${GOPATH}/bin
OKCHAIN_NET_TOP=`pwd`
OKCHAIN_NET_CACHE=${OKCHAIN_NET_TOP}/cache
OKCHAIN_NET_CACHE=${CUR}/cache
CHAIN_ID="exchain-67"


Expand Down

0 comments on commit 7ec4a81

Please sign in to comment.