Skip to content

Commit bb87b2b

Browse files
authored
Update dao creation fee
1 parent 9219f1c commit bb87b2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

invarch/runtime/src/dao_manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ parameter_types! {
2323
pub const MaxMetadata: u32 = 10000;
2424
pub const MaxCallers: u32 = 10000;
2525
pub const DaoSeedBalance: Balance = 1000000u128;
26-
pub const DaoCreationFee: Balance = UNIT * 1000;
26+
pub const DaoCreationFee: Balance = UNIT * 5000;
2727

2828
pub const RelayDaoCreationFee: Balance = UNIT;
2929
pub const MaxCallSize: u32 = 50 * 1024;

0 commit comments

Comments
 (0)