Skip to content

Commit

Permalink
feat : updated funcs
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun Jangra authored and Arun Jangra committed Jul 2, 2024
1 parent f8fb4da commit ad86ed7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions crates/l2/starkgate-manager-client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub async fn deploy_starkgate_manager_behind_unsafe_proxy(
client.clone(),
STARKGATE_MANAGER,
NO_CONSTRUCTOR_ARG,
ProxyVersion::SafeProxy,
ProxyVersion::UnsafeProxy,
)
.await?;

Expand All @@ -35,7 +35,7 @@ pub async fn deploy_starkgate_manager_behind_safe_proxy(
client.clone(),
STARKGATE_MANAGER,
NO_CONSTRUCTOR_ARG,
ProxyVersion::SafeProxy,
ProxyVersion::SafeProxyLatest,
)
.await?;

Expand Down
2 changes: 1 addition & 1 deletion crates/l2/starkgate-registry-client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub async fn deploy_starkgate_registry_behind_safe_proxy(
client.clone(),
STARKGATE_REGISTRY,
NO_CONSTRUCTOR_ARG,
ProxyVersion::SafeProxy,
ProxyVersion::SafeProxyLatest,
)
.await?;

Expand Down

0 comments on commit ad86ed7

Please sign in to comment.