File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ set -eu
4
4
5
5
# setup the network using the old binary
6
6
7
- OLD_VERSION=${OLD_VERSION:- " v0.50.6 " }
7
+ OLD_VERSION=${OLD_VERSION:- " v0.50.7 " }
8
8
WASM_PATH=${WASM_PATH:- " $PWD /scripts/wasm_file/oraiswap-token.wasm" }
9
9
ARGS=" --chain-id testing -y --keyring-backend test --gas auto --gas-adjustment 1.5"
10
- NEW_VERSION=${NEW_VERSION:- " v0.50.7 " }
10
+ NEW_VERSION=${NEW_VERSION:- " v0.50.8 " }
11
11
VALIDATOR_HOME=${VALIDATOR_HOME:- " $HOME /.oraid/validator1" }
12
12
MIGRATE_MSG=${MIGRATE_MSG:- ' {}' }
13
13
EXECUTE_MSG=${EXECUTE_MSG:- ' {"ping":{}}' }
Original file line number Diff line number Diff line change 4
4
"@type" : " /cosmos.upgrade.v1beta1.MsgSoftwareUpgrade" ,
5
5
"authority" : " orai10d07y265gmmuvt4z0w9aw880jnsr700jf39xhq" ,
6
6
"plan" : {
7
- "name" : " v0.50.7 " ,
7
+ "name" : " v0.50.8 " ,
8
8
"time" : " 0001-01-01T00:00:00Z" ,
9
9
"height" : " 35" ,
10
10
"info" : " upgrade info" ,
You can’t perform that action at this time.
0 commit comments