Skip to content
Merged
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
5 changes: 5 additions & 0 deletions .changeset/afraid-eels-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

#added add an e2e test for managed token pool for Sui
80 changes: 46 additions & 34 deletions .github/integration-in-memory-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ runner-test-matrix:
- id: smoke/ccip/ccip_aptos_messaging_test.go:Test_CCIP_Messaging_EVM2Aptos
path: integration-tests/smoke/ccip/ccip_aptos_messaging_test.go
test_env_type: in-memory
runs_on: ubuntu-latest
runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
Expand All @@ -493,7 +493,7 @@ runner-test-matrix:
- id: smoke/ccip/ccip_aptos_messaging_test.go:Test_CCIP_Messaging_Aptos2EVM
path: integration-tests/smoke/ccip/ccip_aptos_messaging_test.go
test_env_type: in-memory
runs_on: ubuntu-latest
runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
Expand All @@ -505,7 +505,7 @@ runner-test-matrix:
- id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_Aptos2EVM
path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go
test_env_type: in-memory
runs_on: ubuntu-latest
runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
Expand All @@ -517,7 +517,7 @@ runner-test-matrix:
- id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_EVM2Aptos
path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go
test_env_type: in-memory
runs_on: ubuntu-latest
runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
Expand All @@ -529,7 +529,7 @@ runner-test-matrix:
- id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_BnM_Aptos2EVM
path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go
test_env_type: in-memory
runs_on: ubuntu-latest
runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
Expand All @@ -541,7 +541,7 @@ runner-test-matrix:
- id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_BnM_EVM2Aptos
path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go
test_env_type: in-memory
runs_on: ubuntu-latest
runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
Expand All @@ -553,7 +553,7 @@ runner-test-matrix:
- id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_Aptos2EVM
path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go
test_env_type: in-memory
runs_on: ubuntu-latest
runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
Expand All @@ -565,7 +565,7 @@ runner-test-matrix:
- id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_EVM2Aptos
path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go
test_env_type: in-memory
runs_on: ubuntu-latest
runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
Expand All @@ -577,7 +577,7 @@ runner-test-matrix:
- id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_without_TransferRef_EVM2Aptos
path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go
test_env_type: in-memory
runs_on: ubuntu-latest
runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
Expand All @@ -589,7 +589,7 @@ runner-test-matrix:
- id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_without_TransferRef_Aptos2EVM
path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go
test_env_type: in-memory
runs_on: ubuntu-latest
runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
Expand All @@ -601,7 +601,7 @@ runner-test-matrix:
- id: smoke/ccip/ccip_aptos_msghasher_test.go:*
path: integration-tests/smoke/ccip/ccip_aptos_msghasher_test.go
test_env_type: in-memory
runs_on: ubuntu-latest
runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
Expand All @@ -613,7 +613,7 @@ runner-test-matrix:
- id: smoke/ccip/ccip_aptos_regulated_token_transfer_test.go:Test_CCIP_RegulatedTokenTransfer_EVM2Aptos
path: integration-tests/smoke/ccip/ccip_aptos_regulated_token_transfer_test.go
test_env_type: in-memory
runs_on: ubuntu-latest
runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
Expand All @@ -625,7 +625,7 @@ runner-test-matrix:
- id: smoke/ccip/ccip_aptos_regulated_token_transfer_test.go:Test_CCIP_RegulatedTokenTransfer_Aptos2EVM
path: integration-tests/smoke/ccip/ccip_aptos_regulated_token_transfer_test.go
test_env_type: in-memory
runs_on: ubuntu-latest
runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
Expand All @@ -637,7 +637,7 @@ runner-test-matrix:
- id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_BnM_Aptos2EVM
path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go
test_env_type: in-memory
runs_on: ubuntu-latest
runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
Expand All @@ -649,7 +649,7 @@ runner-test-matrix:
- id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_BnM_EVM2Aptos
path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go
test_env_type: in-memory
runs_on: ubuntu-latest
runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
Expand All @@ -661,7 +661,7 @@ runner-test-matrix:
- id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_Aptos2EVM
path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go
test_env_type: in-memory
runs_on: ubuntu-latest
runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
Expand All @@ -673,7 +673,7 @@ runner-test-matrix:
- id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_EVM2Aptos
path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go
test_env_type: in-memory
runs_on: ubuntu-latest
runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
Expand All @@ -685,7 +685,7 @@ runner-test-matrix:
- id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_without_TransferRef_EVM2Aptos
path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go
test_env_type: in-memory
runs_on: ubuntu-latest
runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
Expand All @@ -697,7 +697,7 @@ runner-test-matrix:
- id: smoke/ccip/ccip_aptos_token_transfer_test.go:Test_CCIP_TokenTransfer_LnR_without_TransferRef_Aptos2EVM
path: integration-tests/smoke/ccip/ccip_aptos_token_transfer_test.go
test_env_type: in-memory
runs_on: ubuntu-latest
runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
Expand All @@ -710,7 +710,7 @@ runner-test-matrix:
- id: smoke/ccip/ccip_ton_messaging_test.go:Test_CCIPMessaging_TON2EVM
path: integration-tests/smoke/ccip/ccip_ton_messaging_test.go
test_env_type: in-memory
runs_on: ubuntu-latest
runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
Expand All @@ -721,7 +721,7 @@ runner-test-matrix:
- id: smoke/ccip/ccip_ton_messaging_test.go:Test_CCIPMessaging_EVM2TON
path: integration-tests/smoke/ccip/ccip_ton_messaging_test.go
test_env_type: in-memory
runs_on: ubuntu-latest
runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
Expand All @@ -733,7 +733,7 @@ runner-test-matrix:
- id: smoke/ccip/ccip_sui_messaging_test.go:Test_CCIP_Messaging_Sui2EVM
path: integration-tests/smoke/ccip/ccip_sui_messaging_test.go
test_env_type: in-memory
runs_on: ubuntu-latest
runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
Expand All @@ -745,7 +745,7 @@ runner-test-matrix:
- id: smoke/ccip/ccip_sui_messaging_test.go:Test_CCIP_Messaging_EVM2Sui
path: integration-tests/smoke/ccip/ccip_sui_messaging_test.go
test_env_type: in-memory
runs_on: ubuntu-latest
runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
Expand All @@ -766,62 +766,74 @@ runner-test-matrix:
# sui_cli_version: mainnet-1.57.2
# install_plugins_public: true

