fix is to do the following in cargo.toml
primitive-types = {version= "0.12.2" ,default-features = false}
to injective-math's cargo.toml.
I found that primitive-types was including 'random', and causing wasm-bindgen to be included in smart contracts (and failing to store on injective-888).
fix is to do the following in cargo.toml primitive-types = {version= "0.12.2" ,default-features = false} to injective-math's cargo.toml.
I found that primitive-types was including 'random', and causing wasm-bindgen to be included in smart contracts (and failing to store on injective-888).