From 7b9c2758607c65b3ebe11fe42381507e255376c2 Mon Sep 17 00:00:00 2001 From: liyukun Date: Thu, 21 Dec 2023 10:49:23 +0800 Subject: [PATCH] chore: update ibc-solidity-contract to for support real verification of light client --- .github/workflows/ibc-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ibc-test.yaml b/.github/workflows/ibc-test.yaml index 31b9476e..5a333e51 100644 --- a/.github/workflows/ibc-test.yaml +++ b/.github/workflows/ibc-test.yaml @@ -30,7 +30,7 @@ jobs: SRC_DIR: ${{ github.workspace }}/ibc-test-src # https://github.com/axonweb3/axon/commits/forcerelay-dev AXON_COMMIT: forcerelay-dev - IBC_CONTRACT_COMMIT: f2bd40fe3d314bb8fa55c828e9832f40a350fa48 + IBC_CONTRACT_COMMIT: 3ae160a918b49c7f3ad8a7ff7138894eaacfc3fd CELL_EMITTER_COMMIT: 0a897111b389472a078512815d293703910c25d5 strategy: fail-fast: false