Skip to content

Commit

Permalink
fix fork order (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
blxdyx authored Dec 8, 2023
1 parent 4e041df commit 7eb76f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ require (
replace (
github.com/cometbft/cometbft => github.com/bnb-chain/greenfield-tendermint v0.0.0-20230417032003-4cda1f296fb2
github.com/grpc-ecosystem/grpc-gateway/v2 => github.com/prysmaticlabs/grpc-gateway/v2 v2.3.1-0.20210702154020-550e1cd83ec1
github.com/ledgerwatch/erigon-lib => github.com/node-real/bsc-erigon-lib v1.0.2-0.20231205064020-5a294bf15e2d
github.com/ledgerwatch/erigon-lib => github.com/node-real/bsc-erigon-lib v1.0.2-0.20231208082640-a478a85b8ef0
github.com/ledgerwatch/erigon-snapshot => github.com/node-real/bsc-erigon-snapshot v1.0.1-0.20231207023556-43c6fd94f10e
github.com/tendermint/tendermint => github.com/bnb-chain/tendermint v0.31.15
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1220,8 +1220,8 @@ github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OS
github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86/go.mod h1:kHJEU3ofeGjhHklVoIGuVj85JJwZ6kWPaJwCIxgnFmo=
github.com/neelance/sourcemap v0.0.0-20151028013722-8c68805598ab/go.mod h1:Qr6/a/Q4r9LP1IltGz7tA7iOK1WonHEYhu1HRBA7ZiM=
github.com/nishanths/predeclared v0.0.0-20200524104333-86fad755b4d3/go.mod h1:nt3d53pc1VYcphSCIaYAJtnPYnr3Zyn8fMq2wvPGPso=
github.com/node-real/bsc-erigon-lib v1.0.2-0.20231205064020-5a294bf15e2d h1:1eJ+ILA9q7/TwRAGae535JVwcXuSWA4VGltPGTWYmHE=
github.com/node-real/bsc-erigon-lib v1.0.2-0.20231205064020-5a294bf15e2d/go.mod h1:VfsdM52udAY3ghsNxdJcIVQJDEqE5eVBkFfYQkNHnO4=
github.com/node-real/bsc-erigon-lib v1.0.2-0.20231208082640-a478a85b8ef0 h1:nTnaoq4cWHDpOv0R2UMZh8OGnnuXsF0KHw5O/Fai6oI=
github.com/node-real/bsc-erigon-lib v1.0.2-0.20231208082640-a478a85b8ef0/go.mod h1:VfsdM52udAY3ghsNxdJcIVQJDEqE5eVBkFfYQkNHnO4=
github.com/node-real/bsc-erigon-snapshot v1.0.1-0.20231207023556-43c6fd94f10e h1:WSrPOcTazElM5Y/ar2V+HKDzm162XiK61X7tSoYszec=
github.com/node-real/bsc-erigon-snapshot v1.0.1-0.20231207023556-43c6fd94f10e/go.mod h1:3AuPxZc85jkehh/HA9h8gabv5MSi3kb/ddtzBsTVJFo=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
Expand Down

0 comments on commit 7eb76f6

Please sign in to comment.