Skip to content

Commit

Permalink
Merge pull request #221 from OasisDEX/dev
Browse files Browse the repository at this point in the history
chore: update automation 1.5.2
  • Loading branch information
halaprix authored Aug 3, 2023
2 parents 3bfe6df + 3054b3a commit f5ea8ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@google-cloud/bigquery": "^3.0.0",
"@oasisdex/automation": "^1.5.0",
"@oasisdex/automation": "^1.5.2",
"@oasisdex/spock-etl": "^0.1.5",
"@oasisdex/spock-graphql-api": "^0.1.2",
"@oasisdex/spock-test-utils": "^0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion src/config.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ const commandMapping = [
kind: 'aave-stop-loss',
},
{
command_address: '0x52a9bc9a904b9ee6a4714ef883ccf14cb7283b0f',
command_address: '0xDC1c84Aac43F21f103e9bD0B091a1B5cc6433554',
kind: 'aave-stop-loss',
},
].map(({ command_address, kind }) => ({ command_address: command_address.toLowerCase(), kind }));
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/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==
"@oasisdex/automation@^1.5.2":
version "1.5.2"
resolved "https://registry.yarnpkg.com/@oasisdex/automation/-/automation-1.5.2.tgz#99810e1c48f5c02221ed358fb3dcd10a7966b0ca"
integrity sha512-+SRgQU617PGPN/qpPkW0Xz0f5MJ5mXIQVDKLV4ZYNVy6MyZJ9ihT+6ZN98b1hj2BJYAYvv0OQQz+SlMLP/zKMg==
dependencies:
ethers "^5.6.2"

Expand Down

0 comments on commit f5ea8ea

Please sign in to comment.