From 0d6f2880e1513b5e703f9f4744b6a40149fbc0a1 Mon Sep 17 00:00:00 2001 From: ytqaljn <2716693942@qq.com> Date: Thu, 5 Jun 2025 15:21:33 +0800 Subject: [PATCH] update facuet amount --- pallets/sminer/src/constants.rs | 2 +- standalone/chain/runtime/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pallets/sminer/src/constants.rs b/pallets/sminer/src/constants.rs index 8451e7f6..f8c2bc54 100644 --- a/pallets/sminer/src/constants.rs +++ b/pallets/sminer/src/constants.rs @@ -12,7 +12,7 @@ pub(super) const STATE_LOCK: &str = "lock"; pub(super) const STATE_OFFLINE: &str = "offline"; -pub(super) const FAUCET_VALUE: u128 = 102_000_000_000_000_000_000; +pub(super) const FAUCET_VALUE: u128 = 2_000_000_000_000_000_000; pub(super) const IDLE_MUTI: Perbill = Perbill::from_percent(5); diff --git a/standalone/chain/runtime/src/lib.rs b/standalone/chain/runtime/src/lib.rs index 04d87145..c0633006 100644 --- a/standalone/chain/runtime/src/lib.rs +++ b/standalone/chain/runtime/src/lib.rs @@ -155,7 +155,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: 132, + spec_version: 133, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,