linting fix

pull/2924/head
Aniket-Engg 2 years ago
parent c606a69a12
commit 4770818c69
  1. 2
      libs/remix-ws-templates/src/templates/ozerc1155/index.ts

@ -1,7 +1,7 @@
import { erc1155 } from '@openzeppelin/wizard';
export default async (opts) => {
let filesObj = {
const filesObj = {
'contracts/MyToken.sol': erc1155.print({ ...erc1155.defaults, upgradeable: opts.upgradeable}),
// @ts-ignore
'scripts/deploy_with_ethers.ts': (await import('!!raw-loader!./scripts/deploy_with_ethers.ts')).default,

Loading…
Cancel
Save