Skip to content

Commit

Permalink
bump substreams to fix mumbai network name endpoint discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Oct 5, 2023
1 parent 95865c5 commit 910022b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.15.0
github.com/streamingfast/logging v0.0.0-20230608130331-f22c91403091
github.com/streamingfast/substreams v1.1.15-0.20231005154645-51c29cea1b70
github.com/streamingfast/substreams v1.1.15-0.20231005155216-0f07427759df
github.com/streamingfast/substreams-sink v0.3.3-0.20230901183759-218c1d9ec645
github.com/streamingfast/substreams-sink-database-changes v1.1.3
github.com/stretchr/testify v1.8.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1195,8 +1195,8 @@ github.com/streamingfast/pbgo v0.0.6-0.20221020131607-255008258d28 h1:wmQg8T0rIF
github.com/streamingfast/pbgo v0.0.6-0.20221020131607-255008258d28/go.mod h1:huKwfgTGFIFZMKSVbD5TywClM7zAeBUG/zePZMqvXQQ=
github.com/streamingfast/shutter v1.5.0 h1:NpzDYzj0HVpSiDJVO/FFSL6QIK/YKOxY0gJAtyaTOgs=
github.com/streamingfast/shutter v1.5.0/go.mod h1:B/T6efqdeMGbGwjzPS1ToXzYZI4kDzI5/u4I+7qbjY8=
github.com/streamingfast/substreams v1.1.15-0.20231005154645-51c29cea1b70 h1:z1kWH9bBqm4eiKO6DtFXvVMguLyKBiwh9GVHK4SV8Zg=
github.com/streamingfast/substreams v1.1.15-0.20231005154645-51c29cea1b70/go.mod h1:fFJ8YYBXhzKTKBcC7vRQU6xZl/9KAfVfzuEB8C9hUVw=
github.com/streamingfast/substreams v1.1.15-0.20231005155216-0f07427759df h1:GPV+0Nn3PMoHzIPKAB5W1l4Nabvo/nmWxHq1UDoHVcQ=
github.com/streamingfast/substreams v1.1.15-0.20231005155216-0f07427759df/go.mod h1:fFJ8YYBXhzKTKBcC7vRQU6xZl/9KAfVfzuEB8C9hUVw=
github.com/streamingfast/substreams-sink v0.3.3-0.20230901183759-218c1d9ec645 h1:ZbYLft0R5hJBLhMFAdp7noAD9YrKC+r0nsU7Z5IDcfM=
github.com/streamingfast/substreams-sink v0.3.3-0.20230901183759-218c1d9ec645/go.mod h1:nBPwmsjz+CV0HT5Vmp0XTiu+RjP8CbdhD5u+uC3lo84=
github.com/streamingfast/substreams-sink-database-changes v1.1.3 h1:rXeGb/V2mjC8FftumRkMQxG2jtdLfHdLx9UQVUtAqS8=
Expand Down

0 comments on commit 910022b

Please sign in to comment.