-
Notifications
You must be signed in to change notification settings - Fork 1
/
Scarb.toml
33 lines (25 loc) · 920 Bytes
/
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
[package]
name = "nimbora_yields"
version = "0.1.0"
edition = "2023_10"
# See more keys and their definitions at https://docs.swmansion.com/scarb/docs/reference/manifest.html
[dependencies]
openzeppelin = { git = "https://github.com/OpenZeppelin/cairo-contracts.git", tag = "v0.8.0" }
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry.git", tag = "v0.16.0" }
[[target.starknet-contract]]
sierra = true
casm = true
allowed-libfuncs-list.name = "experimental"
[scripts]
test = "snforge test"
[tool.fmt]
sort-module-level-items = true
max-line-length = 120
[[tool.snforge.fork]]
name = "MAINNET_FORK_BEFORE"
url = "https://starknet-mainnet.blastapi.io/f8917e6b-fd2f-49d3-b2b2-1a182408d008/rpc/v0_6"
block_id.number = "604586"
[[tool.snforge.fork]]
name = "MAINNET_FORK_AFTER"
url = "https://starknet-mainnet.blastapi.io/f8917e6b-fd2f-49d3-b2b2-1a182408d008/rpc/v0_6"
block_id.number = "604600"