Skip to content

Commit

Permalink
update module
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Aug 10, 2022
1 parent 96c8150 commit 63230af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,6 @@ replace (
google.golang.org/grpc => google.golang.org/grpc v1.33.2
)

replace github.com/evmos/ethermint => github.com/mmsqe/ethermint v0.7.0-rc7
replace github.com/evmos/ethermint => github.com/mmsqe/ethermint v0.7.0-rc9

replace github.com/ethereum/go-ethereum => github.com/yihuang/go-ethereum v1.10.17-0.20220701082238-e1e3fc47e56a
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -787,8 +787,8 @@ github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyua
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/mitchellh/pointerstructure v1.2.0 h1:O+i9nHnXS3l/9Wu7r4NrEdwA2VFTicjUEN1uBnDo34A=
github.com/mitchellh/pointerstructure v1.2.0/go.mod h1:BRAsLI5zgXmw97Lf6s25bs8ohIXc3tViBH44KcwB2g4=
github.com/mmsqe/ethermint v0.7.0-rc7 h1:nYzHqtZWB8VqyWXakfMwEaAbHUXMGOO7AE0Gsc3WGTM=
github.com/mmsqe/ethermint v0.7.0-rc7/go.mod h1:EgrPNGc0/A1SlOZi3zDD7gezmgopKWwPebXVwZw7Xw8=
github.com/mmsqe/ethermint v0.7.0-rc9 h1:P0GuJZ9LFOuf1uKtOt+U2Uy/Dfs+hOPDT5Emsj5jIN4=
github.com/mmsqe/ethermint v0.7.0-rc9/go.mod h1:EgrPNGc0/A1SlOZi3zDD7gezmgopKWwPebXVwZw7Xw8=
github.com/moby/sys/mountinfo v0.4.1/go.mod h1:rEr8tzG/lsIZHBtN/JjGG+LMYx9eXgW2JI+6q0qou+A=
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=
Expand Down
4 changes: 2 additions & 2 deletions gomod2nix.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ schema = 3
hash = "sha256-ftU5msh8SPbj86MEroqkB2mBKlCdtGUIRmGfnSIOWlU="
replaced = "github.com/yihuang/go-ethereum"
[mod."github.com/evmos/ethermint"]
version = "v0.7.0-rc7"
hash = "sha256-PThWweKsOYNL1k8uoR6bd4kir+3VycsOM1hpSTKfPdc="
version = "v0.7.0-rc9"
hash = "sha256-e1F065MCOHOq2DdGExCtAgRLl94JDyMDJB0WWeFWpFQ="
replaced = "github.com/mmsqe/ethermint"
[mod."github.com/felixge/httpsnoop"]
version = "v1.0.1"
Expand Down

0 comments on commit 63230af

Please sign in to comment.