Skip to content

Commit 49bc9c3

Browse files
committed
feat: plasma addrprovider discoveredat
1 parent adc96c5 commit 49bc9c3

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

ds/execute_parser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ func (f *FacadeCallNameWithMulticall) v3(client core.ClientI, events []*schemas.
187187
executeCall := 0
188188
for callInd < callLen && f.multiCalls[callInd].Target.Hex() != f.facade { // until multicall call that is not for facade is seen
189189
executeCall++
190-
log.Info(callInd)
190+
// log.Info(callInd)
191191
callInd++
192192
}
193193
if executeEvent > executeCall { // if execute events more than calls

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-20250929042432-4ffe0200b47d
8+
github.com/Gearbox-protocol/sdk-go v0.0.0-20250929054550-06c0754d135c
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ github.com/DataDog/zstd v1.4.5 h1:EndNeuB0l9syBZhut0wns3gV1hL8zX8LIu6ZiVHWLIQ=
88
github.com/DataDog/zstd v1.4.5/go.mod h1:1jcaCB/ufaK+sKp1NBhlGmpz41jOoPQ35bpF36t7BBo=
99
github.com/Gearbox-protocol/sdk-go v0.0.0-20250929042432-4ffe0200b47d h1:MqGnHBLsTbnRIC4Nqppgdl67iYdeSZKFTN1EGQrKyug=
1010
github.com/Gearbox-protocol/sdk-go v0.0.0-20250929042432-4ffe0200b47d/go.mod h1:MZsiiSAwDdnHY6GEILYtHEqhb9wmbUUE34UBQgNlUyM=
11+
github.com/Gearbox-protocol/sdk-go v0.0.0-20250929054550-06c0754d135c h1:wWVanRvZo3NINdDwN9kiBYxBSHXHb2LC5Ns6OW7j6+g=
12+
github.com/Gearbox-protocol/sdk-go v0.0.0-20250929054550-06c0754d135c/go.mod h1:MZsiiSAwDdnHY6GEILYtHEqhb9wmbUUE34UBQgNlUyM=
1113
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=
1214
github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM=
1315
github.com/OffchainLabs/go-ethereum v1.13.4-0.20240313010929-e5d8587e7227 h1:+/3TrD+q+BP36jGj2Bycdmrc/joKLNbc5ImePQzKRLM=

0 commit comments

Comments
 (0)