Skip to content

Commit c343a16

Browse files
committed
remove us
1 parent e366c3b commit c343a16

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

infra/mainnet/main.tf

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -120,25 +120,25 @@ module "wallet-connect-eu" {
120120
}
121121
}
122122

123-
module "wallet-connect-us" {
124-
source = "../modules/node-operator"
123+
# module "wallet-connect-us" {
124+
# source = "../modules/node-operator"
125125

126-
config = {
127-
name = "wallet-connect"
128-
secrets_file_path = "${path.module}/secrets/wallet-connect-us.sops.json"
129-
vpc_cidr_octet = 6 # 10.6.0.0/16
130-
smart_contract_address = "0x352988ff4cee2f218dfd2bf404f06444706af2ea"
131-
db = local.db_config
132-
nodes = [
133-
local.node_config,
134-
local.node_config,
135-
]
136-
}
126+
# config = {
127+
# name = "wallet-connect"
128+
# secrets_file_path = "${path.module}/secrets/wallet-connect-us.sops.json"
129+
# vpc_cidr_octet = 6 # 10.6.0.0/16
130+
# smart_contract_address = "0x352988ff4cee2f218dfd2bf404f06444706af2ea"
131+
# db = local.db_config
132+
# nodes = [
133+
# local.node_config,
134+
# local.node_config,
135+
# ]
136+
# }
137137

138-
providers = {
139-
aws = aws.us
140-
}
141-
}
138+
# providers = {
139+
# aws = aws.us
140+
# }
141+
# }
142142

143143
# module "wallet-connect-ap" {
144144
# source = "../modules/node-operator"

0 commit comments

Comments
 (0)