Skip to content

Commit

Permalink
Merge pull request #13 from Bal7hazar/feat/migrate-ercs
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev authored Nov 30, 2023
2 parents 204d2f8 + 9896620 commit 5fd9efa
Show file tree
Hide file tree
Showing 25 changed files with 421 additions and 1,685 deletions.
9 changes: 8 additions & 1 deletion Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [

[[package]]
name = "origami"
version = "0.1.0"
version = "0.0.0"
dependencies = [
"cubit",
"dojo",
Expand All @@ -52,3 +52,10 @@ dependencies = [
"dojo",
"origami",
]

[[package]]
name = "token"
version = "0.0.0"
dependencies = [
"dojo",
]
4 changes: 2 additions & 2 deletions Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[workspace]
members = ["crates", "examples/*"]
members = ["crates", "examples/*", "token"]

[workspace.package]
version = "0.1.0"
version = "0.0.0"
description = "Community-maintained libraries for Cairo"
homepage = "https://github.com/dojoengine/origami"
authors = ["[email protected]"]
Expand Down
9 changes: 0 additions & 9 deletions presets/Scarb.toml

This file was deleted.

5 changes: 0 additions & 5 deletions presets/src/erc1155/erc1155.cairo

This file was deleted.

13 changes: 0 additions & 13 deletions presets/src/lib.cairo

This file was deleted.

Loading

0 comments on commit 5fd9efa

Please sign in to comment.