Skip to content

Commit

Permalink
Revert "reduce ED by 50%"
Browse files Browse the repository at this point in the history
This reverts commit c7457b1.
  • Loading branch information
acatangiu committed Jul 24, 2024
1 parent c7457b1 commit 4db29b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ fn swap_locally_on_chain_using_foreign_assets() {
AssetHubPolkadot,
vec![
RuntimeEvent::AssetConversion(pallet_asset_conversion::Event::SwapExecuted { amount_in, amount_out, .. },) => {
amount_in: *amount_in == 5000000000000,
amount_out: *amount_out == 1665831244778,
amount_in: *amount_in == 10000000000000,
amount_out: *amount_out == 1817684594348,
},
]
);
Expand Down
2 changes: 1 addition & 1 deletion system-parachains/constants/src/polkadot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub mod currency {
/// The default existential deposit for system chains. 1/10th of the Relay Chain's existential
/// deposit. Individual system parachains may modify this in special cases.
pub const SYSTEM_PARA_EXISTENTIAL_DEPOSIT: Balance =
polkadot_runtime_constants::currency::EXISTENTIAL_DEPOSIT / 20;
polkadot_runtime_constants::currency::EXISTENTIAL_DEPOSIT / 10;

/// One "DOT" that a UI would show a user.
pub const UNITS: Balance = 10_000_000_000;
Expand Down

0 comments on commit 4db29b9

Please sign in to comment.