Skip to content

Commit 6228fa1

Browse files
authored
chore: add rpc consumers (#24835)
Adds mainnet RPC gateway consumers `client11` and `client12`, both unlimited rate (`rate_limit_minute = 0`).
2 parents d7da7bf + f5f8d5c commit 6228fa1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • spartan/terraform/deploy-rpc/environments/mainnet

spartan/terraform/deploy-rpc/environments/mainnet/main.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ locals {
8282
"mainnet-rpc-consumer-client7",
8383
"mainnet-rpc-consumer-client8",
8484
"mainnet-rpc-consumer-client9",
85-
"mainnet-rpc-consumer-client10"
85+
"mainnet-rpc-consumer-client10",
86+
"mainnet-rpc-consumer-client11",
87+
"mainnet-rpc-consumer-client12"
8688
]
8789

8890
consumers = {

0 commit comments

Comments
 (0)