Skip to content

Commit

Permalink
change(system-parachains/coretime): address changes suggested by @Szegoo
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 committed Oct 23, 2024
1 parent 4b340e0 commit 5338f1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions system-parachains/coretime/coretime-kusama/src/coretime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,6 @@ impl pallet_broker::Config for Runtime {
type PalletId = BrokerPalletId;
type AdminOrigin = EnsureRoot<AccountId>;
type SovereignAccountOf = SovereignAccountOf;
// Roughly 1.5 years with a period of 28 days(~ish)
// TODO: @szegoo, can you help checking this value?
type MaxAutoRenewals = ConstU32<20>;
type MaxAutoRenewals = ConstU32<100>;
type PriceAdapter = pallet_broker::CenterTargetPrice<Balance>;
}
4 changes: 1 addition & 3 deletions system-parachains/coretime/coretime-polkadot/src/coretime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,6 @@ impl pallet_broker::Config for Runtime {
type PalletId = BrokerPalletId;
type AdminOrigin = EnsureRoot<AccountId>;
type SovereignAccountOf = SovereignAccountOf;
// Roughly 1.5 years with a period of 28 days(~ish)
// TODO: @szegoo, can you help checking this value?
type MaxAutoRenewals = ConstU32<20>;
type MaxAutoRenewals = ConstU32<100>;
type PriceAdapter = pallet_broker::CenterTargetPrice<Balance>;
}

0 comments on commit 5338f1f

Please sign in to comment.