From 5d0cc626f1ba92d3961b3f06ec5584c9cc7d5d5f Mon Sep 17 00:00:00 2001 From: Marcos Maceo Date: Wed, 6 Nov 2024 16:42:43 +0400 Subject: [PATCH] chore: run taiko on latest --- .github/workflows/sync-supported-chains.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-supported-chains.yml b/.github/workflows/sync-supported-chains.yml index 4e98b9ef6fb..eea64deebbe 100644 --- a/.github/workflows/sync-supported-chains.yml +++ b/.github/workflows/sync-supported-chains.yml @@ -186,7 +186,7 @@ jobs: -p $GITHUB_WORKSPACE/sedge \ taiko-full-node \ --l2-execution taiko-nethermind:$docker_image \ - --taiko-image taiko:us-docker.pkg.dev/evmchain/images/taiko-client:taiko-client-v0.39.2 \ + --taiko-image taiko:us-docker.pkg.dev/evmchain/images/taiko-client:latest \ --map-all \ --network $stripped_network \ --consensus-url $CONSENSUS_URL \