diff --git a/assets/Weight to Fee.md b/assets/Weight to Fee.md index e011910..2a5c9c7 100644 --- a/assets/Weight to Fee.md +++ b/assets/Weight to Fee.md @@ -125,4 +125,12 @@ In `polkadot-sdk/substrate/frame/contracts/src/wasm/runtime.rs`, there are 2 fun )?) } ``` -Where the first one has a hardcoded zero. Is that intentional as "working as intended", or is that a workaround for something else? \ No newline at end of file +Where the first one has a hardcoded zero. Is that intentional as "working as intended", or is that a workaround for something else? + +## Next Steps + +- Make the gas value in e2e the same as in integration tests +- Make a setter like `env().setGasPrice(...)` to set the value in the tests (with a default value) +- Make the gas value an arbitrary X and document it. + +Any of this decisions should be properly documented. \ No newline at end of file