-
Notifications
You must be signed in to change notification settings - Fork 2
/
Scarb.toml
38 lines (30 loc) · 1.02 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
37
[package]
name = "cygnus"
version = "0.1.0"
authors = ["swan_of_bodom <@0xhyoga@cygnusdao.finance>"]
license = "MIT"
edition = "2023_01"
homepage = "https://cygnusdao.finance"
keywords = ["starknet", "defi", "lending", "stablecoins", "lps"]
repository = "https://github.com/CygnusDAO"
description = "Decentralized stablecoin lending for Liquidity Providers"
documentation = "https://docs.cygnusdao.finance"
# See more keys and their definitions at https://docs.swmansion.com/scarb/docs/reference/manifest.html
[[target.starknet-contract]]
allowed-libfuncs-list.name = "experimental"
sierra = true
casm = true
[cairo]
sierra-replace-ids = true
[dependencies]
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.13.0" }
ekubo = { git = "https://github.com/EkuboProtocol/abis", rev = "696ab1b" }
starknet = "2.5.3"
[[tool.snforge.fork]]
name = "MAINNET"
url = "https://starknet-mainnet.public.blastapi.io/rpc/v0_6"
block_id.number = "598657"
[tool.snforge]
exit_first = true
[tool.fmt]
max-line-length = 120