Skip to content

Commit

Permalink
feat: testnetify mainnet v0.32.0 upgrade (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian authored Apr 20, 2024
1 parent be2c19c commit 9f91301
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -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.30.0
CURRENT_UPGRADE=v0.30.0
BINARY_VERSION=v0.32.3
CURRENT_UPGRADE=v0.32.0
90 changes: 90 additions & 0 deletions config-v0.32.0.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}

0 comments on commit 9f91301

Please sign in to comment.