From 6ef7ba0fe3cd534604baaa32313e7f4471f9cdce Mon Sep 17 00:00:00 2001 From: James Tuckett Date: Wed, 13 Sep 2023 11:23:11 +0100 Subject: [PATCH 1/8] chore: bump library version --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7fd95a9..442fc61 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "dependencies": { "@google-cloud/bigquery": "^3.0.0", - "@oasisdex/automation": "^1.5.2", + "@oasisdex/automation": "^1.5.3", "@oasisdex/spock-etl": "^0.1.5", "@oasisdex/spock-graphql-api": "^0.1.2", "@oasisdex/spock-test-utils": "^0.1.1", diff --git a/yarn.lock b/yarn.lock index 8a2e0e4..2b8e56c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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.3": + version "1.5.3" + resolved "https://registry.yarnpkg.com/@oasisdex/automation/-/automation-1.5.3.tgz#81da70356b83a25eddabcb136a4f6273bfd4dc3f" + integrity sha512-n+bAIt3LNu/PBqOYzSTclWYg0+AGybNYhKAcFWP5IFuYt0RmtnPQ+94nIsr7bEHxfXW13hEZeI5X9gh7Cv3cVQ== dependencies: ethers "^5.6.2" From 8d05ce779eb0cc99e28498768fd43426f8d5eb87 Mon Sep 17 00:00:00 2001 From: James Tuckett Date: Wed, 13 Sep 2023 11:24:52 +0100 Subject: [PATCH 2/8] feat: add SparkStopLoss command to mainnet config --- src/config.mainnet.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config.mainnet.ts b/src/config.mainnet.ts index 65ba91e..8235290 100644 --- a/src/config.mainnet.ts +++ b/src/config.mainnet.ts @@ -204,6 +204,10 @@ const commandMapping = [ command_address: '0xDC1c84Aac43F21f103e9bD0B091a1B5cc6433554', kind: 'aave-stop-loss', }, + { + command_address: '0xc49e905346bC68BdfB46ED1E46E0804ffDC4458a', + kind: 'spark-stop-loss', + }, ].map(({ command_address, kind }) => ({ command_address: command_address.toLowerCase(), kind })); const addresses = { From f6a4e90829bf222cb1e6bccd35d68d9841928f6a Mon Sep 17 00:00:00 2001 From: halaprix Date: Thu, 14 Sep 2023 15:18:50 +0200 Subject: [PATCH 3/8] chore: bump automation version --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 442fc61..30e58e2 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "dependencies": { "@google-cloud/bigquery": "^3.0.0", - "@oasisdex/automation": "^1.5.3", + "@oasisdex/automation": "^1.5.4", "@oasisdex/spock-etl": "^0.1.5", "@oasisdex/spock-graphql-api": "^0.1.2", "@oasisdex/spock-test-utils": "^0.1.1", diff --git a/yarn.lock b/yarn.lock index 2b8e56c..f0f523d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -455,10 +455,10 @@ "@types/yargs" "^15.0.0" chalk "^4.0.0" -"@oasisdex/automation@^1.5.3": - version "1.5.3" - resolved "https://registry.yarnpkg.com/@oasisdex/automation/-/automation-1.5.3.tgz#81da70356b83a25eddabcb136a4f6273bfd4dc3f" - integrity sha512-n+bAIt3LNu/PBqOYzSTclWYg0+AGybNYhKAcFWP5IFuYt0RmtnPQ+94nIsr7bEHxfXW13hEZeI5X9gh7Cv3cVQ== +"@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== dependencies: ethers "^5.6.2" From 565c0464f0bffe701021f6f178d4e5ae6969964d Mon Sep 17 00:00:00 2001 From: James Tuckett Date: Fri, 15 Sep 2023 13:52:13 +0100 Subject: [PATCH 4/8] chore: add updated sl command --- src/config.mainnet.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config.mainnet.ts b/src/config.mainnet.ts index 8235290..849f3e5 100644 --- a/src/config.mainnet.ts +++ b/src/config.mainnet.ts @@ -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 = { From c44e1c47b2beed4de7e9dd6ed3dfcc0dc9c07ec8 Mon Sep 17 00:00:00 2001 From: James Tuckett Date: Mon, 18 Sep 2023 11:06:05 +0100 Subject: [PATCH 5/8] chore: bump automation lib version --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 30e58e2..31f3560 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index f0f523d..3c9e0e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" From da87e6cb1a462a4d2b725437a2742cb1d1d8fc0b Mon Sep 17 00:00:00 2001 From: James Tuckett Date: Tue, 19 Sep 2023 15:03:32 +0100 Subject: [PATCH 6/8] chore: drop in new spark stop loss address --- src/config.mainnet.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config.mainnet.ts b/src/config.mainnet.ts index 849f3e5..fc5dbf4 100644 --- a/src/config.mainnet.ts +++ b/src/config.mainnet.ts @@ -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 = { From ad543fb575f7ee7d59e4412b2ff554a2fba58ed1 Mon Sep 17 00:00:00 2001 From: James Tuckett Date: Tue, 19 Sep 2023 15:05:27 +0100 Subject: [PATCH 7/8] chore: bump package --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 31f3560..70ee0fe 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 3c9e0e7..2e7d339 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" From 0495d3ddfc3dc381228f6143d472562f6b139ac1 Mon Sep 17 00:00:00 2001 From: halaprix Date: Wed, 20 Sep 2023 15:15:20 +0200 Subject: [PATCH 8/8] chore: bump automation to `1.5.8` --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 70ee0fe..f58c4b2 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "dependencies": { "@google-cloud/bigquery": "^3.0.0", - "@oasisdex/automation": "^1.5.7", + "@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", diff --git a/yarn.lock b/yarn.lock index 2e7d339..dd1b94b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -455,10 +455,10 @@ "@types/yargs" "^15.0.0" chalk "^4.0.0" -"@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== +"@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"