File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ "@smartcontractkit/mcms": patch
3+ ---
4+
5+ fix(solana): use smaller batch "append instruction" chunk size
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ import (
1818 "github.com/smartcontractkit/mcms/types"
1919)
2020
21- // AppendIxDataChunkSize number is derived from chainlink-ccip
22- // https://github. com/smartcontractkit/chainlink-ccip/blob/main/chains/solana/contracts/tests/config/timelock_config.go#L20
23- const AppendIxDataChunkSize = 491
21+ // AppendIxDataChunkSize number is derived from chainlink-ccip; using 400 as
22+ // recommended by jonghyeon.park@smartcontract. com.
23+ const AppendIxDataChunkSize = 400
2424
2525var _ sdk.TimelockConverter = (*TimelockConverter)(nil)
2626
You can’t perform that action at this time.
0 commit comments