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

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.20.61-rc100",
"version": "0.20.61-rc101",
"description": "Orion Protocol SDK",
"main": "./lib/index.cjs",
"module": "./lib/index.js",

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 }
);