Skip to content

Commit

Permalink
chore: use node-funder v0.2.0 which uses token contract for Gnosis (#427
Browse files Browse the repository at this point in the history
)

* chore: bump node-funder dependency to v0.2.0

* chore: bump version to 0.19.1
  • Loading branch information
gacevicljubisa authored Oct 23, 2024
1 parent 8dfaa78 commit 81963ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/ethersphere/bee/v2 v2.2.0
github.com/ethersphere/bmt v0.1.4
github.com/ethersphere/ethproxy v0.0.5
github.com/ethersphere/node-funder v0.1.2
github.com/ethersphere/node-funder v0.2.0
github.com/go-git/go-billy/v5 v5.5.0
github.com/go-git/go-git/v5 v5.11.0
github.com/google/uuid v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ github.com/ethersphere/ethproxy v0.0.5 h1:j5Mkm45jqmkET6NwGaJtaxOSFbhoAfOKzHiwHl
github.com/ethersphere/ethproxy v0.0.5/go.mod h1:7mkVRK3+Mte00jLxFAbUQ/cBepAzwTYpkE64ItCLZYw=
github.com/ethersphere/go-sw3-abi v0.6.5 h1:M5dcIe1zQYvGpY2K07UNkNU9Obc4U+A1fz68Ho/Q+XE=
github.com/ethersphere/go-sw3-abi v0.6.5/go.mod h1:BmpsvJ8idQZdYEtWnvxA8POYQ8Rl/NhyCdF0zLMOOJU=
github.com/ethersphere/node-funder v0.1.2 h1:A0sv8VjkRf/BGKBafuX5MZis4frzYlLNOma1Z2a4jNM=
github.com/ethersphere/node-funder v0.1.2/go.mod h1:1WhVgYBxEqdOWRjEeXKTf6KbaD9Sv7n1gtAvoS4x7IQ=
github.com/ethersphere/node-funder v0.2.0 h1:2jN7LIIwtNqTj3hj/wSYgqK0mfnw73oGsJcgm9tNTek=
github.com/ethersphere/node-funder v0.2.0/go.mod h1:1WhVgYBxEqdOWRjEeXKTf6KbaD9Sv7n1gtAvoS4x7IQ=
github.com/evanphx/json-patch v4.11.0+incompatible h1:glyUF9yIYtMHzn8xaKw5rMhdWcwsYV8dZHIq5567/xs=
github.com/evanphx/json-patch v4.11.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk=
github.com/fjl/memsize v0.0.2 h1:27txuSD9or+NZlnOWdKUxeBzTAUkWCVh+4Gf2dWFOzA=
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package beekeeper

var (
version = "0.18.0" // manually set semantic version number
version = "0.19.1" // manually set semantic version number
commit string // automatically set git commit hash

// Version TODO
Expand Down

0 comments on commit 81963ec

Please sign in to comment.