feat: small fix

This commit is contained in:
Mikhail Gladchenko
2024-02-27 11:49:37 +00:00
parent a4e2f5cb31
commit cbecf51c25
2 changed files with 2 additions and 2 deletions

View File

@@ -487,7 +487,7 @@ class BlockchainService {
);
getGasLimits = () => fetchWithValidation(
`${this.apiUrl}api/baseLimits`,
`${this.apiUrl}/api/baseLimits`,
z.record(z.number()),
{ headers: this.basicAuthHeaders }
);