-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to change a pallet's constant? #594
Comments
|
@laurogripa you don't really need sudo when you can modify storage or use |
You can use scheduler to dispatch root origin call to perform runtime upgrade https://hackmd.io/6bKd532rTdaxVX0hmGXX7g#Dispatch-Call but 99% of the time wasm override is enough |
Oh, perfect! I read the docs and the code looking for something with
I know, I know, what I meant is if there was a way to use Chopsticks to load a module that was removed, but I'm going to close this issue as it's solved for me. Thanks a lot for you attention in such a short time. |
Hey, folks!
I'm working on adapting Kusama's interfaces to reflect the changes done to the Society pallet (see Gav's PR)
I'm experimenting with Chopsticks lately to make my life easier and I think it's great!
But I think I hit a roadblock... I'm trying to create my own config to set some initial state for the society, I managed to change the storage fairly easily but now I need to change some constants too, both☹️
VotingPeriod
andChallengePeriod
, but they seem to be hardcoded on the runtimeWhat are my options here?
Error: Cannot find pallet Sudo
. Is there a way to load the Sudo pallet again on Kusama?Thanks!
The text was updated successfully, but these errors were encountered: