Skip to content

Commit

Permalink
fix runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed Mar 8, 2024
1 parent a4c781d commit c34db97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion runtime/altair/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2015,7 +2015,7 @@ construct_runtime!(
LiquidityRewards: pallet_liquidity_rewards::{Pallet, Call, Storage, Event<T>} = 111,
GapRewardMechanism: pallet_rewards::mechanism::gap = 112,
OrderBook: pallet_order_book::{Pallet, Call, Storage, Event<T>} = 113,
ForeignInvestments: pallet_foreign_investments::{Pallet, Storage} = 114,
ForeignInvestments: pallet_foreign_investments::{Pallet, Storage, Event<T>} = 114,
TransferAllowList: pallet_transfer_allowlist::{Pallet, Call, Storage, Event<T>} = 115,
OraclePriceFeed: pallet_oracle_feed::{Pallet, Call, Storage, Event<T>} = 116,
OraclePriceCollection: pallet_oracle_collection::{Pallet, Call, Storage, Event<T>} = 117,
Expand Down
2 changes: 1 addition & 1 deletion runtime/centrifuge/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2124,7 +2124,7 @@ construct_runtime!(
GapRewardMechanism: pallet_rewards::mechanism::gap = 106,
LiquidityPoolsGateway: pallet_liquidity_pools_gateway::{Pallet, Call, Storage, Event<T>, Origin } = 107,
OrderBook: pallet_order_book::{Pallet, Call, Storage, Event<T>} = 108,
ForeignInvestments: pallet_foreign_investments::{Pallet, Storage} = 109,
ForeignInvestments: pallet_foreign_investments::{Pallet, Storage, Event<T>} = 109,
TransferAllowList: pallet_transfer_allowlist::{Pallet, Call, Storage, Event<T>} = 110,
OraclePriceFeed: pallet_oracle_feed::{Pallet, Call, Storage, Event<T>} = 111,
OraclePriceCollection: pallet_oracle_collection::{Pallet, Call, Storage, Event<T>} = 112,
Expand Down
2 changes: 1 addition & 1 deletion runtime/development/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2114,7 +2114,7 @@ construct_runtime!(
GapRewardMechanism: pallet_rewards::mechanism::gap = 114,
LiquidityPoolsGateway: pallet_liquidity_pools_gateway::{Pallet, Call, Storage, Event<T>, Origin } = 115,
OrderBook: pallet_order_book::{Pallet, Call, Storage, Event<T>} = 116,
ForeignInvestments: pallet_foreign_investments::{Pallet, Storage} = 117,
ForeignInvestments: pallet_foreign_investments::{Pallet, Storage, Event<T>} = 117,
OraclePriceFeed: pallet_oracle_feed::{Pallet, Call, Storage, Event<T>} = 118,
OraclePriceCollection: pallet_oracle_collection::{Pallet, Call, Storage, Event<T>} = 119,

Expand Down

0 comments on commit c34db97

Please sign in to comment.