Skip to content

Commit

Permalink
[devnet][pfn] update dashboard and genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
sherry-x authored and davidiw committed Mar 25, 2022
1 parent fcd258d commit 4b6ca63
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/fullnode/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ resource "helm_release" "fullnode" {
resource "helm_release" "pfn-logger" {
count = var.enable_pfn_logger ? 1 : 0
name = "pfn-logger"
chart = "${path.module}/../../helm/logger"
chart = "${path.module}/../helm/logger"
max_history = 10
wait = false

Expand Down
Binary file modified terraform/helm/fullnode/files/genesis/devnet.blob
Binary file not shown.
2 changes: 1 addition & 1 deletion terraform/helm/fullnode/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ chain:
aptos_chains:
devnet:
id: DEVNET
waypoint: 0:5add8f76a230dbf6c7b619d5318b6e8b8ebd8e1f7a1422c217f4a60880757eb8
waypoint: 0:87c92ebd4f77df667149fdb45aa1c3473558e29a51d3dcd967c128bde5c52d01

fullnode_identity:
# Set this to start fullnode from an existing key.
Expand Down

0 comments on commit 4b6ca63

Please sign in to comment.