Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
byeongsu-hong committed Nov 9, 2023
1 parent e4948ce commit a1b7e1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/utils/run-locally/src/cosmos/deploy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub fn deploy_cw_hyperlane(

// deploy igp set
#[cw_serde]
pub struct Something {
pub struct GasOracleInitMsg {
pub hrp: String,
pub owner: String,
pub gas_token: String,
Expand All @@ -67,7 +67,7 @@ pub fn deploy_cw_hyperlane(
&deployer,
Some(deployer_addr),
codes.hpl_igp,
&Something {
GasOracleInitMsg {
hrp: PREFIX.to_string(),
owner: deployer_addr.clone(),
gas_token: "uosmo".to_string(),
Expand Down

0 comments on commit a1b7e1d

Please sign in to comment.