Skip to content

Commit

Permalink
Sdk server mainnet ops (#4652)
Browse files Browse the repository at this point in the history
* fix: changelog to match bumped version

* ci: fix sdk-server module cert reference for mainnet
  • Loading branch information
just-a-node authored Jul 7, 2023
1 parent 5d16212 commit 99852d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ops/mainnet/prod/backend/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ module "sdk-server" {
ingress_cdir_blocks = ["0.0.0.0/0"]
ingress_ipv6_cdir_blocks = []
service_security_groups = flatten([module.network.allow_all_sg, module.network.ecs_task_sg])
cert_arn = var.certificate_arn_testnet
cert_arn = var.certificate_arn
container_env_vars = local.sdk_server_env_vars
domain = var.domain
}
Expand Down
2 changes: 1 addition & 1 deletion packages/agents/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Next Release

## v2.1.0-alpha.2
## v2.1.1-alpha.0

- Add filtering by domain to getTransfers

Expand Down

0 comments on commit 99852d4

Please sign in to comment.