Skip to content

Commit

Permalink
fix(pactjs-cli): add api
Browse files Browse the repository at this point in the history
  • Loading branch information
javadkh2 committed Dec 19, 2023
1 parent 74880bb commit d57ade4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tools/pactjs-cli/src/contract-generate/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export function contractGenerateCommand(
const { network, chain } = extractNetworkAndChain(api);
const updatedArgs = {
...rest,
api,
network: rest.network ?? network,
chain: rest.chain ?? chain,
};
Expand Down

0 comments on commit d57ade4

Please sign in to comment.