diff --git a/pallets/sminer/src/constants.rs b/pallets/sminer/src/constants.rs index 008cc947..99098aa5 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 = 10_000_000_000_000_000; +pub(super) const FAUCET_VALUE: u128 = 10_000_000_000_000_000_000_000; pub(super) const IDLE_MUTI: Perbill = Perbill::from_percent(30); diff --git a/standalone/chain/runtime/src/lib.rs b/standalone/chain/runtime/src/lib.rs index d804077a..c28189e9 100644 --- a/standalone/chain/runtime/src/lib.rs +++ b/standalone/chain/runtime/src/lib.rs @@ -176,7 +176,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // `spec_version`, and `authoring_version` are the same between Wasm and native. // This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use // the compatible custom types. - spec_version: 100, + spec_version: 101, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,