Skip to content

Commit cc1bbdf

Browse files
chore(Aztec) upgrade contract to Aztec Noir v0.87.2
1 parent 6bb4ab4 commit cc1bbdf

4 files changed

Lines changed: 1752 additions & 1610 deletions

File tree

chains/aztec/contracts/train/Nargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ authors = [""]
55
compiler_version = ">=0.25.0"
66

77
[dependencies]
8-
aztec = { git="https://github.com/AztecProtocol/aztec-packages/", tag="v0.86.0", directory="noir-projects/aztec-nr/aztec" }
9-
token = { git="https://github.com/AztecProtocol/aztec-packages/", tag="v0.86.0", directory="noir-projects/noir-contracts/contracts/app/token_contract" }
8+
aztec = { git="https://github.com/AztecProtocol/aztec-packages/", tag="v0.87.2", directory="noir-projects/aztec-nr/aztec" }
9+
token = { git="https://github.com/AztecProtocol/aztec-packages/", tag="v0.87.2", directory="noir-projects/noir-contracts/contracts/app/token_contract" }
1010
sha256 = { tag = "v0.1.2", git = "https://github.com/noir-lang/sha256" }

0 commit comments

Comments
 (0)