But there isn't config and obviously it makes an error
'Smart contract panicked: panicked at \'Failed to deserialize input from JSON.: Error("missing field `config`", line: 1, column: 188)\', sputnikdao2/src/lib.rs:83:1'
The problem to solve this is with config, we need to have policy and therefore we can't configure council in arguments like this.
I want to solve this because it will allow me to create pre-configure Factory and I will not must update policy after publication.
I hope we will find the right syntax to configure policy at the creation a bit like in the README of sputnikdao-factory2.
Hello,
In README it told to do :
And
But there isn't
config
and obviously it makes an errorThe problem to solve this is with config, we need to have
policy
and therefore we can't configurecouncil
in arguments like this.I want to solve this because it will allow me to create pre-configure Factory and I will not must update
policy
after publication.I hope we will find the right syntax to configure
policy
at the creation a bit like in the README of sputnikdao-factory2.