Skip to content

Commit

Permalink
fix: get dot movement with MovementArgs method
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmovses committed Feb 4, 2025
1 parent 49c0f62 commit d3983b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ impl MintTo {
.inner()
.chain_id;

let dot_movement = dot_movement::DotMovement::try_from_env()?;
let dot_movement = self.movement_args.dot_movement()?;
let config = dot_movement.try_get_config_from_json::<movement_config::Config>()?;

let raw_private_key = config
Expand Down

0 comments on commit d3983b8

Please sign in to comment.