- id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_Sui2EVM
- id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool
path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go
test_env_type: in-memory
runs_on: ubuntu-latest
runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
test_cmd: go test ./smoke/ccip -run "Test_CCIPTokenTransfer_Sui2EVM" -timeout 10m -test.parallel=1 -count=1 -json
test_cmd: go test ./smoke/ccip -run "Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool" -timeout 10m -test.parallel=1 -count=1 -json
test_go_project_path: integration-tests
sui_cli_version: mainnet-1.57.2
install_plugins_public: true

# - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPPureTokenTransfer_EVM2SUI
- id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_Sui2EVM_ManagedTokenPool
path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go
test_env_type: in-memory
runs_on_self_hosted: runs-on/cpu=8/ram=32/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs
triggers:
- PR Integration CCIP Tests
- Nightly Integration CCIP Tests
test_cmd: go test ./smoke/ccip -run "Test_CCIPTokenTransfer_Sui2EVM_ManagedTokenPool" -timeout 10m -test.parallel=1 -count=1 -json
test_go_project_path: integration-tests
sui_cli_version: mainnet-1.60.1
install_plugins_public: true

# - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPPureTokenTransfer_EVM2SUI_BurnMintTokenPool
# path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go
# test_env_type: in-memory
# runs_on: ubuntu24.04-8cores-32GB
# triggers:
# - PR Integration CCIP Tests
# - Nightly Integration CCIP Tests
# test_cmd: go test ./smoke/ccip -run "Test_CCIPPureTokenTransfer_EVM2SUI" -timeout 7m -test.parallel=1 -count=1 -json
# test_cmd: go test ./smoke/ccip -run "Test_CCIPPureTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json
# test_go_project_path: integration-tests
# sui_cli_version: mainnet-1.57.2
# install_plugins_public: true

# - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPProgrammableTokenTransfer_EVM2SUI
# - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPProgrammableTokenTransfer_EVM2SUI_BurnMintTokenPool
# path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go
# test_env_type: in-memory
# runs_on: ubuntu24.04-8cores-32GB
# triggers:
# - PR Integration CCIP Tests
# - Nightly Integration CCIP Tests
# test_cmd: go test ./smoke/ccip -run "Test_CCIPProgrammableTokenTransfer_EVM2SUI" -timeout 7m -test.parallel=1 -count=1 -json
# test_cmd: go test ./smoke/ccip -run "Test_CCIPProgrammableTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json
# test_go_project_path: integration-tests
# sui_cli_version: mainnet-1.57.2
# install_plugins_public: true

# - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPZeroGasLimitTokenTransfer_EVM2SUI
# - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPZeroGasLimitTokenTransfer_EVM2SUI_BurnMintTokenPool
# path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go
# test_env_type: in-memory
# runs_on: ubuntu24.04-8cores-32GB
# triggers:
# - PR Integration CCIP Tests
# - Nightly Integration CCIP Tests
# test_cmd: go test ./smoke/ccip -run "Test_CCIPZeroGasLimitTokenTransfer_EVM2SUI" -timeout 7m -test.parallel=1 -count=1 -json
# test_cmd: go test ./smoke/ccip -run "Test_CCIPZeroGasLimitTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json
# test_go_project_path: integration-tests
# sui_cli_version: mainnet-1.57.2
# install_plugins_public: true

# - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_EVM2SUI
# - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPTokenTransfer_EVM2SUI_BurnMintTokenPool
# path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go
# test_env_type: in-memory
# runs_on: ubuntu24.04-8cores-32GB
# triggers:
# - PR Integration CCIP Tests
# - Nightly Integration CCIP Tests
# test_cmd: go test ./smoke/ccip -run "Test_CCIPTokenTransfer_EVM2SUI" -timeout 7m -test.parallel=1 -count=1 -json
# test_cmd: go test ./smoke/ccip -run "Test_CCIPTokenTransfer_EVM2SUI_BurnMintTokenPool" -timeout 7m -test.parallel=1 -count=1 -json
# test_go_project_path: integration-tests
# sui_cli_version: mainnet-1.57.2
# install_plugins_public: true
Expand Down
4 changes: 2 additions & 2 deletions core/scripts/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -499,8 +499,8 @@ require (
github.com/smartcontractkit/chainlink-protos/svr v1.1.0 // indirect
github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331-aa7746850cc4 // indirect
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4 // indirect
github.com/smartcontractkit/chainlink-sui v0.0.0-20251105220250-f8d7f06e3b8d // indirect
github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251105220250-f8d7f06e3b8d // indirect
github.com/smartcontractkit/chainlink-sui v0.0.0-20251114141003-d4fabe3c5586 // indirect
github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251114141003-d4fabe3c5586 // indirect
github.com/smartcontractkit/chainlink-testing-framework/framework/components/fake v0.10.0 // indirect
github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 // indirect
github.com/smartcontractkit/chainlink-ton v0.0.0-20251113211653-082bd18d77bb // indirect
Expand Down
8 changes: 4 additions & 4 deletions core/scripts/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1661,10 +1661,10 @@ github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331-
github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331-aa7746850cc4/go.mod h1:HIpGvF6nKCdtZ30xhdkKWGM9+4Z4CVqJH8ZBL1FTEiY=
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4 h1:XYuSAv2hVwAegkJQsrnsQgl3eMHEFSYkA6+lyd7UdWU=
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251105160343-b77843a1daf4/go.mod h1:BqK7sKZUfX4sVkDSEMnj1Vnagiqh+bt1nARpEFruP40=
github.com/smartcontractkit/chainlink-sui v0.0.0-20251105220250-f8d7f06e3b8d h1:Bpp6fmkuzVNIQOE5qtzn8J1jzpdW+7hxGBu52qTPVZs=
github.com/smartcontractkit/chainlink-sui v0.0.0-20251105220250-f8d7f06e3b8d/go.mod h1:VlyZhVw+a93Sk8rVHOIH6tpiXrMzuWLZrjs1eTIExW8=
github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251105220250-f8d7f06e3b8d h1:OF71xP01Se6e03tXZ158s2Dx4MnJW66L1LSSl2TSGao=
github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251105220250-f8d7f06e3b8d/go.mod h1:xKHyB3k3B5Au1Bvn6i3OmYkvbt0CDsuXXQBnC+ci0Ts=
github.com/smartcontractkit/chainlink-sui v0.0.0-20251114141003-d4fabe3c5586 h1:XiPdxF1OGGTakmDv5V9PZNv10HmnF+uYjYeY5H+Rb2o=
github.com/smartcontractkit/chainlink-sui v0.0.0-20251114141003-d4fabe3c5586/go.mod h1:qSxg5KpKoLfiF52qcBTfJtoiRh0jYrpSlDVpHDN7Kmo=
github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251114141003-d4fabe3c5586 h1:IpZLp2YZDFn0DwpPBZvpssViW03tGACZfSlqg9o1Sm4=
github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251114141003-d4fabe3c5586/go.mod h1:ROpZpZBHs3kyXARYu+34Ttt2RBnABJE23e9VW5kzhI4=
github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.8 h1:0d7CVHUsG3Lt4LNIMt7/GQLjzrWMpA+KtUC/9gZFeAQ=
github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.8/go.mod h1:BTUmWJGbOQtMdDW8cy4fu0wLoj8tKFQiLR7SE+OyTXU=
github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose v0.1.17 h1:rOYrH9lx2nXyqtvpuTq50RlW5VtplJFWtXD6cf7uEWc=
Expand Down
Loading
Loading