Skip to content

Commit

Permalink
change Burn to 0% (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltfschoen authored Apr 11, 2021
1 parent 5464d8a commit 1c4af97
Show file tree
Hide file tree
Showing 3 changed files with 279 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("datahighway"),
impl_name: create_runtime_str!("datahighway"),
authoring_version: 2,
spec_version: 2,
spec_version: 3,
impl_version: 2,
apis: RUNTIME_API_VERSIONS,
transaction_version: 2,
Expand Down Expand Up @@ -636,7 +636,7 @@ parameter_types! {
pub const ProposalBond: Permill = Permill::from_percent(5);
pub const ProposalBondMinimum: Balance = 1 * DOLLARS;
pub const SpendPeriod: BlockNumber = 1 * DAYS;
pub const Burn: Permill = Permill::from_percent(50);
pub const Burn: Permill = Permill::from_percent(0);
pub const TipCountdown: BlockNumber = 1 * DAYS;
pub const TipFindersFee: Percent = Percent::from_percent(20);
pub const TipReportDepositBase: Balance = 1 * DOLLARS;
Expand Down
277 changes: 277 additions & 0 deletions upgrades/spec_version_3/chain_def_westlake.json

Large diffs are not rendered by default.

Binary file not shown.

0 comments on commit 1c4af97

Please sign in to comment.