Skip to content

Commit

Permalink
Bump pioneer runtime and node version
Browse files Browse the repository at this point in the history
  • Loading branch information
justinphamnz committed Mar 23, 2023
1 parent db89c37 commit 8b5b1a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = 'https://metaverse.network'
license = 'Unlicense'
name = 'metaverse-node'
repository = 'https://github.com/bit-country/Metaverse-Network/'
version = '0.0.4'
version = '0.0.15'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
4 changes: 2 additions & 2 deletions runtime/pioneer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -627,8 +627,8 @@ parameter_types! {
pub const VotingPeriod: BlockNumber = 7 * DAYS;
pub const FastTrackVotingPeriod: BlockNumber = 2 * HOURS;
pub const InstantAllowed: bool = true;
pub const MinimumDeposit: Balance = 100 * DOLLARS;
pub const EnactmentPeriod: BlockNumber = 3 * DAYS;
pub const MinimumDeposit: Balance = 10000 * DOLLARS;
pub const EnactmentPeriod: BlockNumber = 7 * DAYS;
pub const CooloffPeriod: BlockNumber = 7 * MINUTES;
pub const PreimageByteDeposit: Balance = 10 * CENTS;
pub const MaxVotes: u32 = 100;
Expand Down

0 comments on commit 8b5b1a9

Please sign in to comment.