Skip to content

Commit

Permalink
Update v2.mo
Browse files Browse the repository at this point in the history
  • Loading branch information
bodily11 authored Sep 5, 2022
1 parent 17922fb commit 1b239f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/v2.mo
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ actor class EXTNFT(init_owner: Principal) = this {
let ASSET_CANISTER_MIN_CYCLES : Nat = 1_000_000_000_000;
let MAX_CHUNK_STORAGE : Nat = 800000000;//800MB
let ENTREPOT_MARKETPLACE_FEES_ADDRESS : AccountIdentifier = "c7e461041c0c5800a56b64bb7cefc247abc0bbbb99bd46ff71c64e92d9f5c2f9";
let ENTREPOT_MARKETPLACE_FEES_AMOUNT : Nat64 = 2000;
let ENTREPOT_MARKETPLACE_FEES_AMOUNT : Nat64 = 1000;
let HTTP_NOT_FOUND : HttpResponse = {status_code = 404; headers = []; body = Blob.fromArray([]); streaming_strategy = null};
let HTTP_BAD_REQUEST : HttpResponse = {status_code = 400; headers = []; body = Blob.fromArray([]); streaming_strategy = null};

Expand Down

0 comments on commit 1b239f0

Please sign in to comment.