Skip to content

Commit

Permalink
updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun Jangra authored and Arun Jangra committed Jun 27, 2024
1 parent c9d22ff commit e7ca007
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/l2/starknet-core-contract-client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub mod interfaces;

const STARKNET_SOVEREIGN: &str = include_str!("artifacts/Starknet.json");

/// Deploy Starknet sovereign contract and unsafe proxy for it.
/// Deploy Starknet contract and unsafe proxy for it.
/// Cached forge artifacts are used for deployment, make sure they are up to date.
pub async fn deploy_starknet_sovereign_behind_unsafe_proxy(
client: Arc<LocalWalletSignerMiddleware>,
Expand All @@ -28,6 +28,8 @@ pub async fn deploy_starknet_sovereign_behind_unsafe_proxy(
))
}

/// Deploy Starknet contract and safe proxy for it.
/// Implementation of starknet contract is added which is used in prod by starknet
pub async fn deploy_starknet_sovereign_behind_safe_proxy(
client: Arc<LocalWalletSignerMiddleware>,
) -> Result<StarknetSovereignContractClient, Error> {
Expand Down

0 comments on commit e7ca007

Please sign in to comment.