Skip to content

Commit

Permalink
Code review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
serban300 committed Feb 26, 2025
1 parent 7700eb8 commit 8dbb672
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cumulus/parachains/runtimes/testing/penpal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,6 @@ impl pallet_asset_tx_payment::Config for Runtime {
}

parameter_types! {

pub const DepositPerItem: Balance = 0;
pub const DepositPerByte: Balance = 0;
pub CodeHashLockupDepositPercent: Perbill = Perbill::from_percent(30);
Expand All @@ -852,7 +851,7 @@ impl pallet_revive::Config for Runtime {
type InstantiateOrigin = EnsureSigned<Self::AccountId>;
type RuntimeHoldReason = RuntimeHoldReason;
type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent;
type Xcm = pallet_xcm::Pallet<Self>;
type Xcm = PolkadotXcm;
type ChainId = ConstU64<420_420_999>;
type NativeToEthRatio = ConstU32<1_000_000>; // 10^(18 - 12) Eth is 10^18, Native is 10^12.
type EthGasEncoder = ();
Expand Down

0 comments on commit 8dbb672

Please sign in to comment.