Skip to content

Commit

Permalink
fixup! TEMP: try to run 10k ibc transfers in PGF
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Jan 3, 2025
1 parent 790a958 commit c413db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/tests/src/e2e/ibc_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ fn pgf_over_ibc() -> Result<()> {
ALBERT,
PGF_ADDRESS.to_string(),
NAM,
10_000_000,
1_000_000,
ALBERT_KEY,
&[],
)?;
Expand Down Expand Up @@ -694,7 +694,7 @@ fn pgf_over_ibc() -> Result<()> {
let token_addr = find_address(&test, NAM)?;
let ibc_denom = format!("{port_id_gaia}/{channel_id_gaia}/{token_addr}");
check_cosmos_balance(&test_gaia, COSMOS_RELAYER, &ibc_denom, 10_000_000)?;
check_cosmos_balance(&test_gaia, COSMOS_USER, &ibc_denom, 5_000_000)?;
check_cosmos_balance(&test_gaia, COSMOS_USER, &ibc_denom, 50_000_000_000)?;

Ok(())
}
Expand Down

0 comments on commit c413db6

Please sign in to comment.