Skip to content

Commit bf02217

Browse files
committed
config(pharos): Add atlantic docker image
1 parent 3964542 commit bf02217

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

modules/pharos/default.nix

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
# https://docs.pharosnetwork.xyz/node-and-validator-guide/validator-node-deployment/using-docker-testnet
1616
# https://docs.pharosnetwork.xyz/node-and-validator-guide/validator-node-deployment/using-docker-devnet
1717
images = {
18+
"atlantic" = {
19+
image = "public.ecr.aws/k2g7b7g1/pharos/atlantic";
20+
tag = "atlantic_community-v0.7.2_102206";
21+
digest = "sha256:c2f8b08d4fb9778537e118404be2ad1782c1c64a171954ebe3ff2a063c52eccf";
22+
sha256 = "sha256-1lEoVuyKyHvfn3zZzl9qZHr+Topu6MLbiUv8sg2FGDI=";
23+
};
1824
"testnet" = {
1925
image = "public.ecr.aws/k2g7b7g1/pharos/testnet";
2026
tag = "pharos_community_v7_0923_01";
@@ -35,10 +41,11 @@
3541
network = mkOption {
3642
type = types.enum [
3743
"testnet"
44+
"atlantic"
3845
"devnet"
3946
"mainnet"
4047
];
41-
default = "testnet";
48+
default = "atlantic";
4249
description = "Network to connect to";
4350
};
4451
};

0 commit comments

Comments
 (0)