From 87a0e6b9df31360584121801ace523f2c0147d3a Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 25 Feb 2025 15:01:45 +0100 Subject: [PATCH] Update marketplace address --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index c12e26b..bdee99d 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -10,7 +10,7 @@ on: env: codex_version: v0.2.0 circuit_version: v0.2.0 - marketplace_address: "0xAB03b6a58C5262f530D54146DA2a552B1C0F7648" + marketplace_address: "0xfFaF679D5Cbfdd5Dbc9Be61C616ed115DFb597ed" eth_provider: "https://rpc.testnet.codex.storage" VITE_CODEX_API_URL: ${{ secrets.VITE_CODEX_API_URL }} VITE_GEO_IP_URL: ${{ secrets.VITE_GEO_IP_URL }}