Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
use DefaultSpec::Address
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Apr 30, 2024
1 parent 246540b commit 10b05c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mocks/src/configs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use sov_consensus_state_tracker::CelestiaService;
use sov_consensus_state_tracker::MockDaService;
use sov_kernels::basic::BasicKernelGenesisConfig;
use sov_mock_zkvm::MockZkVerifier;
use sov_modules_api::{Address, Spec};
use sov_modules_api::Spec;
use sov_rollup_interface::services::da::DaService;
use typed_builder::TypedBuilder;

Expand Down Expand Up @@ -109,7 +109,7 @@ pub struct TransferTestConfig {
#[builder(default = GAS_TOKEN_ID.to_bech32().to_string())]
pub sov_denom: String,
/// An arbitrary user address on the rollup.
pub sov_address: Address,
pub sov_address: <DefaultSpec as Spec>::Address,
/// The token name on the Cosmos chain.
#[builder(default = "basecoin".to_string())]
pub cos_denom: String,
Expand Down

0 comments on commit 10b05c7

Please sign in to comment.