{"p":"can-20","op":"mint","tick":"can","amt":"1000","rows":[{"df":"qa","content":[{"q":"How do I upload a .wasm contract file on the Injective Testnet?","a":"As webpack cannot handle files with the .wasm extension, you need to place the .wasm file in the public/js folder so that the js files can access it after the project is packaged. In a Vue project, you can introduce it through the following way:\n\n```javascript\nimport wasm from '@/assets/js/your_contract_name.wasm';\n```\n\nReplace"}]}],"pr":"2b0fe7edd80248356220d406439b2a3054df66c76ecce74680fb8ca85686b836"}