Skip to content

Commit

Permalink
fix: keeping pallet indexes the same in in runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
yahortsaryk committed Dec 13, 2023
1 parent 70fa0ed commit c3cec4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/cere/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1434,11 +1434,11 @@ construct_runtime!(
Erc721: pallet_erc721::{Pallet, Call, Storage, Event<T>},
Erc20: pallet_erc20::{Pallet, Call, Storage, Event<T>},
DdcMetricsOffchainWorker: pallet_ddc_metrics_offchain_worker::{Pallet, Call, Storage, Event<T>},
DdcClusters: pallet_ddc_clusters,
DdcStaking: pallet_ddc_staking,
DdcCustomers: pallet_ddc_customers,
DdcNodes: pallet_ddc_nodes,
DdcPayouts: pallet_ddc_payouts,
DdcStaking: pallet_ddc_staking
DdcClusters: pallet_ddc_clusters,
DdcPayouts: pallet_ddc_payouts
}
);

Expand Down

0 comments on commit c3cec4e

Please sign in to comment.