Skip to content

Commit 4c6ba77

Browse files
authored
Merge pull request #86 from oraichain/nit
nit
2 parents 1508500 + 3df5500 commit 4c6ba77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/e2e-upgrade.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ set -eu
44

55
# setup the network using the old binary
66

7-
OLD_VERSION=${OLD_VERSION:-"v0.50.6"}
7+
OLD_VERSION=${OLD_VERSION:-"v0.50.7"}
88
WASM_PATH=${WASM_PATH:-"$PWD/scripts/wasm_file/oraiswap-token.wasm"}
99
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"}
1111
VALIDATOR_HOME=${VALIDATOR_HOME:-"$HOME/.oraid/validator1"}
1212
MIGRATE_MSG=${MIGRATE_MSG:-'{}'}
1313
EXECUTE_MSG=${EXECUTE_MSG:-'{"ping":{}}'}

scripts/json/proposal.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@type": "/cosmos.upgrade.v1beta1.MsgSoftwareUpgrade",
55
"authority": "orai10d07y265gmmuvt4z0w9aw880jnsr700jf39xhq",
66
"plan": {
7-
"name": "v0.50.7",
7+
"name": "v0.50.8",
88
"time": "0001-01-01T00:00:00Z",
99
"height": "35",
1010
"info": "upgrade info",

0 commit comments

Comments
 (0)