Skip to content

Commit d9341e4

Browse files
authored
update facuet amount (#448)
1 parent 26c5bfb commit d9341e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pallets/sminer/src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub(super) const STATE_LOCK: &str = "lock";
1212

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

15-
pub(super) const FAUCET_VALUE: u128 = 102_000_000_000_000_000_000;
15+
pub(super) const FAUCET_VALUE: u128 = 2_000_000_000_000_000_000;
1616

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

standalone/chain/runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
155155
// and set impl_version to 0. If only runtime
156156
// implementation changes and behavior does not, then leave spec_version as
157157
// is and increment impl_version.
158-
spec_version: 132,
158+
spec_version: 133,
159159
impl_version: 0,
160160
apis: RUNTIME_API_VERSIONS,
161161
transaction_version: 1,

0 commit comments

Comments
 (0)