Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

Commit 88b234b

Browse files
committed
fix: typo in hiro api url
1 parent ffd3d2a commit 88b234b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/stacks-api-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export class StacksApiService {
165165
const startTime = Date.now();
166166
const requestId = logger.info(`Fetching nonce for address: ${address} on ${network}`);
167167

168-
const url = `https://api.${network}.hiro.so/extended/v1/addresses/${address}/nonces`;
168+
const url = `https://api.${network}.hiro.so/extended/v1/address/${address}/nonces`;
169169
const headers: HeadersInit = {};
170170

171171
if (this.env?.HIRO_API_KEY) {

0 commit comments

Comments
 (0)