Skip to content

Commit

Permalink
chore(deps): bump github.com/block-vision/sui-go-sdk from 1.0.5 to 1.…
Browse files Browse the repository at this point in the history
…0.6 (#37)

Bumps [github.com/block-vision/sui-go-sdk](https://github.com/block-vision/sui-go-sdk) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/block-vision/sui-go-sdk/releases)
- [Commits](block-vision/sui-go-sdk@v1.0.5...v1.0.6)

---
updated-dependencies:
- dependency-name: github.com/block-vision/sui-go-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Robert Zaremba <[email protected]>
  • Loading branch information
2 people authored and udit-gulati committed Dec 2, 2024
1 parent f6c90fa commit 032baa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ require (
github.com/minio/highwayhash v1.0.3 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mr-tron/base58 v1.2.0 // indirect
github.com/mtibben/percent v0.2.1 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/oasisprotocol/curve25519-voi v0.0.0-20230904125328-1f23a7beb09a // indirect
Expand Down
2 changes: 1 addition & 1 deletion ika/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func (p *Client) UpdateLC(
Arguments: []interface{}{
lb,
},
Gas: p.GasAddr,
Gas: &p.GasAddr,
GasBudget: p.GasBudget,
}
resp, err := p.c.MoveCall(ctx, req)
Expand Down

0 comments on commit 032baa8

Please sign in to comment.