Skip to content

Commit

Permalink
bump sdk version
Browse files Browse the repository at this point in the history
1 retry for calculgas rpc
  • Loading branch information
tpkeeper committed May 18, 2022
1 parent 33f7982 commit 3c843b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions cmd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ require (
github.com/cosmos/ibc-go/v3 v3.0.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.4.0
github.com/stafihub/cosmos-relay-sdk v1.0.0
github.com/stafihub/cosmos-relay-sdk v1.0.1
github.com/stafihub/rtoken-relay-core/common v0.0.0-20220514065914-3bb5cec735ea
github.com/stafihub/stafi-hub-relay-sdk v1.0.1
github.com/stafihub/stafi-hub-relay-sdk v1.0.2
github.com/stafiprotocol/chainbridge v1.0.0
github.com/stafiprotocol/go-sdk v1.3.1
github.com/urfave/cli/v2 v2.5.0
Expand Down
8 changes: 4 additions & 4 deletions cmd/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1075,12 +1075,12 @@ github.com/spf13/viper v1.8.1/go.mod h1:o0Pch8wJ9BVSWGQMbra6iw0oQ5oktSIBaujf1rJH
github.com/spf13/viper v1.10.1/go.mod h1:IGlFPqhNAPKRxohIzWpI5QEy4kuI7tcl5WvR+8qy1rU=
github.com/spf13/viper v1.11.0 h1:7OX/1FS6n7jHD1zGrZTM7WtY13ZELRyosK4k93oPr44=
github.com/spf13/viper v1.11.0/go.mod h1:djo0X/bA5+tYVoCn+C7cAYJGcVn/qYLFTG8gdUsX7Zk=
github.com/stafihub/cosmos-relay-sdk v1.0.0 h1:VojOMlL13uMX4sEkK0L81rM7iCjD+2wmiUYOieehYhU=
github.com/stafihub/cosmos-relay-sdk v1.0.0/go.mod h1:53VwER2bPjwrH7ACP5MuB7sw7hMaRwjdJ7MMIfaUMIA=
github.com/stafihub/cosmos-relay-sdk v1.0.1 h1:AY7HN+KVfWMb5DOXjznVhyvX9VMwaCrEoH6+mPrXQsM=
github.com/stafihub/cosmos-relay-sdk v1.0.1/go.mod h1:53VwER2bPjwrH7ACP5MuB7sw7hMaRwjdJ7MMIfaUMIA=
github.com/stafihub/rtoken-relay-core/common v0.0.0-20220514065914-3bb5cec735ea h1:76rrhGJNAptV6seHHLQpM1f0X937pplW4upsyAmBIHQ=
github.com/stafihub/rtoken-relay-core/common v0.0.0-20220514065914-3bb5cec735ea/go.mod h1:dfa7diRe7m0Syeq5vJcr0dFi4RhZLuCSPLKCUa55QTo=
github.com/stafihub/stafi-hub-relay-sdk v1.0.1 h1:W6mTjgKIwqtnSM8radfJ4WqU72LpZ6scLGXFe0Ut5OM=
github.com/stafihub/stafi-hub-relay-sdk v1.0.1/go.mod h1:ir743zzdUQGKwzXDRueDzgfdXnERwo77WTALw4NlEeI=
github.com/stafihub/stafi-hub-relay-sdk v1.0.2 h1:7Rs7nS31dMJULJ6QRgBmVxsnUi0NMnEwimeer2HQsQs=
github.com/stafihub/stafi-hub-relay-sdk v1.0.2/go.mod h1:ir743zzdUQGKwzXDRueDzgfdXnERwo77WTALw4NlEeI=
github.com/stafihub/stafihub v0.0.0-20220505173950-6d307f410e31 h1:y/c5YD3P8iG3ozfry0EnDNHW0HMyzisP4SOLzT6GIdc=
github.com/stafihub/stafihub v0.0.0-20220505173950-6d307f410e31/go.mod h1:qdhjzvDMYvQJ4E5+0+p/w3WZEJaOehGK4TuByQLVhlE=
github.com/stafiprotocol/chainbridge v1.0.0 h1:CT5ActFpHt4WEw+VvcCNw/bTLVrrnxK348ro5r0GMds=
Expand Down
2 changes: 1 addition & 1 deletion cmd/relay/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func init() {
app.Name = "relay"
app.Usage = "relay"
app.Authors = []*cli.Author{{Name: "Stafi Protocol 2022"}}
app.Version = "0.0.1"
app.Version = "0.1.1"
app.EnableBashCompletion = true
app.Commands = []*cli.Command{
&accountCommand,
Expand Down

0 comments on commit 3c843b0

Please sign in to comment.