From 65f17b12f7e5c1cc4017f02e3b196bbad139434d Mon Sep 17 00:00:00 2001 From: Carter Carlson Date: Fri, 28 Jun 2024 13:53:38 -0700 Subject: [PATCH] docs(README): deploy cmds --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cd1c9f3..ee13a7a 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,14 @@ ## 1) Developing Contracts +``` +carter@laptop:~/Documents/frax/frax-oft-legacy$ npx hardhat lz:deploy --tags OFTS + +carter@laptop:~/Documents/frax/frax-oft-legacy$ npx hardhat lz:oapp:wire --oapp-config layerzero-fraxeth.config.ts + +carter@laptop:~/Documents/frax/frax-oft-legacy$ npx hardhat lz:ownable:transfer-ownership --oapp-config layerzero-fraxeth.config.ts +``` + #### Installing dependencies We recommend using `pnpm` as a package manager (but you can of course use a package manager of your choice):