Skip to content

Commit

Permalink
Updated Mops and Burn Account
Browse files Browse the repository at this point in the history
  • Loading branch information
panindustrial-dev committed Dec 5, 2023
1 parent f2772f7 commit 727ba48
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

# v0.1.1

Update mops

# v0.1.0

Initial Release
3 changes: 2 additions & 1 deletion example/main.mo
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ shared(_init_msg) actor class Example(_args : {
max_take_value = ?10000;
max_memo_size = ?512;
permitted_drift = null;

burn_account = null; //burned nfts are deleted
deployer = init_msg.caller;
} : ICRC7.InitArgs;
};
Expand Down Expand Up @@ -111,6 +111,7 @@ shared(_init_msg) actor class Example(_args : {
maxRecordsToArchive = 10_000;
archiveCycles = 2_000_000_000_000; //two trillion
archiveControllers = null;

}
};
case(?val) _args.icrc3_args;
Expand Down
8 changes: 4 additions & 4 deletions mops.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "icrc_nft-mo"
version = "0.1.0"
name = "icrc-nft-mo"
version = "0.1.1"
description = "icrc based nft example for motoko"
repository = "https://github.com/PanIndustrial-Org/icrc_nft.mo"
keywords = [ "nft" ]
Expand All @@ -19,8 +19,8 @@ cert = "https://github.com/nomeata/ic-certification#v0.1.3@c403ffec0a60f658a1009
vector = "0.2.0"
rep-indy-hash = "0.1.1"
icrc3-mo = "0.1.0"
icrc30-mo = "0.1.0"
icrc7-mo = "0.1.0"
icrc30-mo = "0.2.0"
icrc7-mo = "0.2.1"

[dev-dependencies]
test = "1.1.1"
Expand Down

0 comments on commit 727ba48

Please sign in to comment.