Skip to content

Commit 6bf5da2

Browse files
authored
Merge pull request #49 from everclearorg/mainnet-prod
ci: rev sync
2 parents 88811d0 + 2b5e24f commit 6bf5da2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ops/mainnet/prod/config.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ locals {
116116
CHAIN_167000_PROVIDERS = "https://lb.drpc.org/ogrpc?network=taiko&dkey=${var.drpc_key}"
117117

118118
CHAIN_534352_PROVIDERS = "https://scroll-mainnet.g.alchemy.com/v2/${var.alchemy_key}"
119+
120+
CHAIN_34443_PROVIDERS = "https://mode-mainnet.blastapi.io/${var.blast_key}, https://mainnet.mode.network"
119121
}
120122

121123
web3signer_env_vars = [

ops/mainnet/prod/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ variable "relayer_api_key" {
7373
variable "supported_settlement_domains" {
7474
description = "Comma-separated list of supported settlement domains"
7575
type = string
76-
default = "42161,10,8453,56,137,1,43114,33139,48900,59144,81457,167000,534352"
76+
default = "42161,10,8453,56,137,1,43114,33139,48900,59144,81457,167000,534352,34443"
7777
}
7878

7979
variable "supported_asset_symbols" {
@@ -91,7 +91,7 @@ variable "log_level" {
9191
variable "chain_ids" {
9292
description = "Comma-separated list of chain IDs"
9393
type = string
94-
default = "1,10,56,137,8453,33139,42161,43114,48900,59144,81457,167000,534352"
94+
default = "1,10,56,137,8453,33139,42161,43114,48900,59144,81457,167000,534352,34443"
9595
}
9696

9797
variable "dd_api_key" {

0 commit comments

Comments
 (0)