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.
1 parent 9d83205 commit f2baacaCopy full SHA for f2baaca
ops/mainnet/prod/core/config.tf
@@ -147,11 +147,6 @@ locals {
147
}
148
web3SignerUrl = "https://${module.sequencer_web3signer.service_endpoint}"
149
relayers = [
150
- {
151
- type = "Gelato",
152
- apiKey = "${var.gelato_api_key}",
153
- url = "https://relay.gelato.digital"
154
- },
155
{
156
type = "Connext",
157
apiKey = "${var.admin_token_relayer}",
@@ -500,11 +495,6 @@ locals {
500
495
url = local.default_db_url
501
496
502
497
503
504
505
506
507
508
498
509
499
510
0 commit comments