diff --git a/.env b/.env index 84b098c..66e5c2b 100644 --- a/.env +++ b/.env @@ -3,5 +3,5 @@ CACHE_BIN=$CACHE_DIR/bin CACHE_VERSIONS=$CACHE_DIR/versions RUN_DIR=${CACHE_DIR}/run AKASH_HOME=${RUN_DIR} -BINARY_VERSION=v0.34.1 -CURRENT_UPGRADE=v0.34.0 +BINARY_VERSION=v0.36.0 +CURRENT_UPGRADE=v0.36.0 diff --git a/config-v0.36.0.json b/config-v0.36.0.json new file mode 100644 index 0000000..e92d99b --- /dev/null +++ b/config-v0.36.0.json @@ -0,0 +1,90 @@ +{ + "chain_id": "localakash", + "accounts": { + "add": [ + { + "address": "akash1dge0lcc5rqxkw52rgav4q0fyhx7arcufmrkyww", + "pubkey": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "Ap0sauGRfAcjXjL0k+Oyp+mZmR3Tono8CrhrFXWJtlG2" + }, + "coins": [ + "2000000000000000uakt" + ] + } + ] + }, + "validators": { + "add": [ + { + "name": "upgrade-tester-1", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "bsSoqsps8H653LIetc5vubX4xtsEXaAHB6818xbqz3s=" + }, + "rates": { + "rate": "0.05", + "maxRate": "0.8", + "maxChangeRate": "0.1" + }, + "bonded": true, + "delegators": [ + { + "address": "akash1dge0lcc5rqxkw52rgav4q0fyhx7arcufmrkyww", + "coins": [ + "1500000000000000uakt" + ] + } + ] + }, + { + "name": "upgrade-tester-2", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "hmhw7ZVh2cnFjgq+/Y0KKTZt74bRr9VNIIbv37VVFu8=" + }, + "rates": { + "rate": "0.05", + "maxRate": "0.8", + "maxChangeRate": "0.1" + }, + "bonded": true, + "delegators": [ + { + "address": "akash1dge0lcc5rqxkw52rgav4q0fyhx7arcufmrkyww", + "coins": [ + "220000000000000uakt" + ] + } + ] + }, + { + "name": "upgrade-tester-3", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "AnHnkIvUa/AmZd5aQglj8IOIUGYXoC57K8q+K4G7vmM=" + }, + "rates": { + "rate": "0.05", + "maxRate": "0.8", + "maxChangeRate": "0.1" + }, + "bonded": true, + "delegators": [ + { + "address": "akash1dge0lcc5rqxkw52rgav4q0fyhx7arcufmrkyww", + "coins": [ + "220000000000000uakt" + ] + } + ] + } + ] + }, + "gov": { + "voting_params": { + "voting_period": "60s" + } + } +} +