From c5bddab5b315ea72432a0da82376dcedde23ea37 Mon Sep 17 00:00:00 2001 From: Scott Piriou <30843220+pscott@users.noreply.github.com> Date: Mon, 4 Mar 2024 13:56:03 +0100 Subject: [PATCH] update boost version in ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b859ba..04a999c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ env: SEPOLIA_SUBGRAPH_URL: "https://api.studio.thegraph.com/query/23545/boost-sepolia/version/latest" MAINNET_SUBGRAPH_URL: "https://api.studio.thegraph.com/query/23545/boost/version/latest" BOOST_NAME: "boost" - BOOST_VERSION: "1" + BOOST_VERSION: "0.1.0" VERIFYING_CONTRACT: "0xc8Ae580637bf91b7E2c0A8cf369Fb24e0253cA5a" SLOT_URL: "https://beaconcha.in/api/v1/slot/" EPOCH_URL: "https://beaconcha.in/api/v1/epoch/"