Skip to content

Commit

Permalink
Merge pull request #235 from OasisDEX/dev
Browse files Browse the repository at this point in the history
chore: bump aave sl
  • Loading branch information
halaprix authored Feb 16, 2024
2 parents 51b7f3c + c6e527d commit 3d0aed8
Show file tree
Hide file tree
Showing 3 changed files with 10 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.6.0-alpha.14",
"@oasisdex/automation": "1.6.0-alpha.15",
"@oasisdex/spock-etl": "^0.1.5",
"@oasisdex/spock-graphql-api": "^0.1.2",
"@oasisdex/spock-test-utils": "^0.1.1",
Expand Down
6 changes: 5 additions & 1 deletion src/config.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,11 @@ const commandMapping = [
{
command_address: '0x4A13b02ef24B2906a33e48e8F0AaF343C5316327',
kind: 'dma-aave-basic-sell',
}
},
{
command_address: '0xea0c35bd1c2fae4d540ce30d9738bc55147f2a9c',
kind: 'dma-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].14":
version "1.6.0-alpha.14"
resolved "https://registry.yarnpkg.com/@oasisdex/automation/-/automation-1.6.0-alpha.14.tgz#f905d53d469379141960107b0301b2d649c510ee"
integrity sha512-ne4GmS+Ju1drIiKvS6FuxDJaBIsp0YYPxmuVG7646V1RYYRUNdrISNCaTPEKMeAmjN3feB8GtC79u0v6iW4Uwg==
"@oasisdex/[email protected].15":
version "1.6.0-alpha.15"
resolved "https://registry.yarnpkg.com/@oasisdex/automation/-/automation-1.6.0-alpha.15.tgz#93182e355eb945a12deb9c550c6490ffa42c1686"
integrity sha512-jGbVK59fOGgqSkK27t5NUgfeVoafxEm6ZFEQYzifE1qmvtMjMzJ2DVFGNsd1uJvKh0uoxT3igrwlRT6Yu7uLhQ==
dependencies:
ethers "^5.6.2"

Expand Down

0 comments on commit 3d0aed8

Please sign in to comment.