Skip to content

Commit 3659c19

Browse files
author
Thales Zirbel
committed
chore: rename contract
1 parent ac50b2c commit 3659c19

File tree

9 files changed

+3
-3
lines changed

9 files changed

+3
-3
lines changed

Cargo.lock

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

contracts/compliance-wrapper/Cargo.toml renamed to contracts/compliance-whitelist-wrapper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "compliance-wrapper"
2+
name = "compliance-whitelist-wrapper"
33
version = "0.1.0"
44
authors = ["Thales Zirbel <thaleszh@gmail.com>"]
55
edition = "2021"

contracts/compliance-wrapper/src/bin/schema.rs renamed to contracts/compliance-whitelist-wrapper/src/bin/schema.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use compliance_wrapper::msg::{ExecuteMsg, InstantiateMsg};
1+
use compliance_whitelist_wrapper::msg::{ExecuteMsg, InstantiateMsg};
22
use cosmwasm_schema::write_api;
33
use utils::compliance::QueryMsg;
44

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)