mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51:02 +00:00
Remove kusama and polkadot SP constants from parachains-common (#2666)
This commit is contained in:
@@ -36,7 +36,7 @@ parameter_types! {
|
||||
pub const ByteDeposit: Balance = deposit(0, 1);
|
||||
pub const SubAccountDeposit: Balance = deposit(1, 53);
|
||||
pub RelayTreasuryAccount: AccountId =
|
||||
parachains_common::polkadot::account::POLKADOT_TREASURY_PALLET_ID.into_account_truncating();
|
||||
parachains_common::TREASURY_PALLET_ID.into_account_truncating();
|
||||
}
|
||||
|
||||
impl pallet_identity::Config for Runtime {
|
||||
|
||||
@@ -36,7 +36,7 @@ parameter_types! {
|
||||
pub const ByteDeposit: Balance = deposit(0, 1);
|
||||
pub const SubAccountDeposit: Balance = deposit(1, 53);
|
||||
pub RelayTreasuryAccount: AccountId =
|
||||
parachains_common::polkadot::account::POLKADOT_TREASURY_PALLET_ID.into_account_truncating();
|
||||
parachains_common::TREASURY_PALLET_ID.into_account_truncating();
|
||||
}
|
||||
|
||||
impl pallet_identity::Config for Runtime {
|
||||
|
||||
Reference in New Issue
Block a user