Skip to content

Commit 32c8ff0

Browse files
authored
improve: Update AcrossMerkleDistributor deployment script (#198)
1 parent b74624d commit 32c8ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/017_deploy_ethereum_merkle_distributor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const func = async function (hre: HardhatRuntimeEnvironment) {
77

88
const { deployer } = await getNamedAccounts();
99

10-
await deploy("MerkleDistributor", {
10+
await deploy("AcrossMerkleDistributor", {
1111
from: deployer,
1212
log: true,
1313
skipIfAlreadyDeployed: true,

0 commit comments

Comments
 (0)