Configure OpenGov (#130)

* add all required opengov pallets to deps and configure scheduler and preimage pallets

* configure opengov

* config whitelist

* config treasury

* clean currency imports

* update all weightinfos

* toml sort

* add treasury to chainspec genesis config

* update fuzzer

* fix clippy warning
This commit is contained in:
Amar Singh
2024-02-29 09:30:53 -05:00
committed by GitHub
parent 239dc31dcc
commit 9cf5c8944c
10 changed files with 547 additions and 3 deletions
+1
View File
@@ -199,6 +199,7 @@ fn testnet_genesis(
})
.collect::<Vec<_>>(),
},
"treasury": {},
"polkadotXcm": {
"safeXcmVersion": Some(SAFE_XCM_VERSION),
},