Skip to content

Commit

Permalink
Update Weights
Browse files Browse the repository at this point in the history
  • Loading branch information
balqaasem committed Feb 18, 2024
1 parent 56f5c3b commit 108985d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion blockchain/modules/currencies/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
// --execution=wasm
// --wasm-execution=compiled
// --heap-pages=4096
// --output=./modules/currencies/src/weights.rs
// --output=./blockchain/modules/currencies/src/weights.rs
// --template=./templates/module-weight-template.hbs

#![cfg_attr(rustfmt, rustfmt_skip)]
Expand Down
2 changes: 1 addition & 1 deletion blockchain/modules/nft/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
// --execution=wasm
// --wasm-execution=compiled
// --heap-pages=4096
// --output=./modules/nft/src/weights.rs
// --output=./blockchain/modules/nft/src/weights.rs
// --template=./templates/module-weight-template.hbs


Expand Down
2 changes: 1 addition & 1 deletion blockchain/modules/prices/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
// --execution=wasm
// --wasm-execution=compiled
// --heap-pages=4096
// --output=./modules/prices/src/weights.rs
// --output=./blockchain/modules/prices/src/weights.rs
// --template=./templates/module-weight-template.hbs


Expand Down
2 changes: 1 addition & 1 deletion blockchain/modules/transaction-pause/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
// --execution=wasm
// --wasm-execution=compiled
// --heap-pages=4096
// --output=./modules/transaction-pause/src/weights.rs
// --output=./blockchain/modules/transaction-pause/src/weights.rs
// --template=./templates/module-weight-template.hbs


Expand Down

0 comments on commit 108985d

Please sign in to comment.