Skip to content

Commit

Permalink
Merge pull request #228 from OasisDEX/dev
Browse files Browse the repository at this point in the history
chore: release 20231020
  • Loading branch information
zerotucks authored Oct 20, 2023
2 parents f5ea8ea + 5893f72 commit 6bba49d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 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.2",
"@oasisdex/automation": "^1.5.8",
"@oasisdex/spock-etl": "^0.1.5",
"@oasisdex/spock-graphql-api": "^0.1.2",
"@oasisdex/spock-test-utils": "^0.1.1",
Expand Down
12 changes: 12 additions & 0 deletions src/config.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,18 @@ const commandMapping = [
command_address: '0xDC1c84Aac43F21f103e9bD0B091a1B5cc6433554',
kind: 'aave-stop-loss',
},
{
command_address: '0xc49e905346bC68BdfB46ED1E46E0804ffDC4458a',
kind: 'spark-stop-loss',
},
{
command_address: '0x9F47b484E921619028eF1c6F7fE73F9921B5AC6D',
kind: 'spark-stop-loss',
},
{
command_address: '0x2af43189E85CEA21aa8FA5d61139b771328d8D30',
kind: 'spark-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/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==
"@oasisdex/automation@^1.5.8":
version "1.5.8"
resolved "https://registry.yarnpkg.com/@oasisdex/automation/-/automation-1.5.8.tgz#c40cb68e063cae4b6afd10079fa229f04bbb8169"
integrity sha512-XEETEpgAWG4xMM8yXK6/91yS6g0xrWh0MKwz8W7TfWIr1P9gGH6kjA1vA3olA1mWFuCuOWHlMpBxjYDI41HOFw==
dependencies:
ethers "^5.6.2"

Expand Down

0 comments on commit 6bba49d

Please sign in to comment.