-
Notifications
You must be signed in to change notification settings - Fork 0
/
Scarb.lock
41 lines (36 loc) · 978 Bytes
/
Scarb.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Code generated by scarb DO NOT EDIT.
version = 1
[[package]]
name = "haiko_amm"
version = "2.0.0"
source = "git+https://github.com/haiko-xyz/amm.git?branch=v2.0.0#24bc5685ce60e0e89f664617436c53ea7549c84a"
dependencies = [
"haiko_lib",
"openzeppelin",
"snforge_std",
]
[[package]]
name = "haiko_lib"
version = "2.0.0"
source = "git+https://github.com/haiko-xyz/library.git?branch=v2.0.0#8198ca1cb2c22305a9d6420d8feedab1059e3e25"
dependencies = [
"openzeppelin",
"snforge_std",
]
[[package]]
name = "haiko_strategy_reversion"
version = "0.1.0"
dependencies = [
"haiko_amm",
"haiko_lib",
"openzeppelin",
"snforge_std",
]
[[package]]
name = "openzeppelin"
version = "0.11.0"
source = "git+https://github.com/OpenZeppelin/cairo-contracts.git?tag=v0.11.0#a83f36b23f1af6e160288962be4a2701c3ecbcda"
[[package]]
name = "snforge_std"
version = "0.21.0"
source = "git+https://github.com/foundry-rs/starknet-foundry.git?tag=v0.21.0#2996b8c1dd66b2715fc67e69578089f278a46790"