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 Jan 15, 2025
1 parent 68aa1c6 commit a2d1d67
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 = 50 * DOLLARS;
pub const ItemDeposit: Balance = 1 * DOLLARS;
pub const ApprovalsLimit: u32 = 20;
pub const ItemAttributesApprovalsLimit: u32 = 20;
Expand Down

0 comments on commit a2d1d67

Please sign in to comment.