Skip to content

Commit

Permalink
Regenerated proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiblt1304 committed Jul 12, 2024
1 parent 6785627 commit 4b92c04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions enshrine-esdt-safe/src/enshrine_esdt_safe_proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ where
>(
self,
is_sovereign_chain: Arg0,
wegld_identifier: Arg1,
sov_token_prefix: Arg2,
opt_wegld_identifier: Arg1,
opt_sov_token_prefix: Arg2,
) -> TxTypedDeploy<Env, From, NotPayable, Gas, ()> {
self.wrapped_tx
.payment(NotPayable)
.raw_deploy()
.argument(&is_sovereign_chain)
.argument(&wegld_identifier)
.argument(&sov_token_prefix)
.argument(&opt_wegld_identifier)
.argument(&opt_sov_token_prefix)
.original_result()
}
}
Expand Down

0 comments on commit 4b92c04

Please sign in to comment.