Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
feat: use optimint v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tzdybal committed Apr 25, 2022
1 parent d7b876e commit c72e464
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 136 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ require (
github.com/rs/cors v1.8.2
github.com/rs/zerolog v1.26.0 // indirect
github.com/spf13/cast v1.4.1
github.com/spf13/cobra v1.3.0
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.10.1
github.com/status-im/keycard-go v0.0.0-20200402102358-957c09536969
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.7.1
github.com/tendermint/tendermint v0.34.14
github.com/tendermint/tm-db v0.6.7
github.com/tyler-smith/go-bip39 v1.1.0
Expand All @@ -40,7 +40,7 @@ require (
gopkg.in/yaml.v2 v2.4.0
)

require github.com/celestiaorg/optimint v0.1.2
require github.com/celestiaorg/optimint v0.2.0

require (
filippo.io/edwards25519 v1.0.0-beta.2 // indirect
Expand Down
Loading

0 comments on commit c72e464

Please sign in to comment.