Skip to content

Commit

Permalink
add atom testnet conf
Browse files Browse the repository at this point in the history
  • Loading branch information
mariocynicys committed Mar 12, 2024
1 parent 6434a87 commit 3210807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm2src/mm2_main/tests/mm2_tests/tendermint_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ fn test_tendermint_ibc_withdraw_hd() {
const IBC_TARGET_ADDRESS: &str = "cosmos1r5v5srda7xfth3hn2s26txvrcrntldjumt8mhl";
const MY_ADDRESS: &str = "iaa1tpd0um0r3z0y88p3gkv3y38dq8lmqc2xs9u0pv";

let coins = json!([iris_testnet_conf()]);
let coins = json!([iris_testnet_conf(), atom_testnet_conf()]);
let coin = coins[0]["coin"].as_str().unwrap();

let conf = Mm2TestConf::seednode_with_hd_account(TENDERMINT_TEST_BIP39_SEED, &coins);
Expand Down

0 comments on commit 3210807

Please sign in to comment.