Skip to content

Commit c5bb903

Browse files
authored
fix(poh-signer-api): Fix Docker image build for Devnet (#292)
1 parent dec9453 commit c5bb903

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/poh-signer-api/.env.devnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PORT=3000
66
VERIFIER_CONTRACT_ADDRESS=0x576754D133C02B2E229F2630Baa2F06110cE9a9A
77

88
# Poh API
9-
POH_API_URL=http://linea-poh-api-devnet-generic-app
9+
POH_API_URL=http://linea-poh-api-generic-app
1010

1111
CHAIN_ID=59141
1212

packages/poh-signer-api/.env.sepolia

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PORT=3000
66
VERIFIER_CONTRACT_ADDRESS=0x576754D133C02B2E229F2630Baa2F06110cE9a9A
77

88
# Poh API
9-
POH_API_URL=http://linea-poh-api-sepolia-generic-app
9+
POH_API_URL=http://linea-poh-api-generic-app
1010

1111
CHAIN_ID=59141
1212

packages/poh-signer-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "poh-signer-api",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "API to get a signature for an address that has a POH",
55
"author": "Consensys",
66
"private": true,

0 commit comments

Comments
 (0)