Skip to content

Commit

Permalink
tag instead of commit
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Sep 15, 2023
1 parent 8556ec5 commit 4fa55c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ export class AztecRPCServer implements AztecRPC {
chainId,
rollupAddress,
client: this.clientInfo,
compatibleNargoVersion: NoirVersion.commit,
compatibleNargoVersion: NoirVersion.tag,
};
}

Expand Down
2 changes: 1 addition & 1 deletion yarn-project/aztec.js/src/contract/contract.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('Contract Class', () => {
chainId: 2,
rollupAddress: EthAddress.random(),
client: '',
compatibleNargoVersion: 'sdlhahf823',
compatibleNargoVersion: 'vx.x.x-aztec.x',
};

const defaultAbi: ContractAbi = {
Expand Down

0 comments on commit 4fa55c4

Please sign in to comment.