Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Sep 15, 2023
1 parent 6cb8559 commit a728996
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 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,
nargoVersion: NoirVersion.default.commit,
nargoVersion: NoirVersion.commit,
};
}

Expand Down
3 changes: 3 additions & 0 deletions yarn-project/aztec-rpc/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
{
"path": "../key-store"
},
{
"path": "../noir-compiler"
},
{
"path": "../types"
}
Expand Down
6 changes: 0 additions & 6 deletions yarn-project/boxes/private-token/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@
},
{
"path": "../../foundation"
},
{
"path": "../../noir-compiler"
},
{
"path": "../../types"
}
]
}
2 changes: 1 addition & 1 deletion yarn-project/noir-compiler/src/noir-version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import * as version from './noir-version.json' assert { type: 'json' };

export default version;
export default version.default;

0 comments on commit a728996

Please sign in to comment.