Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"upstream": [
{
"repo": "AztecProtocol/aztec-packages",
"version": "0.87.7",
"version": "0.87.8",
"arg": "UPSTREAM_VERSION"
}
],
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: sequencer
args:
UPSTREAM_VERSION: 0.87.7
UPSTREAM_VERSION: 0.87.8
DATA_DIRECTORY: /data
volumes:
- sequencer-data:/data
Expand All @@ -19,7 +19,7 @@ services:
build:
context: register
args:
UPSTREAM_VERSION: 0.87.7
UPSTREAM_VERSION: 0.87.8
environment:
VALIDATOR_PRIVATE_KEY: ""
COINBASE: ""
Expand Down
2 changes: 1 addition & 1 deletion package_variants/sepolia/dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "aztec-sepolia.dnp.dappnode.eth",
"version": "0.1.0"
"version": "0.1.1"
}
6 changes: 6 additions & 0 deletions package_variants/sepolia/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
"uploadedTo": {
"remote": "Mon, 26 May 2025 12:59:13 GMT"
}
},
"0.1.1": {
"hash": "/ipfs/QmUevjm6VKQ1Q2sXjCXLwChRKuXNm3YB37vrciFvW3HpLF",
"uploadedTo": {
"remote": "Tue, 10 Jun 2025 14:35:51 GMT"
}
}
}