From 92bda1c321101e05cd7bcf34167497af115b97b2 Mon Sep 17 00:00:00 2001 From: Amine Harty Date: Thu, 25 Jul 2024 18:01:14 +0200 Subject: [PATCH] fix: fix sepolia poh signer api (#216) --- packages/poh-signer-api/.env.sepolia | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/poh-signer-api/.env.sepolia b/packages/poh-signer-api/.env.sepolia index 7c0b115f0..4509e1f49 100644 --- a/packages/poh-signer-api/.env.sepolia +++ b/packages/poh-signer-api/.env.sepolia @@ -6,7 +6,7 @@ PORT=3000 VERIFIER_CONTRACT_ADDRESS=0x576754D133C02B2E229F2630Baa2F06110cE9a9A # Poh API -POH_API_URL=https://linea-xp-poh-api.devnet.linea.build +POH_API_URL=https://linea-xp-poh-api.sepolia.linea.build CHAIN_ID=59141