Skip to content

Commit

Permalink
Merge pull request #16 from bnoieh/fix-op-geth-dep
Browse files Browse the repository at this point in the history
chore: fix op-geth dep
  • Loading branch information
owen-reorg authored Aug 4, 2023
2 parents 476a248 + 7f31d3b commit 7dd2c97
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 10 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ require (
github.com/hashicorp/go-bexpr v0.1.11 // indirect
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
github.com/huin/goupnp v1.1.0 // indirect
github.com/influxdata/influxdb v1.8.3 // indirect
github.com/influxdata/influxdb-client-go/v2 v2.4.0 // indirect
github.com/influxdata/influxdb1-client v0.0.0-20220302092344-a9ab5670611c // indirect
github.com/influxdata/line-protocol v0.0.0-20210311194329-9aa0e372d097 // indirect
github.com/ipfs/go-cid v0.3.2 // indirect
github.com/ipfs/go-log/v2 v2.5.1 // indirect
Expand Down Expand Up @@ -129,6 +129,7 @@ require (
github.com/onsi/ginkgo/v2 v2.8.1 // indirect
github.com/opencontainers/runtime-spec v1.0.2 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/panjf2000/ants/v2 v2.7.3 // indirect
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
github.com/peterh/liner v1.1.1-0.20190123174540-a2c9a5303de7 // indirect
github.com/pkg/errors v0.9.1 // indirect
Expand Down Expand Up @@ -169,14 +170,13 @@ require (
golang.org/x/text v0.8.0 // indirect
golang.org/x/tools v0.7.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.1.7 // indirect
nhooyr.io/websocket v1.8.7 // indirect
)

replace github.com/ethereum/go-ethereum v1.11.6 => github.com/ethereum-optimism/op-geth v1.101106.0-rc.2
replace github.com/ethereum/go-ethereum v1.11.6 => github.com/bnb-chain/op-geth v0.1.2

//replace github.com/ethereum/go-ethereum v1.11.6 => ../go-ethereum
Loading

1 comment on commit 7dd2c97

@Nouri11190
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would like to receive all the BNB Tokens straight to Binance account by dropping my direct wallets
0x1544d2de1260x966e21BACaD6BaD1823c3e2Ae70faB8e49ccDD20e3a4b194cfad2a5c6966b3460ebe3

Please sign in to comment.