Skip to content

Commit

Permalink
fix: release (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeroBurny authored Feb 16, 2024
1 parent 77c435c commit 7ec4e98
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/contracts/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# hardhat-plugin-multichain-deploy/contracts

CrosschainDeployAdapter contract is meant to be used in conjunction with CreateX and Sygma projects to allow for seamless same address cross chain contracts deployment. Bytecode and constructor params of the deployed contract does not affect the resulting address, which makes it even more convenient.

Expected user flow is to call `Adapter.calculateDeployFee()` to get a list of fee amounts needed for each target domain deployment. Then user should send transaction `Adapter.deploy(..., fees, {value: feesSum})` that will in turn call PermissionlessGenericHandler of Sygma, that will trigger deployments of the specified bytecode across desired domain ids (chains).
Expand Down
1 change: 0 additions & 1 deletion packages/plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# ChainSafe's Hardhat Plugin for Multichain Deployment with Sygma

Unlock the full potential of Hardhat with Sygma: the premier plugin for effortlessly deploying your Ethereum smart contracts across multiple blockchain networks. Leveraging the Sygma protocol, this tool revolutionizes your deployment process, making it efficient, streamlined, and truly multi-chain. With ChainSafe's plugin, you're not just deploying contracts—you're exploring new possibilities within the blockchain ecosystem.

## Installation
Expand Down

0 comments on commit 7ec4e98

Please sign in to comment.