Skip to content

Commit

Permalink
chore: use default param values in param update msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed May 15, 2024
1 parent 00ff2e7 commit 5846990
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/scripts/params/proof_min_relay_difficulty_bits.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@type": "/poktroll.proof.MsgUpdateParam",
"authority": "pokt10d07y265gmmuvt4z0w9aw880jnsr700j8yv32t",
"name": "min_relay_difficulty_bits",
"as_int64": "10"
"as_int64": "0"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts/params/session_all.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@type": "/poktroll.session.MsgUpdateParams",
"authority": "pokt10d07y265gmmuvt4z0w9aw880jnsr700j8yv32t",
"params": {
"num_blocks_per_session": "8"
"num_blocks_per_session": "4"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@type": "/poktroll.tokenomics.MsgUpdateParam",
"authority": "pokt10d07y265gmmuvt4z0w9aw880jnsr700j8yv32t",
"name": "compute_units_to_tokens_multiplier",
"as_int64": "69"
"as_int64": "42"
}
]
}
Expand Down

0 comments on commit 5846990

Please sign in to comment.