File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 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" ;
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 } ;
You can’t perform that action at this time.
0 commit comments