Skip to content

Commit

Permalink
Merge pull request #145 from provenance-io/kwtalley/remove-contracts
Browse files Browse the repository at this point in the history
remove nft, security, and template contracts
  • Loading branch information
kwtalley authored Mar 25, 2024
2 parents a9d3ddd + 84922e4 commit 59caa33
Show file tree
Hide file tree
Showing 197 changed files with 30 additions and 16,397 deletions.
370 changes: 30 additions & 340 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ members = [
"contracts/marker",
"contracts/msgfees",
"contracts/name",
"contracts/nft",
"contracts/scope",
"contracts/trigger",
"contracts/tutorial",
]
exclude = ["contracts/template", "contracts/security"]

[workspace.package]
version = "2.2.0"
Expand Down
12 changes: 0 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,10 @@ msgfees:
name:
@make -C contracts/name

.PHONY: nft
nft:
@make -C contracts/nft

.PHONY: security
security:
@make -C contracts/security

.PHONY: scope
scope:
@make -C contracts/scope

.PHONY: template
template:
@make -C contracts/template

.PHONY: trigger
trigger:
@make -C contracts/trigger
3 changes: 0 additions & 3 deletions contracts/nft/.cargo/config

This file was deleted.

11 changes: 0 additions & 11 deletions contracts/nft/.editorconfig

This file was deleted.

15 changes: 0 additions & 15 deletions contracts/nft/.gitignore

This file was deleted.

Loading

0 comments on commit 59caa33

Please sign in to comment.