Skip to content

Commit

Permalink
merge match
Browse files Browse the repository at this point in the history
  • Loading branch information
okhaimie-dev committed Jul 22, 2024
1 parent 7d2c465 commit 5a7f68a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
7 changes: 7 additions & 0 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,16 @@ dependencies = [
"openzeppelin",
]

[[package]]
name = "simple_storage"
version = "0.1.0"

[[package]]
name = "simple_vault"
version = "0.1.0"
dependencies = [
"erc20",
]

[[package]]
name = "snforge_std"
Expand Down
10 changes: 0 additions & 10 deletions Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,12 @@ test = "$(git rev-parse --show-toplevel)/scripts/test_resolver.sh"
[workspace.tool.snforge]

[workspace.dependencies]
<<<<<<< HEAD
starknet = ">=2.6.3"
# snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry.git", tag = "v0.11.0" }
openzeppelin = { git = "https://github.com/OpenZeppelin/cairo-contracts.git", tag="v0.11.0" }
pragma_lib = { git = "https://github.com/astraly-labs/pragma-lib" }

# [workspace.dev-dependencies]
# openzeppelin = { git = "https://github.com/OpenZeppelin/cairo-contracts.git", tag="v0.11.0" }
=======
starknet = ">=2.6.4"
openzeppelin = { git = "https://github.com/OpenZeppelin/cairo-contracts.git", tag="v0.14.0" }
components = { path = "listings/applications/components" }
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry.git", tag = "v0.25.0" }
# The latest Alexandria release supports only Cairo v2.6.0, so using explicit rev that supports Cairo v2.6.3
alexandria_storage = { git = "https://github.com/keep-starknet-strange/alexandria.git", rev="800f5ad" }
>>>>>>> main

[workspace.package]
description = "Collection of examples of how to use the Cairo programming language to create smart contracts on Starknet."
Expand Down
4 changes: 2 additions & 2 deletions listings/applications/dice_game_vrf/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ edition = "2023_11"
[dependencies]
starknet.workspace = true
openzeppelin.workspace = true
pragma_lib.workspace = true
pragma_lib = { git = "https://github.com/astraly-labs/pragma-lib" }

[scripts]
test.workspace = true

[[target.starknet-contract]]
[[target.starknet-contract]]

0 comments on commit 5a7f68a

Please sign in to comment.