Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit 0af5851

Browse files
committed
feat: migrate erc20 to snforge
1 parent 305e951 commit 0af5851

File tree

3 files changed

+161
-196
lines changed

3 files changed

+161
-196
lines changed

Scarb.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ version = "0.1.0"
9494
[[package]]
9595
name = "erc20"
9696
version = "0.1.0"
97+
dependencies = [
98+
"snforge_std",
99+
]
97100

98101
[[package]]
99102
name = "errors"

listings/applications/erc20/Scarb.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ edition.workspace = true
99
starknet.workspace = true
1010

1111
[dev-dependencies]
12-
cairo_test.workspace = true
12+
assert_macros.workspace = true
13+
snforge_std.workspace = true
1314

1415
[scripts]
1516
test.workspace = true

0 commit comments

Comments
 (0)