Skip to content

Commit

Permalink
relayer-cli(chain-registry): update path to CosmosSdkConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Oct 17, 2023
1 parent 33e2cf5 commit cddce8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions crates/relayer-cli/src/chain_registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ use ibc_chain_registry::fetchable::Fetchable;
use ibc_chain_registry::formatter::{SimpleGrpcFormatter, UriFormatter};
use ibc_chain_registry::paths::IBCPath;
use ibc_chain_registry::querier::*;
use ibc_relayer::chain::cosmos::config::CosmosSdkConfig;
use ibc_relayer::config::filter::{FilterPattern, PacketFilter};
use ibc_relayer::config::gas_multiplier::GasMultiplier;
use ibc_relayer::config::types::{MaxMsgNum, MaxTxSize, Memo};
use ibc_relayer::config::{
default, AddressType, ChainConfig, CosmosSdkConfig, EventSourceMode, GasPrice,
};
use ibc_relayer::config::{default, AddressType, ChainConfig, EventSourceMode, GasPrice};
use ibc_relayer::keyring::Store;

use tendermint_light_client_verifier::types::TrustThreshold;
Expand Down
2 changes: 1 addition & 1 deletion tools/test-framework/src/types/single/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ use core::str::FromStr;
use core::time::Duration;
use eyre::eyre;
use eyre::Report as Error;
use ibc_relayer::chain::cosmos::config::CosmosSdkConfig;
use ibc_relayer::config;
use ibc_relayer::config::gas_multiplier::GasMultiplier;
use ibc_relayer::config::CosmosSdkConfig;
use ibc_relayer::keyring::Store;
use ibc_relayer_types::core::ics24_host::identifier::ChainId;
use std::sync::{Arc, RwLock};
Expand Down

0 comments on commit cddce8d

Please sign in to comment.