Skip to content

Commit

Permalink
revert liquidity-pool changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed Jun 24, 2024
1 parent 737278c commit cce79b6
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions runtime/integration-tests/src/generic/cases/liquidity_pools.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ use staging_xcm::{
},
VersionedAsset, VersionedAssets, VersionedLocation,
};
use utils::*;

use crate::{
generic::{
Expand Down Expand Up @@ -212,9 +211,9 @@ pub mod utils {
}
}

mod development {
use utils::*;
use utils::*;

mod development {
use super::*;

pub const GLMR_CURRENCY_ID: CurrencyId = CurrencyId::ForeignAsset(4);
Expand Down Expand Up @@ -799,6 +798,8 @@ mod development {
}
}

use utils::*;

mod add_allow_upgrade {
use cfg_types::tokens::LiquidityPoolsWrappedToken;

Expand Down Expand Up @@ -4527,8 +4528,6 @@ mod development {
}

mod ethereum_xcm {
use utils::*;

use super::*;

mod utils {
Expand Down Expand Up @@ -4668,6 +4667,8 @@ mod development {
}
}

use utils::*;

const TEST_DOMAIN: Domain = Domain::EVM(1);

#[test_runtimes([development])]
Expand Down Expand Up @@ -4872,12 +4873,11 @@ mod development {

mod altair {
use altair_runtime::{xcm::CurrencyIdConvert, PoolPalletIndex};
use utils::*;

use super::*;

pub const KSM_ASSET_ID: CurrencyId = CurrencyId::ForeignAsset(1000);

use super::*;

mod utils {
use super::*;

Expand Down Expand Up @@ -4949,6 +4949,8 @@ mod altair {
}
}

use utils::*;

mod transfers {
use super::*;

Expand Down Expand Up @@ -5843,7 +5845,6 @@ mod altair {

mod centrifuge {
use centrifuge_runtime::xcm::CurrencyIdConvert;
use utils::*;

use super::*;

Expand Down Expand Up @@ -6119,6 +6120,8 @@ mod centrifuge {
}
}

use utils::*;

mod asset_registry {
use super::*;

Expand Down

0 comments on commit cce79b6

Please sign in to comment.