Skip to content

Commit

Permalink
Update sg721-updatable contract name to be backwards compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
MightOfOaks committed Aug 20, 2023
1 parent 13e288d commit a64f932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/collections/sg721-updatable/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use sg721_base::Sg721Contract;
pub type Sg721UpdatableContract<'a> = Sg721Contract<'a, Extension>;
use sg_std::Response;

const CONTRACT_NAME: &str = env!("CARGO_PKG_NAME");
const CONTRACT_NAME: &str = "crates.io:sg721-updatable";
const CONTRACT_VERSION: &str = env!("CARGO_PKG_VERSION");
const EARLIEST_COMPATIBLE_VERSION: &str = "0.16.0";
const COMPATIBLE_CONTRACT_NAMES_FOR_MIGRATION: [&str; 4] = [
Expand Down

0 comments on commit a64f932

Please sign in to comment.