Skip to content

Commit

Permalink
Merge pull request #5988 from connext/testnet-prod
Browse files Browse the repository at this point in the history
Prod <- Testnet prod Sync
  • Loading branch information
preethamr authored Apr 5, 2024
2 parents 0185c6d + 2d7f863 commit 4ca2bed
Show file tree
Hide file tree
Showing 290 changed files with 515,180 additions and 905,704 deletions.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/analytics-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Analytics request
about: adhoc analysis, dashboards, data infra etc
title: ''
labels: "analytics \U0001F4CF, xERC20 \U0001FA99"
assignees: par94

---

## Background
What question are you trying to answer?
What problem are you trying to solve?

## Proposed solution
Input any information around what you would like to see to answer this problem.

## Context
Input any links or resources related to the problem.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Support Ticket
name: Bug / Support
about: Create a report to help us improve
title: "[ST] <What is wrong>"
labels: Bug
Expand Down
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/subtask.md

This file was deleted.

25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/xERC20.md

This file was deleted.

26 changes: 9 additions & 17 deletions ops/testnet/prod/backend/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,14 @@ locals {
local_sdk_server_config = jsonencode({
logLevel = "debug"
chains = {
"1735356532" = {
providers = ["https://goerli.optimism.io/"]
"1869640549" = {
providers = ["https://sepolia.optimism.io/"]
}
"1735353714" = {
providers = ["https://goerli.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161"]
"1936027759" = {
providers = ["https://eth-sepolia.public.blastapi.io"]
}
"9991" = {
providers = ["https://rpc.ankr.com/polygon_mumbai"]
}
"1650553703" = {
providers = ["https://goerli.base.org"]
}
"2016506996" = {
providers = ["https://testrpc.x1.tech", "https://x1testrpc.okx.com/"]
"1633842021" = {
providers = ["https://sepolia-rollup.arbitrum.io/rpc"]
}
}

Expand All @@ -70,11 +64,9 @@ locals {
local_cartographer_config = jsonencode({
logLevel = "debug"
chains = {
"1735356532" = { confirmations = 1 }
"1735353714" = { confirmations = 10 }
"9991" = { confirmations = 200 }
"1650553703" = { confirmations = 10 }
"2016506996" = { confirmations = 10 }
"1633842021" = { confirmations = 1 }
"1936027759" = { confirmations = 10 }
"1869640549" = { confirmations = 10 }
}
environment = var.stage
healthUrls = {
Expand Down
171 changes: 35 additions & 136 deletions ops/testnet/prod/core/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -91,29 +91,14 @@ locals {

logLevel = "debug"
chains = {
"1735356532" = {
providers = ["https://lb.drpc.org/ogrpc?network=optimism-testnet&dkey=${var.drpc_key}", "https://optimism-goerli.blastapi.io/${var.blast_key}", "https://goerli.optimism.io"]
"1869640549" = {
providers = ["https://sepolia.optimism.io/"]
}
"1735353714" = {
providers = ["https://lb.drpc.org/ogrpc?network=goerli&dkey=${var.drpc_key}", "https://eth-goerli.blastapi.io/${var.blast_key}", "https://rpc.ankr.com/eth_goerli"]
excludeListFromRelayerFee = ["0x79D5007F9782eE0407DB4C7a9fC6AE030586afac", "0xc8D125853346a389A8a68390dd23D719c08BF8F8"]
"1936027759" = {
providers = ["https://eth-sepolia.public.blastapi.io"]
}
"9991" = {
providers = ["https://lb.drpc.org/ogrpc?network=polygon-mumbai&dkey=${var.drpc_key}", "https://rpc.ankr.com/polygon_mumbai", "https://polygon-testnet.blastapi.io/${var.blast_key}"]
excludeListFromRelayerFee = ["0x6c461C0296eBE3715820F1Cbde856219e06ac3B8", "0x5Ee7Acd9E57f81a08d361b3Dc516f30964601068", "0xcD7dE973264D5967D930Ef5144C59E9811ce5787"]
}
"1668247156" = {
providers = ["https://lb.drpc.org/ogrpc?network=linea-goerli&dkey=${var.drpc_key}", "https://linea-goerli.infura.io/v3/${var.infura_key}", "https://rpc.goerli.linea.build"]
}
# "2053862260" = {
# providers = ["https://zksync-era-testnet.blockpi.network/v1/rpc/public", "https://testnet.era.zksync.dev"]
# }
"1650553703" = {
providers = ["https://base-goerli.g.alchemy.com/v2/${var.basegoerli_alchemy_key_0}", "https://lb.drpc.org/ogrpc?network=base-goerli&dkey=${var.drpc_key}", "https://goerli.base.org"]
}
"2016506996" = {
providers = ["https://testrpc.x1.tech", "https://x1testrpc.okx.com/", "https://x1-testnet.blockpi.network/v1/rpc/${var.blockpi_key}"]
excludeListFromRelayerFee = ["0x471F702E7D96E541488140042bCD1206Ae55CCa5"]
"1633842021" = {
providers = ["https://sepolia-rollup.arbitrum.io/rpc"]
}
}
web3SignerUrl = "https://${module.sequencer_web3signer.service_endpoint}"
Expand Down Expand Up @@ -154,25 +139,7 @@ locals {
subscribe = true
},
{
name = "1735356532"
limit = 1
queueLimit = 1000000
subscribe = true
},
{
name = "1735353714"
limit = 1
queueLimit = 1000000
subscribe = true
},
{
name = "9991"
limit = 1
queueLimit = 1000000
subscribe = true
},
{
name = "1668247156"
name = "1936027759"
limit = 1
queueLimit = 1000000
subscribe = true
Expand All @@ -189,12 +156,6 @@ locals {
queueLimit = 1000000
subscribe = true
}
# {
# name = "2053862260"
# limit = 1
# queueLimit = 1000000
# subscribe = true
# },
]
bindings = [
{
Expand All @@ -204,39 +165,19 @@ locals {
},
{
exchange = "sequencerX"
target = "1735356532"
keys = ["1735356532"]
target = "1936027759"
keys = ["1936027759"]
},
{
exchange = "sequencerX"
target = "1735353714"
keys = ["1735353714"]
target = "1869640549"
keys = ["1869640549"]
},
{
exchange = "sequencerX"
target = "9991"
keys = ["9991"]
},
{
exchange = "sequencerX"
target = "1668247156"
keys = ["1668247156"]
},
{
exchange = "sequencerX"
target = "1650553703"
keys = ["1650553703"]
},
{
exchange = "sequencerX"
target = "2016506996"
keys = ["2016506996"]
target = "1633842021"
keys = ["1633842021"]
}
# {
# exchange = "sequencerX"
# target = "2053862260"
# keys = ["2053862260"]
# }
]
executerTimeout = 300000
prefetch = 1
Expand Down Expand Up @@ -264,23 +205,14 @@ locals {
}
}
chains = {
"1735356532" = {
providers = ["https://lb.drpc.org/ogrpc?network=optimism-testnet&dkey=${var.drpc_key}", "https://optimism-goerli.blastapi.io/${var.blast_key}", "https://goerli.optimism.io"]
"1869640549" = {
providers = ["https://sepolia.optimism.io/"]
}
"1735353714" = {
providers = ["https://lb.drpc.org/ogrpc?network=goerli&dkey=${var.drpc_key}", "https://eth-goerli.blastapi.io/${var.blast_key}", "https://rpc.ankr.com/eth_goerli"]
"1936027759" = {
providers = ["https://eth-sepolia.public.blastapi.io"]
}
"9991" = {
providers = ["https://lb.drpc.org/ogrpc?network=polygon-mumbai&dkey=${var.drpc_key}", "https://rpc.ankr.com/polygon_mumbai", "https://polygon-testnet.blastapi.io/${var.blast_key}"]
}
"1668247156" = {
providers = ["https://lb.drpc.org/ogrpc?network=linea-goerli&dkey=${var.drpc_key}", "https://linea-goerli.infura.io/v3/${var.infura_key}", "https://rpc.goerli.linea.build"]
}
"1650553703" = {
providers = ["https://base-goerli.g.alchemy.com/v2/${var.basegoerli_alchemy_key_0}", "https://lb.drpc.org/ogrpc?network=base-goerli&dkey=${var.drpc_key}", "https://goerli.base.org"]
}
"2016506996" = {
providers = ["https://testrpc.x1.tech", "https://x1testrpc.okx.com/", "https://x1-testnet.blockpi.network/v1/rpc/${var.blockpi_key}"]
"1633842021" = {
providers = ["https://sepolia-rollup.arbitrum.io/rpc"]
}
}
cartographerUrl = "https://postgrest.testnet.connext.ninja"
Expand All @@ -298,26 +230,14 @@ locals {
}
logLevel = "debug"
chains = {
"1735356532" = {
providers = ["https://lb.drpc.org/ogrpc?network=optimism-testnet&dkey=${var.drpc_key}", "https://opt-goerli.g.alchemy.com/v2/${var.optgoerli_alchemy_key_for_lh}"]
}
"1735353714" = {
providers = ["https://lb.drpc.org/ogrpc?network=goerli&dkey=${var.drpc_key}", "https://eth-goerli.g.alchemy.com/v2/${var.goerli_alchemy_key_0}"]
}
"9991" = {
providers = ["https://lb.drpc.org/ogrpc?network=polygon-mumbai&dkey=${var.drpc_key}", "https://polygon-mumbai.g.alchemy.com/v2/${var.mumbai_alchemy_key_0}"]
"1869640549" = {
providers = ["https://sepolia.optimism.io/"]
}
# "1668247156" = {
# providers = ["https://lb.drpc.org/ogrpc?network=linea-goerli&dkey=${var.drpc_key}", "https://linea-goerli.infura.io/v3/${var.infura_key}", "https://rpc.goerli.linea.build"]
# }
# "2053862260" = {
# providers = ["https://zksync-era-testnet.blockpi.network/v1/rpc/public", "https://testnet.era.zksync.dev"]
# }
"1650553703" = {
providers = ["https://base-goerli.g.alchemy.com/v2/${var.basegoerli_alchemy_key_0}", "https://lb.drpc.org/ogrpc?network=base-goerli&dkey=${var.drpc_key}", "https://goerli.base.org"]
"1936027759" = {
providers = ["https://eth-sepolia.public.blastapi.io"]
}
"2016506996" = {
providers = ["https://testrpc.x1.tech", "https://x1testrpc.okx.com/", "https://x1-testnet.blockpi.network/v1/rpc/${var.blockpi_key}"]
"1633842021" = {
providers = ["https://sepolia-rollup.arbitrum.io/rpc"]
}
}
gelatoApiKey = "${var.gelato_api_key}"
Expand Down Expand Up @@ -347,19 +267,11 @@ locals {
propose = "https://betteruptime.com/api/v1/heartbeat/${var.lighthouse_propose_heartbeat}"
sendOutboundRoot = "https://betteruptime.com/api/v1/heartbeat/${var.lighthouse_send_outbound_root_heartbeat}"
}
hubDomain = "1735353714"
hubDomain = "1936027759"
proverBatchSize = {
# "1668247156" = 10,
"9991" = 10,
"1735353714" = 10,
# "2053862260" = 10,
"1735356532" = 10,
"1650553703" = 10,
"2016506996" = 10
}
proverBatchWaitTime = {
"1735353714" = 3600,
"2016506996" = 3600,
"1633842021" = 10,
"1936027759" = 10,
"1869640549" = 10
}
messageQueue = {
connection = {
Expand Down Expand Up @@ -387,27 +299,14 @@ locals {
}
logLevel = "debug"
chains = {
"1735356532" = {
providers = ["https://lb.drpc.org/ogrpc?network=optimism-testnet&dkey=${var.drpc_key}", "https://optimism-goerli.blastapi.io/${var.blast_key}", "https://goerli.optimism.io"]
}
"1735353714" = {
providers = ["https://lb.drpc.org/ogrpc?network=goerli&dkey=${var.drpc_key}", "https://eth-goerli.blastapi.io/${var.blast_key}", "https://rpc.ankr.com/eth_goerli"]
}
"9991" = {
providers = ["https://lb.drpc.org/ogrpc?network=polygon-mumbai&dkey=${var.drpc_key}", "https://rpc.ankr.com/polygon_mumbai", "https://polygon-testnet.blastapi.io/${var.blast_key}"]
}
"1668247156" = {
providers = ["https://lb.drpc.org/ogrpc?network=linea-goerli&dkey=${var.drpc_key}", "https://linea-goerli.infura.io/v3/${var.infura_key}", "https://rpc.goerli.linea.build"]
"1869640549" = {
providers = ["https://sepolia.optimism.io/"]
}
# "2053862260" = {
# providers = ["https://zksync-era-testnet.blockpi.network/v1/rpc/public", "https://testnet.era.zksync.dev"]
# }
"1650553703" = {
providers = ["https://base-goerli.g.alchemy.com/v2/${var.basegoerli_alchemy_key_0}", "https://lb.drpc.org/ogrpc?network=base-goerli&dkey=${var.drpc_key}", "https://goerli.base.org"]
"1936027759" = {
providers = ["https://eth-sepolia.public.blastapi.io"]
}
"2016506996" = {
providers = ["https://x1-testnet.blockpi.network/v1/rpc/${var.blockpi_key}", "https://testrpc.x1.tech", "https://x1testrpc.okx.com/"],
minGasPrice = "200000000000"
"1633842021" = {
providers = ["https://sepolia-rollup.arbitrum.io/rpc"]
}
}
environment = var.stage
Expand Down
Loading

0 comments on commit 4ca2bed

Please sign in to comment.