-
Notifications
You must be signed in to change notification settings - Fork 0
/
Scarb.toml
36 lines (28 loc) · 1.06 KB
/
Scarb.toml
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
[package]
name = "amm_governance"
version = "0.1.0"
edition = "2023_11"
# See more keys and their definitions at https://docs.swmansion.com/scarb/docs/reference/manifest.html
[dependencies]
cubit = { git = "https://github.com/influenceth/cubit.git", commit = "62756082bf2555d7ab25c69d9c7bc30574ff1ce8" }
konoha = { git = "https://github.com/carmineoptions/konoha", branch = "staking" }
openzeppelin = { git = "https://github.com/OpenZeppelin/cairo-contracts.git", tag = "v0.10.0" }
starknet = ">=2.0.0"
[dev-dependencies]
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.23.0" }
[[target.starknet-contract]]
build-external-contracts = ["konoha::treasury::Treasury"]
[tool.fmt]
sort-module-level-items = true
[[tool.snforge.fork]]
name = "MAINNET"
url = "http://178.32.172.148:6060/v0_7"
block_id.tag = "Latest"
[[tool.snforge.fork]]
name = "MAINNET_BEFORE_UPGRADE_TO_KONOHA"
url = "http://178.32.172.148:6060/v0_7"
block_id.number = "652000"
[[tool.snforge.fork]]
name = "SEPOLIA"
url = "http://178.32.172.148:6062/v0_7"
block_id.tag = "Latest"