Skip to content
Closed
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 @@ -20,7 +20,7 @@ require (
github.com/smartcontractkit/chainlink-aptos v0.0.0-20250905094443-ac02b032b32b
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250805210128-7f8a0f403c3a
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250805210128-7f8a0f403c3a
github.com/smartcontractkit/chainlink-sui v0.0.0-20251016153021-3d4a0208cf70
github.com/smartcontractkit/chainlink-sui v0.0.0-20251022041343-36f4654b7eac
Copy link
Member Author

Choose a reason for hiding this comment

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

Change to @latest when smartcontractkit/chainlink-sui#153 gets merged

github.com/smartcontractkit/chainlink-testing-framework/framework v0.10.16
github.com/smartcontractkit/freeport v0.1.2
github.com/spf13/cast v1.7.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -628,8 +628,8 @@ github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.1 h1:ca2z5OXgn
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.1/go.mod h1:NZv/qKYGFRnkjOYBouajnDfFoZ+WDa6H2KNmSf1dnKc=
github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250806152407-159881c7589c h1:QaImySzrLcGzQc4wCF2yDqqb73jA3+9EIqybgx8zT4w=
github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250806152407-159881c7589c/go.mod h1:U1UAbPhy6D7Qz0wHKGPoQO+dpR0hsYjgUz8xwRrmKwI=
github.com/smartcontractkit/chainlink-sui v0.0.0-20251016153021-3d4a0208cf70 h1:q6/tFONKAfiynRA9hVja5+/h6LcU0uc3tCfR4frkrhA=
github.com/smartcontractkit/chainlink-sui v0.0.0-20251016153021-3d4a0208cf70/go.mod h1:VlyZhVw+a93Sk8rVHOIH6tpiXrMzuWLZrjs1eTIExW8=
github.com/smartcontractkit/chainlink-sui v0.0.0-20251022041343-36f4654b7eac h1:5DsDXb9Zgb1y+w/hUNSTMSNhlus4JyYCgjraVqdgKno=
github.com/smartcontractkit/chainlink-sui v0.0.0-20251022041343-36f4654b7eac/go.mod h1:VlyZhVw+a93Sk8rVHOIH6tpiXrMzuWLZrjs1eTIExW8=
github.com/smartcontractkit/chainlink-testing-framework/framework v0.10.16 h1:5h4wpPYFDr8Q9jQ4ce/+qSMfxkqpSb4h2WHxKdvjOWY=
github.com/smartcontractkit/chainlink-testing-framework/framework v0.10.16/go.mod h1:gdW2dlrvHcTawMCtAIXQYZcZ9Ggx16L55kA7wONvzJ4=
github.com/smartcontractkit/freeport v0.1.2 h1:xMZ0UFHmjfB4MwbDANae3RS7UKt7OJ0JVqhjPSXdKVk=
Expand Down
2 changes: 1 addition & 1 deletion sdk/sui/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func (e Executor) ExecuteOperation(
}

if additionalFields.Function == TimelockActionBypass {
timelockCall, timelockErr := encoder.DispatchTimelockBypasserExecuteBatchWithArgs(timelockCallback, e.registryObj)
timelockCall, timelockErr := encoder.DispatchTimelockBypasserExecuteBatchWithArgs(timelockCallback)
if timelockErr != nil {
return types.TransactionResult{}, fmt.Errorf("creating timelock call: %w", timelockErr)
}
Expand Down
29 changes: 14 additions & 15 deletions sdk/sui/mocks/mcms/imcms.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 14 additions & 15 deletions sdk/sui/mocks/mcms/imcmsdevinspect.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 14 additions & 15 deletions sdk/sui/mocks/mcms/mcmsencoder.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading