Skip to content

Commit b6dbe1a

Browse files
authored
Merge pull request #8 from AztecProtocol/starter-token-version-fixes
fix starter token versions
2 parents 7449a94 + 10a348b commit b6dbe1a

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

starter-token/reference/contract/Nargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ compiler_version = ">=1.0.0"
55
type = "contract"
66

77
[dependencies]
8-
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v1.2.1", directory = "noir-projects/aztec-nr/aztec" }
9-
easy_private_state = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v1.2.1", directory = "noir-projects/aztec-nr/easy-easy_private-state" }
8+
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v1.2.0", directory = "noir-projects/aztec-nr/aztec" }
9+
easy_private_state = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v1.2.0", directory = "noir-projects/aztec-nr/easy-easy_private-state" }

starter-token/reference/external-call-contract/Nargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ compiler_version = ">=1.0.0"
55
type = "contract"
66

77
[dependencies]
8-
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v1.2.1", directory = "noir-projects/aztec-nr/aztec" }
8+
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v1.2.0", directory = "noir-projects/aztec-nr/aztec" }
99
starter_token = { path = "../nr" }

starter-token/reference/ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"start": "npm run build && node dist/src/index.js"
1111
},
1212
"dependencies": {
13-
"@aztec/accounts": "^1.2.1",
14-
"@aztec/aztec.js": "^1.2.1"
13+
"@aztec/accounts": "^1.2.0",
14+
"@aztec/aztec.js": "^1.2.0"
1515
},
1616
"devDependencies": {
1717
"typescript": "^5.8.3"

starter-token/start-here/contract/Nargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ compiler_version = ">=1.0.0"
55
type = "contract"
66

77
[dependencies]
8-
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v1.2.1", directory = "noir-projects/aztec-nr/aztec" }
8+
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v1.2.0", directory = "noir-projects/aztec-nr/aztec" }

starter-token/start-here/external-call-contract/Nargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ compiler_version = ">=1.0.0"
55
type = "contract"
66

77
[dependencies]
8-
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v1.2.1", directory = "noir-projects/aztec-nr/aztec" }
8+
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v1.2.0", directory = "noir-projects/aztec-nr/aztec" }
99
starter_token = { path = "../nr" }

starter-token/start-here/ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"start": "npm run build && node dist/src/index.js"
1111
},
1212
"dependencies": {
13-
"@aztec/accounts": "^1.2.1",
14-
"@aztec/aztec.js": "^1.2.1"
13+
"@aztec/accounts": "^1.2.0",
14+
"@aztec/aztec.js": "^1.2.0"
1515
},
1616
"devDependencies": {
1717
"typescript": "^5.8.3"

0 commit comments

Comments
 (0)