Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl committed Jan 28, 2025
1 parent 49cae64 commit 1b059e6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
// the cctpTokenMessenger to the zero address.
ZERO_ADDRESS,
];
await deployNewProxy("Cher_SpokePool", constructorArgs, initArgs);
await deployNewProxy("Soneium_SpokePool", constructorArgs, initArgs);
};
module.exports = func;
func.tags = ["CherSpokePool", "cher"];
func.tags = ["SoneiumSpokePool", "cher"];

0 comments on commit 1b059e6

Please sign in to comment.