Skip to content

Commit

Permalink
en: mainnet-v25.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanslwong-crypto-com committed Dec 3, 2024
1 parent 8f86292 commit 9778d11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ jobs:
nix_conf: |
extra-sandbox-paths = /etc/docker/config.json=/home/runner/.docker/config.json
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: nix build .#mainnet
- run: >
nix run github:nix-community/nix-eval-jobs
-- --gc-roots-dir gcroot
Expand Down
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
finalImageTag = "mainnet-v25.0.0";
imageDigest = "sha256:0dee5f8302fea4517e63e31819db96e8f1382f8e4046a660de975581bf3eeea2";
imageName = "ghcr.io/cronos-labs/zkevm-base-image";
sha256 = "";
sha256 = "sha256-B1KUPH9C4+yx99u7LLR95FYDNn+n5QurGQF61IAb6iA=";
};
base-image-testnet = dockerTools'.pullImage {
finalImageTag = "testnet-v25.0.0";
Expand Down Expand Up @@ -101,7 +101,7 @@
tag = "nix";
fromImage = base-image-mainnet;
inherit copyToRoot;
# config.Entrypoint = ["${start external-node-mainnet}/bin/start.sh"];
config.Entrypoint = ["${start external-node-mainnet}/bin/start.sh"];
};
packages.testnet = dockerTools.buildImage {
name = "testnet";
Expand Down

0 comments on commit 9778d11

Please sign in to comment.