From 62448f16325d2e2129108372a9c39a2359ff9d54 Mon Sep 17 00:00:00 2001 From: John Cairns Date: Tue, 30 Apr 2024 12:02:07 -0500 Subject: [PATCH] README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8eb3eca..987f117 100644 --- a/README.md +++ b/README.md @@ -101,3 +101,9 @@ By following these steps, you can focus more on creating innovative omnichain so Join our community on Discord | Follow us on Twitter

+ +#### Forge implementation deployment to mainnet + +```bash +$ forge script ./script/DeployETHx.s.sol --sig 'deployImplementation()' --broadcast --slow --rpc-url ${ARBITRUM_URL} --private-key ${PRIVATE_KEY} --etherscan-api-key ${ARBISCAN_API_KEY} --verifier-url https://api.arbiscan.io/api --verify +```