Skip to content

Commit 41329b0

Browse files
committed
fix: change mercle root domain
1 parent 3c988cc commit 41329b0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@gearbox-protocol/liquidator-v2-contracts": "^2.4.0",
3030
"@gearbox-protocol/next-contracts": "npm:@gearbox-protocol/liquidator-v2-contracts@2.5.0-next.3",
3131
"@gearbox-protocol/prettier-config": "2.1.0",
32-
"@gearbox-protocol/sdk": "7.0.0-next.2",
32+
"@gearbox-protocol/sdk": "7.0.0",
3333
"@gearbox-protocol/types": "^1.14.8",
3434
"@types/node": "^22.15.18",
3535
"@uniswap/sdk-core": "^7.7.2",

src/services/liquidate/partial/AbstractPartialLiquidatorContract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export abstract class AbstractPartialLiquidatorContract
190190
},
191191
],
192192
});
193-
const merkleRootURL = `https://dm.gearbox.finance/${this.config.network.toLowerCase()}_${merkelRoot}.json`;
193+
const merkleRootURL = `https://dm.gearbox.fi/${this.config.network.toLowerCase()}_${merkelRoot}.json`;
194194
this.logger.debug(
195195
`merkle root: ${merkleRootURL}, degen distributor NFT: ${distributorNFT}, claimed: ${claimed}`,
196196
);

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1612,7 +1612,7 @@ __metadata:
16121612
"@gearbox-protocol/liquidator-v2-contracts": "npm:^2.4.0"
16131613
"@gearbox-protocol/next-contracts": "npm:@gearbox-protocol/liquidator-v2-contracts@2.5.0-next.3"
16141614
"@gearbox-protocol/prettier-config": "npm:2.1.0"
1615-
"@gearbox-protocol/sdk": "npm:7.0.0-next.2"
1615+
"@gearbox-protocol/sdk": "npm:7.0.0"
16161616
"@gearbox-protocol/types": "npm:^1.14.8"
16171617
"@types/node": "npm:^22.15.18"
16181618
"@uniswap/sdk-core": "npm:^7.7.2"
@@ -1657,9 +1657,9 @@ __metadata:
16571657
languageName: node
16581658
linkType: hard
16591659

1660-
"@gearbox-protocol/sdk@npm:7.0.0-next.2":
1661-
version: 7.0.0-next.2
1662-
resolution: "@gearbox-protocol/sdk@npm:7.0.0-next.2"
1660+
"@gearbox-protocol/sdk@npm:7.0.0":
1661+
version: 7.0.0
1662+
resolution: "@gearbox-protocol/sdk@npm:7.0.0"
16631663
dependencies:
16641664
"@redstone-finance/evm-connector": "npm:^0.7.5"
16651665
"@redstone-finance/protocol": "npm:^0.7.5"
@@ -1671,7 +1671,7 @@ __metadata:
16711671
zod: "npm:^3.24.4"
16721672
peerDependencies:
16731673
axios: ^1.0.0
1674-
checksum: 10c0/bff07f865b8707ebe1284f5f8b194b96156da276fc390168ecc1a8b88aac977864e7c1848c0c9efd8e48bff1b9c2ecc9177f2f0c4041744295fbd97a291d53b1
1674+
checksum: 10c0/7a987cf70c85a5aa2056cdd80e0417f60f3a6e2aca8574c8b0ccaac90ba8f842eeed5ea20c2cd39e05dcec70a1c1bd9300e3554db6e5095d755d8be99ae9cf27
16751675
languageName: node
16761676
linkType: hard
16771677

0 commit comments

Comments
 (0)