Skip to content

Commit d8ec40b

Browse files
author
AztecBot
committed
Merge branch 'next' into merge-train/avm
2 parents 4e743ba + e04bc1d commit d8ec40b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spartan/terraform/gke-cluster/auto-updater-config.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ resource "google_storage_bucket_object" "staging_public" {
4747
content = jsonencode({
4848
version = ""
4949
config = {
50-
governanceProposerPayload = "0x3fe8bFFd590d57E39281596433F1d95249f5d469"
50+
governanceProposerPayload = "0x0972CE94b1AC39Ecf737e8221cD290A84bA63921"
5151
}
5252
})
5353
}

spartan/terraform/gke-cluster/network-ingress.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
resource "google_compute_global_address" "staging_public_rpc_ip" {
2-
name = "staging-rc-1-ingress"
2+
name = "staging-public-rpc-ip"
33
description = "Static IP for staging-public network RPC ingress"
44

55
lifecycle {

0 commit comments

Comments
 (0)