Skip to content

Commit

Permalink
minor test change
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed Jun 25, 2024
1 parent fe35251 commit 19f4db5
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions runtime/integration-tests/src/generic/cases/routers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,8 @@ fn environment_for_evm<T: Runtime + FudgeSupport>() -> FudgeEnv<T> {
env.parachain_state_mut(|| {
pallet_evm::AccountCodes::<T>::insert(AXELAR_CONTRACT_ADDRESS, AXELAR_CONTRACT_CODE);

utils::evm::mint_balance_into_derived_account::<T>(
AXELAR_CONTRACT_ADDRESS,
cfg(1_000_000_000),
);
utils::evm::mint_balance_into_derived_account::<T>(
get_gateway_h160_account::<T>(),
cfg(1_000_000),
);
utils::evm::mint_balance_into_derived_account::<T>(AXELAR_CONTRACT_ADDRESS, cfg(1));
utils::evm::mint_balance_into_derived_account::<T>(get_gateway_h160_account::<T>(), cfg(1));
});

env
Expand Down

0 comments on commit 19f4db5

Please sign in to comment.