AcalaNetwork / chopsticks

Create parallel reality of your Substrate network.
Apache License 2.0
134 stars 80 forks source link

fix: order of wasm and storage overrides #505

Closed wischli closed 11 months ago

wischli commented 11 months ago

In #352, the order of WASM and storage override order introduced in #199 was reverted. I suppose this happened by accident as the inline docs still state WASM override to have order priority. Moreover, it destroys the purpose of WASM override as new pallets cannot override storage.

ermalkaleci commented 11 months ago

yes it's been reordered by accident