Add system weights to Statemint (#762)

* waiting for weights from bm

* frame_system weights added

* cargo toml fix + fmt
This commit is contained in:
Ignacio Palacios
2021-11-15 19:55:31 +01:00
committed by GitHub
parent 1900e2e0d0
commit 64ef9efe58
11 changed files with 287 additions and 4 deletions
+1
View File
@@ -21,6 +21,7 @@ pallets=(
pallet_timestamp
pallet_utility
pallet_uniques
frame_system
)
for p in ${pallets[@]}