Skip to content

Commit 87aa223

Browse files
authored
Merge 5204f73 into 8391f54
2 parents 8391f54 + 5204f73 commit 87aa223

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dev/testnet/addnewnode.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
source okc.profile
3+
source okb.profile
44

55
set -e
66
set -o errexit

dev/testnet/testnet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -m
1515

1616
set -x # activate debugging
1717

18-
source okc.profile
18+
source okb.profile
1919
WRAPPEDTX=false
2020
PRERUN=false
2121
NUM_RPC=0

dev/testnet/upgrade.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -m
99

1010
# set -x # activate debugging
1111

12-
source okc.profile
12+
source okb.profile
1313
PRERUN=false
1414

1515
REST_PORT_MAP='{"val0":8545,"val1":8645,"val2":8745,"val3":8845,"rpc4":8945,"rpc5":9045}'
@@ -395,4 +395,4 @@ fi
395395
### send two params , the first is the old version of okbchain, the second is the newer version.
396396
exc_version1=$1
397397
exc_version2=$2
398-
caseopt $exc_version1 $exc_version2
398+
caseopt $exc_version1 $exc_version2

0 commit comments

Comments
 (0)