From 9135be0b62e2d85427c64e5b81afedeb886d553f Mon Sep 17 00:00:00 2001 From: cristovaoth Date: Thu, 2 Nov 2023 22:26:00 +0100 Subject: [PATCH] Rename file --- tasks/{EIP_2470.ts => EIP2470.ts} | 0 tasks/deploy-mastercopy.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename tasks/{EIP_2470.ts => EIP2470.ts} (100%) diff --git a/tasks/EIP_2470.ts b/tasks/EIP2470.ts similarity index 100% rename from tasks/EIP_2470.ts rename to tasks/EIP2470.ts diff --git a/tasks/deploy-mastercopy.ts b/tasks/deploy-mastercopy.ts index 07833c9..e44a123 100644 --- a/tasks/deploy-mastercopy.ts +++ b/tasks/deploy-mastercopy.ts @@ -1,7 +1,7 @@ import { AbiCoder, ZeroHash } from 'ethers' import { task } from 'hardhat/config' -import { deployViaFactory } from './EIP_2470' +import { deployViaFactory } from './EIP2470' const AddressOne = '0x0000000000000000000000000000000000000001'