File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
standalone/chain/runtime/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ pub(super) const STATE_LOCK: &str = "lock";
1212
1313pub ( 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
1717pub ( super ) const IDLE_MUTI : Perbill = Perbill :: from_percent ( 5 ) ;
1818
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments