Skip to content

Commit

Permalink
Release koi-6661 (#1596)
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier authored Sep 20, 2024
1 parent 07399f0 commit 58ebe4e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion runtime/crab/src/pallets/deposit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ impl darwinia_deposit::SimpleAsset for KtonMinting {

fn mint(beneficiary: &Self::AccountId, amount: Balance) -> sp_runtime::DispatchResult {
Assets::mint(
RuntimeOrigin::signed(ROOT),
RuntimeOrigin::signed(KTON_ADMIN),
(AssetIds::CKton as AssetId).into(),
*beneficiary,
amount,
Expand Down
2 changes: 1 addition & 1 deletion runtime/darwinia/src/pallets/deposit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ impl darwinia_deposit::SimpleAsset for KtonMinting {

fn mint(beneficiary: &Self::AccountId, amount: Balance) -> sp_runtime::DispatchResult {
Assets::mint(
RuntimeOrigin::signed(ROOT),
RuntimeOrigin::signed(KTON_ADMIN),
(AssetIds::Kton as AssetId).into(),
*beneficiary,
amount,
Expand Down
2 changes: 1 addition & 1 deletion runtime/koi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ pub const VERSION: sp_version::RuntimeVersion = sp_version::RuntimeVersion {
spec_name: sp_runtime::create_runtime_str!("Darwinia Koi"),
impl_name: sp_runtime::create_runtime_str!("DarwiniaOfficialRust"),
authoring_version: 0,
spec_version: 6_6_6_0,
spec_version: 6_6_6_1,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 0,
Expand Down
2 changes: 1 addition & 1 deletion runtime/koi/src/pallets/deposit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ impl darwinia_deposit::SimpleAsset for KtonMinting {

fn mint(beneficiary: &Self::AccountId, amount: Balance) -> sp_runtime::DispatchResult {
Assets::mint(
RuntimeOrigin::signed(ROOT),
RuntimeOrigin::signed(KTON_ADMIN),
(AssetIds::KKton as AssetId).into(),
*beneficiary,
amount,
Expand Down

0 comments on commit 58ebe4e

Please sign in to comment.