diff --git a/starter-token/reference/contract/Nargo.toml b/starter-token/reference/contract/Nargo.toml index 0b0ba79..a71acae 100644 --- a/starter-token/reference/contract/Nargo.toml +++ b/starter-token/reference/contract/Nargo.toml @@ -5,5 +5,5 @@ compiler_version = ">=1.0.0" type = "contract" [dependencies] -aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v1.2.1", directory = "noir-projects/aztec-nr/aztec" } -easy_private_state = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v1.2.1", directory = "noir-projects/aztec-nr/easy-easy_private-state" } +aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v1.2.0", directory = "noir-projects/aztec-nr/aztec" } +easy_private_state = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v1.2.0", directory = "noir-projects/aztec-nr/easy-easy_private-state" } diff --git a/starter-token/reference/external-call-contract/Nargo.toml b/starter-token/reference/external-call-contract/Nargo.toml index c0a6fec..defa8c1 100644 --- a/starter-token/reference/external-call-contract/Nargo.toml +++ b/starter-token/reference/external-call-contract/Nargo.toml @@ -5,5 +5,5 @@ compiler_version = ">=1.0.0" type = "contract" [dependencies] -aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v1.2.1", directory = "noir-projects/aztec-nr/aztec" } +aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v1.2.0", directory = "noir-projects/aztec-nr/aztec" } starter_token = { path = "../nr" } diff --git a/starter-token/reference/ts/package.json b/starter-token/reference/ts/package.json index 2d43e63..99fb354 100644 --- a/starter-token/reference/ts/package.json +++ b/starter-token/reference/ts/package.json @@ -10,8 +10,8 @@ "start": "npm run build && node dist/src/index.js" }, "dependencies": { - "@aztec/accounts": "^1.2.1", - "@aztec/aztec.js": "^1.2.1" + "@aztec/accounts": "^1.2.0", + "@aztec/aztec.js": "^1.2.0" }, "devDependencies": { "typescript": "^5.8.3" diff --git a/starter-token/start-here/contract/Nargo.toml b/starter-token/start-here/contract/Nargo.toml index 364c3af..52b649c 100644 --- a/starter-token/start-here/contract/Nargo.toml +++ b/starter-token/start-here/contract/Nargo.toml @@ -5,4 +5,4 @@ compiler_version = ">=1.0.0" type = "contract" [dependencies] -aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v1.2.1", directory = "noir-projects/aztec-nr/aztec" } +aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v1.2.0", directory = "noir-projects/aztec-nr/aztec" } diff --git a/starter-token/start-here/external-call-contract/Nargo.toml b/starter-token/start-here/external-call-contract/Nargo.toml index c0a6fec..defa8c1 100644 --- a/starter-token/start-here/external-call-contract/Nargo.toml +++ b/starter-token/start-here/external-call-contract/Nargo.toml @@ -5,5 +5,5 @@ compiler_version = ">=1.0.0" type = "contract" [dependencies] -aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v1.2.1", directory = "noir-projects/aztec-nr/aztec" } +aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v1.2.0", directory = "noir-projects/aztec-nr/aztec" } starter_token = { path = "../nr" } diff --git a/starter-token/start-here/ts/package.json b/starter-token/start-here/ts/package.json index 2d43e63..99fb354 100644 --- a/starter-token/start-here/ts/package.json +++ b/starter-token/start-here/ts/package.json @@ -10,8 +10,8 @@ "start": "npm run build && node dist/src/index.js" }, "dependencies": { - "@aztec/accounts": "^1.2.1", - "@aztec/aztec.js": "^1.2.1" + "@aztec/accounts": "^1.2.0", + "@aztec/aztec.js": "^1.2.0" }, "devDependencies": { "typescript": "^5.8.3"