Skip to content

Commit

Permalink
integration-tests: Use fudge in development LP tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cdamian committed Oct 27, 2023
1 parent 5e54b22 commit 535ca74
Show file tree
Hide file tree
Showing 10 changed files with 1,047 additions and 625 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ use cfg_types::{domain_address::Domain, tokens::CustomMetadata};
use frame_support::traits::GenesisBuild;
use orml_traits::asset_registry::AssetMetadata;

use crate::utils::env::PARA_ID_SIBLING;

/// Accounts
pub const ALICE: [u8; 32] = [4u8; 32];
pub const BOB: [u8; 32] = [5u8; 32];
Expand Down Expand Up @@ -110,7 +112,7 @@ pub fn dollar(decimals: u32) -> Balance {
}

pub fn moonbeam_account() -> AccountId {
parachain_account(PARA_ID_MOONBEAM)
parachain_account(PARA_ID_SIBLING)
}

pub fn centrifuge_account() -> AccountId {
Expand Down
Loading

0 comments on commit 535ca74

Please sign in to comment.