|
|
|
@ -3,9 +3,13 @@ export const contractDeployerScripts = async (plugin) => { |
|
|
|
|
'scripts/contract-deployer/create2-factory-deploy.ts' , |
|
|
|
|
// @ts-ignore
|
|
|
|
|
(await import('!!raw-loader!./create2-factory-deploy.ts')).default) |
|
|
|
|
|
|
|
|
|
await plugin.call('fileManager', 'open', 'scripts/contract-deployer/create2-factory-deploy.ts') |
|
|
|
|
|
|
|
|
|
await plugin.call('fileManager', 'writeFile',
|
|
|
|
|
'scripts/contract-deployer/basic-contract-deploy.ts' , |
|
|
|
|
// @ts-ignore
|
|
|
|
|
(await import('!!raw-loader!./basic-contract-deploy.ts')).default) |
|
|
|
|
|
|
|
|
|
await plugin.call('fileManager', 'open', 'scripts/contract-deployer/basic-contract-deploy.ts') |
|
|
|
|
} |