Skip to content

Commit

Permalink
tweaked fees for starting collection
Browse files Browse the repository at this point in the history
  • Loading branch information
Kansuler committed Oct 21, 2023
1 parent 780dbc3 commit 62b360c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/repository.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ mod repository {
enable_package_royalties! {
new => Free;
merge_trophies => Free;
new_collection_component => Xrd(50.into());
new_collection_component_and_badge => Xrd(50.into());
new_collection_component => Usd(5.into());
new_collection_component_and_badge => Usd(5.into());
new_collection_owner_badge => Free;
redeem_thanks_token => Free;
close_repository => Free;
Expand Down

0 comments on commit 62b360c

Please sign in to comment.