paritytech / extended-parachain-template

Node template to build parachains with all the required pallets. Slightly opinionated based on what majority of parachain teams are using.
The Unlicense
27 stars 19 forks source link

Updated Configurations #9

Closed peterwht closed 1 year ago

peterwht commented 1 year ago
peterwht commented 1 year ago

@weezy20 It is much smaller compared to AssetDeposit. However, I do not think they are equivalent. Creating a new fungible class (AssetDeposit) should be much more expensive than what is required to simply maintain an account.

These configuration values come from Statemint: https://github.com/paritytech/cumulus/blob/master/parachains/runtimes/assets/statemint/src/lib.rs#L234

Do you have a specific chain you pulled those values from?

weezy20 commented 1 year ago

@peterwht Thanks for clarifying. I was thinking in terms of storage costs but I believe it's best to let the users decide on the configuration of this value.