From f873283fa6ff6937d70a720bf06678784366ab76 Mon Sep 17 00:00:00 2001 From: Matthias Geihs Date: Sat, 30 Mar 2024 23:51:51 +0100 Subject: [PATCH] cd.yml: change chain to sepolia --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index c507dd4..d065df0 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -14,7 +14,7 @@ jobs: - name: Install and Build 🔧 run: | npm ci - npm run build-select-network --chain=goerli + npm run build-select-network --chain=sepolia npm run build-webpack touch dist/.nojekyll echo earthtiles.org > dist/CNAME