Skip to content

Commit

Permalink
chore: rename managed lti (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratik authored Apr 18, 2023
1 parent f4827b3 commit 0c7175d
Show file tree
Hide file tree
Showing 24 changed files with 45 additions and 45 deletions.
82 changes: 41 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["contracts/auction", "contracts/lockdrop", "contracts/credits", "contracts/vesting-lp", "contracts/vesting-managed", "contracts/vesting-investors", "contracts/cw20-merkle-airdrop", "contracts/price-feed", "contracts/astroport/*"]
members = ["contracts/auction", "contracts/lockdrop", "contracts/credits", "contracts/vesting-lp", "contracts/vesting-lti", "contracts/vesting-investors", "contracts/cw20-merkle-airdrop", "contracts/price-feed", "contracts/astroport/*"]

[profile.release]
rpath = false
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "vesting-managed"
name = "vesting-lti"
version = "1.1.0"
authors = ["[email protected]"]
edition = "2021"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use cosmwasm_schema::write_api;
use vesting_base::msg::{ExecuteMsg, MigrateMsg, QueryMsg};
use vesting_managed::msg::InstantiateMsg;
use vesting_lti::msg::InstantiateMsg;

fn main() {
write_api! {
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"contract_name": "vesting-managed",
"contract_name": "vesting-lti",
"contract_version": "1.1.0",
"idl_version": "1.0.0",
"instantiate": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0c7175d

Please sign in to comment.