Skip to content

Commit 1b059e6

Browse files
committed
Update
1 parent 49cae64 commit 1b059e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/060_deploy_cher_spokepool.ts renamed to deploy/060_soneium_spokepool.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
2525
// the cctpTokenMessenger to the zero address.
2626
ZERO_ADDRESS,
2727
];
28-
await deployNewProxy("Cher_SpokePool", constructorArgs, initArgs);
28+
await deployNewProxy("Soneium_SpokePool", constructorArgs, initArgs);
2929
};
3030
module.exports = func;
31-
func.tags = ["CherSpokePool", "cher"];
31+
func.tags = ["SoneiumSpokePool", "cher"];

0 commit comments

Comments
 (0)