Skip to content

Commit

Permalink
remove dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
augustbleeds committed Sep 26, 2024
1 parent 8d090f6 commit 5e296cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions contracts/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ starknet = "2.7.1"
openzeppelin = { git = "https://github.com/OpenZeppelin/cairo-contracts.git", tag = "v0.15.1" }
alexandria_bytes = { git = "https://github.com/keep-starknet-strange/alexandria.git", rev = "e1b080577aaa6889116fc8be5dde72b2fd21e397" }
alexandria_encoding = { git = "https://github.com/keep-starknet-strange/alexandria.git", rev = "e1b080577aaa6889116fc8be5dde72b2fd21e397" }

[dev-dependencies]
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry.git", tag = "v0.29.0" }

[lib]
Expand Down
2 changes: 0 additions & 2 deletions examples/contracts/aggregator_consumer/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ test = "snforge test"
[dependencies]
chainlink = { path = "../../../contracts" }
starknet = "2.7.1"

[dev-dependencies]
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry.git", tag = "v0.29.0" }

[lib]
Expand Down

0 comments on commit 5e296cc

Please sign in to comment.