Skip to content

Commit

Permalink
add contract address FE
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenSepiol committed Oct 5, 2024
1 parent 88addd5 commit d41e15a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infra/modules/ecs/frontend/task_definition.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ resource "aws_ecs_task_definition" "core" {
{
"name" : "NEXT_PUBLIC_API",
"value" : "https://${var.backend_domain_name}/api/v1"
},
{
"name" : "NEXT_PUBLIC_CONTRACT_ADDRESS",
"value" : "0x4e87d8b7cceaedd5ae81c213daade2b451003c8205bbc71231223c9457c45467"
}
]
environmentFiles = []
Expand Down

0 comments on commit d41e15a

Please sign in to comment.