From 21eae304176d717346949f19a671ee6647bbdb80 Mon Sep 17 00:00:00 2001 From: Prathmesh <201952225@iiitvadodara.ac.in> Date: Mon, 29 Apr 2024 23:33:25 +0530 Subject: [PATCH] fix: prod ops config removed --- ops/mainnet/prod/backend/config.tf | 6 +----- ops/mainnet/prod/core/config.tf | 29 ++--------------------------- 2 files changed, 3 insertions(+), 32 deletions(-) diff --git a/ops/mainnet/prod/backend/config.tf b/ops/mainnet/prod/backend/config.tf index c73ee6db92..4b1400bb6e 100644 --- a/ops/mainnet/prod/backend/config.tf +++ b/ops/mainnet/prod/backend/config.tf @@ -72,10 +72,7 @@ locals { } "1836016741" = { providers = ["https://mode-mainnet.blastapi.io/${var.blast_key}", "https://mainnet.mode.network/"] - } - "2020368761" = { - providers = ["https://rpc.xlayer.tech", "https://xlayerrpc.okx.com"] - } + } } # The following are defined in variables.tf and don't map to the @@ -114,7 +111,6 @@ locals { "1835365481" = { confirmations = 1 } "1835101812" = { confirmations = 1 } "1836016741" = { confirmations = 10 } - "2020368761" = { confirmations = 10 } } environment = var.stage healthUrls = { diff --git a/ops/mainnet/prod/core/config.tf b/ops/mainnet/prod/core/config.tf index 2ccf25ac86..d906bd06ab 100644 --- a/ops/mainnet/prod/core/config.tf +++ b/ops/mainnet/prod/core/config.tf @@ -140,9 +140,6 @@ locals { "1836016741" = { providers = ["https://mode-mainnet.blastapi.io/${var.blast_key}", "https://mainnet.mode.network/"] } - "2020368761" = { - providers = ["https://rpc.xlayer.tech", "https://xlayerrpc.okx.com"] - } } web3SignerUrl = "https://${module.sequencer_web3signer.service_endpoint}" relayers = [ @@ -267,12 +264,6 @@ locals { queueLimit = 1000000 subscribe = true }, - { - name = "2020368761" - limit = 1 - queueLimit = 1000000 - subscribe = true - } ] bindings = [ { @@ -350,11 +341,6 @@ locals { target = "1836016741" keys = ["1836016741"] }, - { - exchange = "sequencerX" - target = "2020368761" - keys = ["2020368761"] - } ] executerTimeout = 300000 prefetch = 1 @@ -424,9 +410,6 @@ locals { "1836016741" = { providers = ["https://mode-mainnet.blastapi.io/${var.blast_key}", "https://mainnet.mode.network/"] } - "2020368761" = { - providers = ["https://rpc.xlayer.tech", "https://xlayerrpc.okx.com"] - } } cartographerUrl = "https://postgrest.mainnet.connext.ninja" web3SignerUrl = "https://${module.router_web3signer.service_endpoint}" @@ -486,9 +469,6 @@ locals { "1836016741" = { providers = ["https://mode-mainnet.blastapi.io/${var.blast_key}", "https://mainnet.mode.network/"] } - "2020368761" = { - providers = ["https://rpc.xlayer.tech", "https://xlayerrpc.okx.com"] - } } gelatoApiKey = "${var.gelato_api_key}" environment = var.stage @@ -532,8 +512,7 @@ locals { "1635148152" = 10, "1835365481" = 10, "1835101812" = 10, - "1836016741" = 10, - "2020368761" = 10 + "1836016741" = 10 } proverBatchWaitTime = { "6648936" = 43200, @@ -550,8 +529,7 @@ locals { "1635148152" = 14400, "1835365481" = 14400, "1835101812" = 14400, - "1836016741" = 14400, - "2020368761" = 14400 + "1836016741" = 14400 } messageQueue = { connection = { @@ -624,9 +602,6 @@ locals { "1836016741" = { providers = ["https://mode-mainnet.blastapi.io/${var.blast_key}", "https://mainnet.mode.network/"] } - "2020368761" = { - providers = ["https://rpc.xlayer.tech", "https://xlayerrpc.okx.com"] - } } environment = var.stage web3SignerUrl = "https://${module.relayer_web3signer.service_endpoint}"