Skip to content

Commit

Permalink
run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
KohliSuraj committed Jun 22, 2024
1 parent cb9236e commit bffa1a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/snfoundry/contracts/src/SchemaRegistry.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ pub trait ISchemaRegistry<TContractState> {

#[starknet::contract]
mod SchemaRegistry {

use super::{ContractAddress, ISchemaRegistry};

/// @notice A struct representing a record for a submitted schema.
Expand Down
2 changes: 1 addition & 1 deletion packages/snfoundry/scripts-ts/deploy-contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const deployContract = async (
// classHash: precomputedClassHash,
// salt: stark.randomAddress(),
// });

// await provider.waitForTransaction(deploy.transaction_hash);
// console.log("Deployed contract txn", deploy.transaction_hash);
// console.log("Deployed contract address", deploy.contract_address);
Expand Down

0 comments on commit bffa1a8

Please sign in to comment.