From 032baa890c69630f2d03fc20a3628b1f8f45a160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 12:17:00 +0000 Subject: [PATCH] chore(deps): bump github.com/block-vision/sui-go-sdk from 1.0.5 to 1.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](https://github.com/block-vision/sui-go-sdk/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Robert Zaremba --- go.mod | 1 + ika/client.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d4eff5b..18cdf3f 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/ika/client.go b/ika/client.go index 45cfb2f..6230e17 100644 --- a/ika/client.go +++ b/ika/client.go @@ -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)