Skip to content

Commit

Permalink
Merge pull request #225 from OasisDEX/chore/jt/update-sl-command-address
Browse files Browse the repository at this point in the history
🔧chore(spark sl command): add updated spark sl command
  • Loading branch information
zerotucks authored Sep 18, 2023
2 parents c81fd53 + c44e1c4 commit abe8597
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.4",
"@oasisdex/automation": "^1.5.6",
"@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 @@ -208,6 +208,10 @@ const commandMapping = [
command_address: '0xc49e905346bC68BdfB46ED1E46E0804ffDC4458a',
kind: 'spark-stop-loss',
},
{
command_address: '0x9F47b484E921619028eF1c6F7fE73F9921B5AC6D',
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.4":
version "1.5.4"
resolved "https://registry.yarnpkg.com/@oasisdex/automation/-/automation-1.5.4.tgz#ee5ae6522d3f277da466bc00f5423bbce35cf1db"
integrity sha512-dkyO+t0ccpuG3AtvPaHWxk+xCzXu84dyGovVV14c2aP3uRhS0z+GNFQvhmjINzkQ/YAQMGPhvuD74F0+t80KUQ==
"@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==
dependencies:
ethers "^5.6.2"

Expand Down

0 comments on commit abe8597

Please sign in to comment.