Skip to content

Commit

Permalink
0.7.8 update faucet (#411)
Browse files Browse the repository at this point in the history
* style: update faucet value

* style: update runtime
  • Loading branch information
ytqaljn authored Oct 29, 2024
1 parent a028103 commit f3bacfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pallets/sminer/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub(super) const STATE_LOCK: &str = "lock";

pub(super) const STATE_OFFLINE: &str = "offline";

pub(super) const FAUCET_VALUE: u128 = 10_000_000_000_000_000_000_000;
pub(super) const FAUCET_VALUE: u128 = 102_000_000_000_000_000_000;

pub(super) const IDLE_MUTI: Perbill = Perbill::from_percent(5);

Expand Down
2 changes: 1 addition & 1 deletion standalone/chain/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to 0. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 121,
spec_version: 122,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit f3bacfe

Please sign in to comment.