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

Commit

Permalink
ree
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon Bear committed Nov 7, 2023
1 parent f61d044 commit ee680ef
Show file tree
Hide file tree
Showing 4 changed files with 2,056 additions and 126 deletions.
6 changes: 3 additions & 3 deletions cosmos/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ require (
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
google.golang.org/grpc v1.59.0
google.golang.org/protobuf v1.31.0
github.com/berachain/polaris/contracts v0.0.0-20231031220135-f3bf0d0ee45f
github.com/berachain/polaris/eth 0f5ea6720c02455a614ef432b6343dbef7593fa7
github.com/berachain/polaris/lib 0f5ea6720c02455a614ef432b6343dbef7593fa7
github.com/berachain/polaris/contracts v0.0.0-20231107181543-f61d0442550f
github.com/berachain/polaris/eth v0.0.0-20231107181543-f61d0442550f
github.com/berachain/polaris/lib v0.0.0-20231107181543-f61d0442550f
)

require (
Expand Down
6 changes: 3 additions & 3 deletions eth/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module pkg.berachain.dev/polaris/eth
module github.com/berachain/polaris/eth

go 1.21

Expand All @@ -9,14 +9,14 @@ replace (
)

require (
github.com/berachain/polaris/contracts v0.0.0-20231107181543-f61d0442550f
github.com/berachain/polaris/lib v0.0.0-20231107181543-f61d0442550f
github.com/ethereum/go-ethereum v1.13.4
github.com/holiman/uint256 v1.2.3
github.com/onsi/ginkgo/v2 v2.13.0
github.com/onsi/gomega v1.27.10
github.com/stretchr/testify v1.8.4
golang.org/x/text v0.13.0
pkg.berachain.dev/polaris/contracts v0.0.0-20231104204753-faadca38b64d
pkg.berachain.dev/polaris/lib v0.0.0-20231104204753-faadca38b64d
)

require (
Expand Down
Loading

0 comments on commit ee680ef

Please sign in to comment.