Skip to content

Commit

Permalink
chore: release 20230802 (#219)
Browse files Browse the repository at this point in the history
* adding new GH Actions workflows

* setting final GHA triggers

* removing old GH Actions workflows

* chore: updates after aave v3 sl fix (#218)

---------

Co-authored-by: cristidas <[email protected]>
  • Loading branch information
halaprix and cristidas authored Aug 2, 2023
1 parent 8d8b631 commit 3bfe6df
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/aws-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
env:
AWS_REGION: us-east-1
ECR_REPO_NAME: oazo-bcache-prod
ETL_SERVICE_NAME: oazo-bcache-etl-mainnet-prod
API_SERVICE_NAME: oazo-bcache-api-mainnet-prod
CLUSTER_NAME: oazo-bcache-prod
ECR_REPO_NAME: cache-prod
ETL_SERVICE_NAME: cache-etl-mainnet-prod
API_SERVICE_NAME: cache-api-mainnet-prod
CLUSTER_NAME: cache-prod

steps:
- name: Checkout
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/aws-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest
env:
AWS_REGION: eu-central-1
ECR_REPO_NAME: oazo-bcache-staging
GOERLI_ETL_SERVICE_NAME: oazo-bcache-etl-goerli-staging
GOERLI_API_SERVICE_NAME: oazo-bcache-api-goerli-staging
MAINNET_ETL_SERVICE_NAME: oazo-bcache-etl-mainnet-staging
MAINNET_API_SERVICE_NAME: oazo-bcache-api-mainnet-staging
CLUSTER_NAME: oazo-bcache-staging
ECR_REPO_NAME: cache-staging
GOERLI_ETL_SERVICE_NAME: cache-etl-goerli-staging
GOERLI_API_SERVICE_NAME: cache-api-goerli-staging
MAINNET_ETL_SERVICE_NAME: cache-etl-mainnet-staging
MAINNET_API_SERVICE_NAME: cache-api-mainnet-staging
CLUSTER_NAME: cache-staging

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
},
"dependencies": {
"@google-cloud/bigquery": "^3.0.0",
"@oasisdex/automation": "^1.5.0",
"@oasisdex/spock-etl": "^0.1.5",
"@oasisdex/spock-graphql-api": "^0.1.2",
"@oasisdex/spock-test-utils": "^0.1.1",
"@oasisdex/spock-utils": "^0.1.0",
"@oasisdex/spock-validation": "^0.1.0",
"@oasisdex/automation": "1.5.0-alpha.8",
"abi-decoder": "^1.2.0",
"aws-sdk": "^2.1232.0",
"bignumber.js": "^8.0.2",
Expand Down
4 changes: 4 additions & 0 deletions src/config.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,10 @@ const commandMapping = [
command_address: '0x65127d52aaeb356b45c6dcb3da36f4fc6ff738ef',
kind: 'aave-stop-loss',
},
{
command_address: '0x52a9bc9a904b9ee6a4714ef883ccf14cb7283b0f',
kind: 'aave-stop-loss',
},
].map(({ command_address, kind }) => ({ command_address: command_address.toLowerCase(), kind }));

const addresses = {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -455,10 +455,10 @@
"@types/yargs" "^15.0.0"
chalk "^4.0.0"

"@oasisdex/[email protected]-alpha.8":
version "1.5.0-alpha.8"
resolved "https://registry.yarnpkg.com/@oasisdex/automation/-/automation-1.5.0-alpha.8.tgz#0660f0bb27cfbfcd18f1d5e959a84855059690c6"
integrity sha512-Q9aHj65/L9yl9c+roctxPsn1SI5g8zFMRwdibgwzsqOOSe6PdBHIxhbXtsfreygLhI8+qd8SWdZd7nx4CISpvg==
"@oasisdex/automation@^1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@oasisdex/automation/-/automation-1.5.0.tgz#b5201f039921f79aee4efe22b77fa460296aec58"
integrity sha512-fqhWTtJwzyLYLgE4y0hCi4W5CwPtQp/+8Vzfdv0fOT86KUBgpvwAvI9Qs4WI0ahCZiGozJE/q+eixSo8/WPN/Q==
dependencies:
ethers "^5.6.2"

Expand Down

0 comments on commit 3bfe6df

Please sign in to comment.