Skip to content

Commit 40fb41b

Browse files
authored
Merge pull request #275 from truthixify/fix-274
Removed unwanted contracts and clean up file names
2 parents c29794b + f39bd2b commit 40fb41b

File tree

13 files changed

+3
-161
lines changed

13 files changed

+3
-161
lines changed

contracts/Cargo.lock

Lines changed: 1 addition & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[workspace]
22
resolver = "2"
33
members = [
4-
"./hello-world", "assetsup_contract",
4+
"assetsup"
55
]
66

77
[workspace.dependencies]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "assetsup_contract"
2+
name = "assetsup"
33
version = "0.1.0"
44
edition = "2024"
55

File renamed without changes.
File renamed without changes.

contracts/assetsup_contract/test_snapshots/tests/initialize/test_initialize.1.json renamed to contracts/assetsup/test_snapshots/tests/initialize/test_initialize.1.json

File renamed without changes.

contracts/assetsup_contract/test_snapshots/tests/initialize/test_initialize_panic.1.json renamed to contracts/assetsup/test_snapshots/tests/initialize/test_initialize_panic.1.json

File renamed without changes.

contracts/hello-world/Cargo.toml

Lines changed: 0 additions & 15 deletions
This file was deleted.

contracts/hello-world/Makefile

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)