Skip to content

Commit

Permalink
Bump pickaxe to allow configuration of chain registry base url (#12)
Browse files Browse the repository at this point in the history
* bump pickaxe

* remove toolchain
  • Loading branch information
keefertaylor authored Jan 23, 2024
1 parent f863c0c commit 4414227
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 5 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/tessellated-io/restake-go

go 1.20
go 1.21

require (
cosmossdk.io/math v1.1.2
Expand All @@ -9,7 +9,7 @@ require (
github.com/rs/zerolog v1.30.0
github.com/spf13/cobra v1.7.0
github.com/tessellated-io/healthchecks v0.0.2
github.com/tessellated-io/pickaxe v1.1.3
github.com/tessellated-io/pickaxe v1.1.5
github.com/tessellated-io/router v0.0.5
gopkg.in/yaml.v2 v2.4.0
)
Expand Down
Loading

0 comments on commit 4414227

Please sign in to comment.