Skip to content

Commit 865db94

Browse files
committed
bump ccip dep
1 parent ffeabb1 commit 865db94

15 files changed

Lines changed: 61 additions & 61 deletions

File tree

core/scripts/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ require (
4545
github.com/shopspring/decimal v1.4.0
4646
github.com/smartcontractkit/chain-selectors v1.0.98
4747
github.com/smartcontractkit/chainlink-automation v0.8.1
48-
github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260415165642-49f23e4d76cc
48+
github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260428205619-2db1389501a1
4949
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260428192532-b1f4aebef94a
5050
github.com/smartcontractkit/chainlink-common/keystore v1.1.0
5151
github.com/smartcontractkit/chainlink-data-streams v0.1.13
@@ -488,11 +488,11 @@ require (
488488
github.com/smartcontractkit/ccip-contract-examples/chains/evm v0.0.0-20260129135848-c86808ba5cb9 // indirect
489489
github.com/smartcontractkit/ccip-owner-contracts v0.1.0 // indirect
490490
github.com/smartcontractkit/chainlink-aptos v0.0.0-20260424112027-f932111b88ac // indirect
491-
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260423164805-f44aeafa2aaa // indirect
491+
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260428205619-2db1389501a1 // indirect
492492
github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm v0.0.0-20260408145530-22e2d05695cd // indirect
493493
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260415165642-49f23e4d76cc // indirect
494494
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260415165642-49f23e4d76cc // indirect
495-
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260415165642-49f23e4d76cc // indirect
495+
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260428205619-2db1389501a1 // indirect
496496
github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260428133800-3b1484e8b1fd // indirect
497497
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.11-0.20251211140724-319861e514c4 // indirect
498498
github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260403151002-2c91155b5501 // indirect

core/scripts/go.sum

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deployment/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ require (
3737
github.com/smartcontractkit/ccip-owner-contracts v0.1.0
3838
github.com/smartcontractkit/chain-selectors v1.0.98
3939
github.com/smartcontractkit/chainlink-aptos v0.0.0-20260424112027-f932111b88ac
40-
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260423164805-f44aeafa2aaa
41-
github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260415165642-49f23e4d76cc
40+
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260428205619-2db1389501a1
41+
github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260428205619-2db1389501a1
4242
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260415165642-49f23e4d76cc
4343
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260415165642-49f23e4d76cc
44-
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260415165642-49f23e4d76cc
44+
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260428205619-2db1389501a1
4545
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260428192532-b1f4aebef94a
4646
github.com/smartcontractkit/chainlink-common/keystore v1.1.0
4747
github.com/smartcontractkit/chainlink-deployments-framework v0.98.0

deployment/go.sum

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,14 +319,14 @@ flowchart LR
319319
click chainlink-ccip/ccv/chains/evm href "https://github.com/smartcontractkit/chainlink-ccip"
320320
chainlink-ccip/chains/evm --> ccip-contract-examples/chains/evm
321321
chainlink-ccip/chains/evm --> chainlink-ccip/deployment
322+
chainlink-ccip/chains/evm --> chainlink-evm
322323
click chainlink-ccip/chains/evm href "https://github.com/smartcontractkit/chainlink-ccip"
323324
chainlink-ccip/chains/solana --> chainlink-ccip/chains/solana/gobindings
324325
chainlink-ccip/chains/solana --> chainlink-common
325326
click chainlink-ccip/chains/solana href "https://github.com/smartcontractkit/chainlink-ccip"
326327
chainlink-ccip/chains/solana/gobindings
327328
click chainlink-ccip/chains/solana/gobindings href "https://github.com/smartcontractkit/chainlink-ccip"
328329
chainlink-ccip/deployment --> chainlink-deployments-framework
329-
chainlink-ccip/deployment --> chainlink-evm
330330
click chainlink-ccip/deployment href "https://github.com/smartcontractkit/chainlink-ccip"
331331
chainlink-ccv --> chainlink-ccip/ccv/chains/evm
332332
chainlink-ccv --> chainlink-evm

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ require (
7979
github.com/smartcontractkit/chain-selectors v1.0.98
8080
github.com/smartcontractkit/chainlink-aptos v0.0.0-20260424112027-f932111b88ac
8181
github.com/smartcontractkit/chainlink-automation v0.8.1
82-
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260423164805-f44aeafa2aaa
83-
github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260415165642-49f23e4d76cc
82+
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260428205619-2db1389501a1
83+
github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260428205619-2db1389501a1
8484
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260415165642-49f23e4d76cc
8585
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260415165642-49f23e4d76cc
8686
github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260428133800-3b1484e8b1fd

go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ require (
2525
github.com/segmentio/ksuid v1.0.4
2626
github.com/smartcontractkit/chain-selectors v1.0.98
2727
github.com/smartcontractkit/chainlink-aptos v0.0.0-20260424112027-f932111b88ac
28-
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260423164805-f44aeafa2aaa
29-
github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260415165642-49f23e4d76cc
28+
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260428205619-2db1389501a1
29+
github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260428205619-2db1389501a1
3030
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260415165642-49f23e4d76cc
3131
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260415165642-49f23e4d76cc
3232
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260428192532-b1f4aebef94a
@@ -404,7 +404,7 @@ require (
404404
github.com/smartcontractkit/ccip-owner-contracts v0.1.0 // indirect
405405
github.com/smartcontractkit/chainlink-automation v0.8.1 // indirect
406406
github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm v0.0.0-20260408145530-22e2d05695cd // indirect
407-
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260415165642-49f23e4d76cc // indirect
407+
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260428205619-2db1389501a1 // indirect
408408
github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260428133800-3b1484e8b1fd // indirect
409409
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 // indirect
410410
github.com/smartcontractkit/chainlink-data-streams v0.1.13 // indirect

integration-tests/go.sum

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)