mirror of
https://github.com/vacp2p/de-mls.git
synced 2026-01-09 21:48:02 -05:00
* integration * test: simple bool not deserialized properly * fix: contract address * fix: send instead of call * update sc_storage * refactor code --------- Co-authored-by: rymnc <43716372+rymnc@users.noreply.github.com>
7 lines
179 B
TOML
7 lines
179 B
TOML
[package]
|
|
name = "foundry-contracts"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
alloy = { git = "https://github.com/alloy-rs/alloy", features = ["sol-types", "contract"] } |