https://github.com/zeitgeistpm/zeitgeist/blob/007f1febe362f2714810442aa08fcb4afb9bba7e/node/src/service/service_parachain.rs#L100-L101 As soon as the moonkit uses `WasmExecutor` instead of `NativeElseWasmExecutor` [here](https://github.com/Moonsong-Labs/moonkit/blob/5abbe747c68d5136e3eccdfd8f7eb7bfca388ecc/template/node/src/service.rs#L61-L62), enable the storage weight reclaim through [this guide](https://paritytech.github.io/polkadot-sdk/master/polkadot_sdk_docs/guides/enable_pov_reclaim/index.html).
zeitgeist/node/src/service/service_parachain.rs
Lines 100 to 101 in 007f1fe
As soon as the moonkit uses
WasmExecutorinstead ofNativeElseWasmExecutorhere, enable the storage weight reclaim through this guide.