Skip to content

Commit

Permalink
ALL-8613 - fix EOS url prefix (#1128)
Browse files Browse the repository at this point in the history
* ALL-8613 - fix EOS url prefix

* ALL-8613 - fix EOS url prefix
  • Loading branch information
Smrecz authored Aug 30, 2024
1 parent 17f9511 commit 4d123af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [4.2.41] - 2024.8.30

### Fixed

- EOS prefix slash missing

## [4.2.40] - 2024.8.25

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tatumio/tatum",
"version": "4.2.40",
"version": "4.2.41",
"description": "Tatum JS SDK",
"author": "Tatum",
"repository": "https://github.com/tatumio/tatum-js",
Expand Down
2 changes: 1 addition & 1 deletion src/util/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ export const Constant = {
BASE: 'https://api.shasta.trongrid.io',
RPC: 'https://api.shasta.trongrid.io/jsonrpc',
},
EOS_PREFIX: 'v1/chain/',
EOS_PREFIX: '/v1/chain/',
BEACON_PREFIX: '/eth/v1/beacon',
BEACON_BASE_PREFIX: '/eth/v1',
}

0 comments on commit 4d123af

Please sign in to comment.