Skip to content

Commit

Permalink
chore: remove oz
Browse files Browse the repository at this point in the history
  • Loading branch information
codeWhizperer committed Feb 13, 2024
1 parent 533c8a7 commit 8299f09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions Scarb.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# Code generated by scarb DO NOT EDIT.
version = 1

[[package]]
name = "openzeppelin"
version = "0.9.0"
source = "git+https://github.com/OpenZeppelin/cairo-contracts.git?tag=v0.9.0#861fc416f87addbe23a3b47f9d19ab27c10d5dc8"

[[package]]
name = "snforge_std"
version = "0.17.1"
Expand All @@ -15,6 +10,5 @@ source = "git+https://github.com/foundry-rs/starknet-foundry.git?tag=v0.17.1#f32
name = "token_bound_accounts"
version = "0.1.0"
dependencies = [
"openzeppelin",
"snforge_std",
]
1 change: 0 additions & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ casm = true
[dependencies]
starknet = "2.5.3"
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry.git", tag = "v0.17.1" }
openzeppelin = { git = "https://github.com/OpenZeppelin/cairo-contracts.git", tag = "v0.9.0" }
[tool.snforge]
# exit_first = true

0 comments on commit 8299f09

Please sign in to comment.