From 640e121dfb841b5c9a05f34a7bc9ed3d9e5c6b0c Mon Sep 17 00:00:00 2001 From: trung2891 Date: Sun, 18 Feb 2024 21:59:45 +0700 Subject: [PATCH] chore: add co-harvest code gens docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b6628de..d8165f8e 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ ```bash # build code: -cwtools build ../oraiswap/contracts/* ../oraidex-listing-contract -o packages/contracts-build/data +cwtools build ../oraiswap/contracts/* ../oraidex-listing-contract ../co-harvest-contracts/contracts/* -o packages/contracts-build/data # gen code: -cwtools gents ../oraiswap/contracts/* ../oraidex-listing-contract -o packages/contracts-sdk/src +cwtools gents ../oraiswap/contracts/* ../oraidex-listing-contract ../co-harvest-contracts/contracts/* -o packages/contracts-sdk/src # gen doc: yarn docs