Deposit ETH to Lido From Any Chain
- Add Your Private Keys to
hardhat.config.jsOR add it your .env file & import it tohardhat.config.js - Add RPC Endpoints for both the chains
- Add All The IDO, LZ & Stargate Details in
scripts/sourceDeploy.js&scripts/destinationDeploy.js - Deploy Destination Contract:
npx hardhat run --network localhost scripts/destinationDeploy.js - Run The
InitializeFunction on Destination contract - Deploy Source Contract:
npx hardhat run --network localhost scripts/sourceDeploy.js
