Skip to content

Commit

Permalink
merkl upgrade on Linea
Browse files Browse the repository at this point in the history
  • Loading branch information
sogipec committed Oct 18, 2023
1 parent 3d37648 commit f6a4931
Show file tree
Hide file tree
Showing 4 changed files with 4,847 additions and 1 deletion.
2 changes: 2 additions & 0 deletions deploy/1_distributionCreator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ const func: DeployFunction = async ({ deployments, ethers, network }) => {
core = registry(network.config.chainId as ChainId)?.Merkl?.CoreMerkl!;
}

console.log(deployer.address);

console.log('Now deploying DistributionCreator');
console.log('Starting with the implementation');
console.log('deployer ', await deployer.getBalance());
Expand Down
Loading

0 comments on commit f6a4931

Please sign in to comment.