Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update greenfield go sdk #94

Merged
merged 1 commit into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/aws/aws-sdk-go v1.40.45
github.com/bnb-chain/greenfield v1.0.0
github.com/bnb-chain/greenfield-common/go v0.0.0-20230906132736-eb2f0efea228
github.com/bnb-chain/greenfield-go-sdk v1.0.1-0.20231019075444-fdf8f1c22799
github.com/bnb-chain/greenfield-go-sdk v1.0.1-0.20231020022031-4940fb69df12
github.com/cometbft/cometbft v0.37.2
github.com/cosmos/cosmos-sdk v0.47.3
github.com/ethereum/go-ethereum v1.10.26
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ github.com/bnb-chain/greenfield-cosmos-sdk/api v0.0.0-20230816082903-b48770f5e21
github.com/bnb-chain/greenfield-cosmos-sdk/api v0.0.0-20230816082903-b48770f5e210/go.mod h1:vhsZxXE9tYJeYB5JR4hPhd6Pc/uPf7j1T8IJ7p9FdeM=
github.com/bnb-chain/greenfield-cosmos-sdk/math v0.0.0-20230816082903-b48770f5e210 h1:FLVOn4+OVbsKi2+YJX5kmD27/4dRu4FW7xCXFhzDO5s=
github.com/bnb-chain/greenfield-cosmos-sdk/math v0.0.0-20230816082903-b48770f5e210/go.mod h1:An0MllWJY6PxibUpnwGk8jOm+a/qIxlKmL5Zyp9NnaM=
github.com/bnb-chain/greenfield-go-sdk v1.0.1-0.20231019075444-fdf8f1c22799 h1:cOtnpEKB/j28hzrkdwgmJBptqzwKg4XJAz6oupLhJgs=
github.com/bnb-chain/greenfield-go-sdk v1.0.1-0.20231019075444-fdf8f1c22799/go.mod h1:UQ1OLlja9gUQ919nxZTURtgmXUkXn9Vgc9A2UMx4taA=
github.com/bnb-chain/greenfield-go-sdk v1.0.1-0.20231020022031-4940fb69df12 h1:Y0EqjHDI5+ClHM84GZvOg5IhTmm0SWsjUvLB97trRw8=
github.com/bnb-chain/greenfield-go-sdk v1.0.1-0.20231020022031-4940fb69df12/go.mod h1:UQ1OLlja9gUQ919nxZTURtgmXUkXn9Vgc9A2UMx4taA=
github.com/bnb-chain/greenfield-iavl v0.20.1 h1:y3L64GU99otNp27/xLVBTDbv4eroR6CzoYz0rbaVotM=
github.com/bnb-chain/greenfield-iavl v0.20.1/go.mod h1:oLksTs8dfh7DYIKBro7hbRQ+ewls7ghJ27pIXlbEXyI=
github.com/boltdb/bolt v1.3.1/go.mod h1:clJnj/oiGkjum5o1McbSZDSLxVThjynRyGBgiAx27Ps=
Expand Down