Skip to content

Commit 889c80b

Browse files
committed
f
1 parent 94b830e commit 889c80b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23
55
// toolchain go1.23.2
66

77
require (
8-
github.com/Gearbox-protocol/sdk-go v0.0.0-20251222092713-36c44f84145c
8+
github.com/Gearbox-protocol/sdk-go v0.0.0-20251222115114-103633a746f4
99
github.com/ethereum/go-ethereum v1.13.14
1010
github.com/go-playground/validator/v10 v10.4.1
1111
github.com/google/go-cmp v0.6.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ
66
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
77
github.com/DataDog/zstd v1.4.5 h1:EndNeuB0l9syBZhut0wns3gV1hL8zX8LIu6ZiVHWLIQ=
88
github.com/DataDog/zstd v1.4.5/go.mod h1:1jcaCB/ufaK+sKp1NBhlGmpz41jOoPQ35bpF36t7BBo=
9-
github.com/Gearbox-protocol/sdk-go v0.0.0-20251222092713-36c44f84145c h1:EaWM1cf8mOmh6xLMoJA0ZnaIqgpypmurELwFk05nwaw=
10-
github.com/Gearbox-protocol/sdk-go v0.0.0-20251222092713-36c44f84145c/go.mod h1:MZsiiSAwDdnHY6GEILYtHEqhb9wmbUUE34UBQgNlUyM=
9+
github.com/Gearbox-protocol/sdk-go v0.0.0-20251222115114-103633a746f4 h1:wMlxciihN/lMjA1UHkeoJ+f1sCqHDheVkhNipxSouRA=
10+
github.com/Gearbox-protocol/sdk-go v0.0.0-20251222115114-103633a746f4/go.mod h1:MZsiiSAwDdnHY6GEILYtHEqhb9wmbUUE34UBQgNlUyM=
1111
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=
1212
github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM=
1313
github.com/OffchainLabs/go-ethereum v1.13.4-0.20240313010929-e5d8587e7227 h1:+/3TrD+q+BP36jGj2Bycdmrc/joKLNbc5ImePQzKRLM=

services/execute_filter.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import (
2929
"github.com/Gearbox-protocol/sdk-go/artifacts/lidov1Adapter"
3030
"github.com/Gearbox-protocol/sdk-go/artifacts/lidov1Gateway"
3131
"github.com/Gearbox-protocol/sdk-go/artifacts/llamaethena"
32+
"github.com/Gearbox-protocol/sdk-go/artifacts/mdeposit"
3233
"github.com/Gearbox-protocol/sdk-go/artifacts/mellowR7"
3334
"github.com/Gearbox-protocol/sdk-go/artifacts/pendleRouterv4"
3435
"github.com/Gearbox-protocol/sdk-go/artifacts/swapRouterv3"
@@ -119,6 +120,7 @@ var abiJSONs = []string{
119120
yearnv2Adapter.Yearnv2AdapterABI,
120121
curveuint256.Curveuint256ABI, curveAdapter.CurveAdapterABI,
121122
universalAdapter.UniversalAdapterABI,
123+
mdeposit.MdepositABI,
122124
// v3
123125
// aave, compound, balancer, maker, erc4626
124126
aavev2LendingPool.Aavev2LendingPoolABI,

0 commit comments

Comments
 (0)