Skip to content

Commit

Permalink
Merge pull request #226 from OasisDEX/chore/jt/update-sl-command-addr…
Browse files Browse the repository at this point in the history
…ess-again

🔧 chore(command): update sl command address again
  • Loading branch information
halaprix authored Sep 19, 2023
2 parents abe8597 + ad543fb commit ea89ac8
Show file tree
Hide file tree
Showing 3 changed files with 9 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.6",
"@oasisdex/automation": "^1.5.7",
"@oasisdex/spock-etl": "^0.1.5",
"@oasisdex/spock-graphql-api": "^0.1.2",
"@oasisdex/spock-test-utils": "^0.1.1",
Expand Down
4 changes: 4 additions & 0 deletions src/config.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,10 @@ const commandMapping = [
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.6":
version "1.5.6"
resolved "https://registry.yarnpkg.com/@oasisdex/automation/-/automation-1.5.6.tgz#0eee32c51177244e193b89ae6263c167f4e0de8a"
integrity sha512-ircXTrhVWt0lpL6z7JE/HP4IWUTGsJSwj+ThsrmazlJtijjEzuurToGm+ctzqks/VTqgGTAQq/UD0uxahKCDzw==
"@oasisdex/automation@^1.5.7":
version "1.5.7"
resolved "https://registry.yarnpkg.com/@oasisdex/automation/-/automation-1.5.7.tgz#68ec5e791810ecfbebf1649ca9a12ce8d5b0f786"
integrity sha512-5MFLuOH+njiz6htuD/JqQD2eNB4snYFnthajmUyatuthN/PQw8Y5d8MqwGglcz0etST/U+eUF3//Nhm+gNYBuA==
dependencies:
ethers "^5.6.2"

Expand Down

0 comments on commit ea89ac8

Please sign in to comment.