Skip to content

Commit

Permalink
feat: make utu_example declarable
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdv committed Nov 4, 2024
1 parent e85a34f commit 47563f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v
assert_macros = "2.8.4"

[[target.starknet-contract]]
casm = true
sierra = true
allowed-libfuncs-list.name = "experimental"
build-external-contracts = ["utu_relay::utu_relay::UtuRelay"]
casm-add-pythonic-hints = true

[scripts]
test = "snforge test"

0 comments on commit 47563f2

Please sign in to comment.