Skip to content

Commit

Permalink
ci: deploy to prod (#4924)
Browse files Browse the repository at this point in the history
* fix: account for decimal precision differences (#4782)

* fix: account for decimal precision differences

* build: bump sdk core

* fix: no multiply by 1e18 (#4822)

* build: bump sdk core (#4826)

* chore: add routers

* fix: init script for xTokens (#4838)

* fix: init

* fix: mainnet fix && removed errors

* fix: include all chains (#4851)

* Chore: add alcx to test net (#4833)

* config: Next tokens

* feat: changed next assets

* chore: add alcx

Signed-off-by: hesnicewithit <[email protected]>

---------

Signed-off-by: hesnicewithit <[email protected]>
Co-authored-by: Layne Haber <[email protected]>
Co-authored-by: just-a-node <[email protected]>

* feat: add EURe to testnet allowlist (#4795)

* feat: add EURe to testnet allowlist

* Update production.ts

* Update production.ts

---------

Co-authored-by: Prathmesh Khandelwal <[email protected]>

* feat: add BTRST data (#4773)

* feat: add BTRST data

* add cap

* this is only a xMonoTest test (#4798)

Co-authored-by: Prathmesh <[email protected]>

* fix: fetch strategy - fallback

* chore: rebuild graph-client

* Merge pull request Whitelist NEXT xerc20s (#4855)

* feat: add testnet NEXT xerc20

* feat: add mainnet NEXT xerc20

* fix: update testnet next

* fix: update mainnet next

* fix: uncomment

* feat: update next contracts and increase cap

* feat: new xerc20 for dappradar testnet (#4858)

* Revert "Merge branch 'main' into testnet-prod"

This reverts commit 00f4318, reversing
changes made to 0c08528.

* fix: merge changes to sdk and init script from main

* ci: deploy terraform state changes (#4907)

* fix: control flow (#4911)

* fix: maticjs version

* fix: migrate state to new backend (#4901)

* fix: migrate state to new backend

* fix: staging state migration + fixes

---------

Co-authored-by: Rahul Sethuram <[email protected]>

* fix: prod state migrations (#4903)

* Fix/migrate state prod core (#4904)

* fix: prod state migrations

* fix: missing config

* Fix/ci fix - remove flow control (#4910)

* fix: remove ci stop check

* fix: remove continue-on-error

---------

Co-authored-by: Rahul Sethuram <[email protected]>

* Fix/merge conflict testnet prod resolution (#4918)

* fix: maticjs version

* fix: migrate state to new backend (#4901)

* fix: migrate state to new backend

* fix: staging state migration + fixes

---------

Co-authored-by: Rahul Sethuram <[email protected]>

* fix: prod state migrations (#4903)

* Fix/migrate state prod core (#4904)

* fix: prod state migrations

* fix: missing config

* Fix/ci fix - remove flow control (#4910)

* fix: remove ci stop check

* fix: remove continue-on-error

* Fix/tf version bump (#4914)

* fix: bump tf version and fix warning

* fix: terraform version bump

---------

Co-authored-by: Rahul Sethuram <[email protected]>

* fix: terraform version (#4916)

* fix: maticjs version

* fix: migrate state to new backend (#4901)

* fix: migrate state to new backend

* fix: staging state migration + fixes

---------

Co-authored-by: Rahul Sethuram <[email protected]>

* fix: prod state migrations (#4903)

* Fix/migrate state prod core (#4904)

* fix: prod state migrations

* fix: missing config

* Fix/ci fix - remove flow control (#4910)

* fix: remove ci stop check

* fix: remove continue-on-error

* Fix/tf version bump (#4914)

* fix: bump tf version and fix warning

* fix: terraform version bump

---------

Co-authored-by: Rahul Sethuram <[email protected]>

---------

Signed-off-by: hesnicewithit <[email protected]>
Co-authored-by: Eddie <[email protected]>
Co-authored-by: wanglonghong <[email protected]>
Co-authored-by: Rahul Sethuram <[email protected]>
Co-authored-by: Prathmesh Khandelwal <[email protected]>
Co-authored-by: Scrub Lord <[email protected]>
Co-authored-by: Layne Haber <[email protected]>
Co-authored-by: Maciek <[email protected]>
Co-authored-by: axlvaz <[email protected]>
Co-authored-by: Liu <[email protected]>
Co-authored-by: preethamr <[email protected]>
  • Loading branch information
11 people authored Sep 22, 2023
1 parent e3b99d3 commit aa4f6c9
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ jobs:
- name: Setup Terraform
uses: hashicorp/setup-terraform@v1
with:
terraform_version: 1.1.7
terraform_version: 1.5.7

- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -990,7 +990,7 @@ jobs:
- name: Setup Terraform
uses: hashicorp/setup-terraform@v1
with:
terraform_version: 1.1.7
terraform_version: 1.5.7

- name: Setup Sops
uses: mdgreenwald/[email protected]
Expand Down Expand Up @@ -1054,7 +1054,7 @@ jobs:
- name: Setup Terraform
uses: hashicorp/setup-terraform@v1
with:
terraform_version: 1.1.7
terraform_version: 1.5.7

- name: Setup Sops
uses: mdgreenwald/[email protected]
Expand Down Expand Up @@ -1128,7 +1128,7 @@ jobs:
- name: Setup Terraform
uses: hashicorp/setup-terraform@v1
with:
terraform_version: 1.1.7
terraform_version: 1.5.7

- name: Setup Sops
uses: mdgreenwald/[email protected]
Expand Down Expand Up @@ -1196,7 +1196,7 @@ jobs:
- name: Setup Terraform
uses: hashicorp/setup-terraform@v1
with:
terraform_version: 1.1.7
terraform_version: 1.5.7

- name: Setup Sops
uses: mdgreenwald/[email protected]
Expand Down Expand Up @@ -1264,7 +1264,7 @@ jobs:
- name: Setup Terraform
uses: hashicorp/setup-terraform@v1
with:
terraform_version: 1.1.7
terraform_version: 1.5.7

- name: Setup Sops
uses: mdgreenwald/[email protected]
Expand Down Expand Up @@ -1327,7 +1327,7 @@ jobs:
- name: Setup Terraform
uses: hashicorp/setup-terraform@v1
with:
terraform_version: 1.1.7
terraform_version: 1.5.7

- name: Setup Sops
uses: mdgreenwald/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion ops/infra/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.7
1.5.7
2 changes: 1 addition & 1 deletion ops/mainnet/prod/backend/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.7
1.5.7
2 changes: 1 addition & 1 deletion ops/mainnet/prod/core/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.7
1.5.7
4 changes: 2 additions & 2 deletions ops/modules/networking/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
data "aws_availability_zones" "available" {}

resource "aws_vpc" "main" {
cidr_block = var.cidr_block
cidr_block = var.cidr_block
enable_dns_hostnames = true
tags = {
Environment = var.environment
Expand Down Expand Up @@ -47,7 +47,7 @@ resource "aws_route" "internet_access" {
#Create a NAT gateway with an EIP for each private subnet to get internet connectivity
resource "aws_eip" "gw" {
count = var.az_count
vpc = true
domain = "vpc"
depends_on = [aws_internet_gateway.main]
}

Expand Down
2 changes: 1 addition & 1 deletion ops/testnet/prod/backend/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.7
1.5.7
2 changes: 1 addition & 1 deletion ops/testnet/prod/core/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.7
1.5.7
2 changes: 1 addition & 1 deletion ops/testnet/staging/backend/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.7
1.5.7
2 changes: 1 addition & 1 deletion ops/testnet/staging/core/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.7
1.5.7

0 comments on commit aa4f6c9

Please sign in to comment.