We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e743ba + e04bc1d commit d8ec40bCopy full SHA for d8ec40b
spartan/terraform/gke-cluster/auto-updater-config.tf
@@ -47,7 +47,7 @@ resource "google_storage_bucket_object" "staging_public" {
47
content = jsonencode({
48
version = ""
49
config = {
50
- governanceProposerPayload = "0x3fe8bFFd590d57E39281596433F1d95249f5d469"
+ governanceProposerPayload = "0x0972CE94b1AC39Ecf737e8221cD290A84bA63921"
51
}
52
})
53
spartan/terraform/gke-cluster/network-ingress.tf
@@ -1,5 +1,5 @@
1
resource "google_compute_global_address" "staging_public_rpc_ip" {
2
- name = "staging-rc-1-ingress"
+ name = "staging-public-rpc-ip"
3
description = "Static IP for staging-public network RPC ingress"
4
5
lifecycle {
0 commit comments