Skip to content

Commit

Permalink
change NFT collection deposit
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianSternVukotic committed Feb 12, 2025
1 parent a3aeada commit fd7aae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/bin/node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@ impl pallet_llm::Config for Runtime {
}

parameter_types! {
pub const CollectionDeposit: Balance = 100 * DOLLARS;
pub const CollectionDeposit: Balance = 10 * DOLLARS;
pub const ItemDeposit: Balance = 1 * DOLLARS;
pub const ApprovalsLimit: u32 = 20;
pub const ItemAttributesApprovalsLimit: u32 = 20;
Expand Down

0 comments on commit fd7aae1

Please sign in to comment.