forked from astraly-labs/hyperlane_starknet
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathScarb.toml
More file actions
37 lines (30 loc) · 976 Bytes
/
Scarb.toml
File metadata and controls
37 lines (30 loc) · 976 Bytes
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
[package]
name = "contracts"
version.workspace = true
edition.workspace = true
# See more keys and their definitions at https://docs.swmansion.com/scarb/docs/reference/manifest.html
[dependencies]
starknet.workspace = true
alexandria_bytes.workspace = true
alexandria_math.workspace = true
alexandria_storage.workspace = true
alexandria_data_structures.workspace = true
assert_macros.workspace = true
openzeppelin.workspace = true
mocks = {path = "../mocks"}
[dev-dependencies]
snforge_std.workspace = true
[tool]
fmt.workspace = true
scarb.workspace = true
[[target.starknet-contract]]
allowed-libfuncs-list.name = "experimental"
sierra = true
casm = true
casm-add-pythonic-hints = true
build-external-contracts = ["mocks::*"]
[scripts]
starknet = "FEE_TOKEN=0x04718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d ./feeToken.sh"
paradex = "FEE_TOKEN=0x7348407ebad690fec0cc8597e87dc16ef7b269a655ff72587dafff83d462be2 ./feeToken.sh"
[lib]
name = "contracts"