diff --git a/CHANGELOG.md b/CHANGELOG.md index 7001bd7d8..54af5c2f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.2.26] - 2024.5.6 + +### Added + +- Rostrum server.banner method + ## [4.2.24] - 2024.4.11 ### Added diff --git a/package.json b/package.json index 2d844e832..ac1fd780c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tatumio/tatum", - "version": "4.2.25", + "version": "4.2.26", "description": "Tatum JS SDK", "author": "Tatum", "repository": "https://github.com/tatumio/tatum-js", diff --git a/src/e2e/rpc/other/tatum.rpc.bnb.spec.ts b/src/e2e/rpc/other/tatum.rpc.bnb.spec.ts index bf81e69db..dda23d443 100644 --- a/src/e2e/rpc/other/tatum.rpc.bnb.spec.ts +++ b/src/e2e/rpc/other/tatum.rpc.bnb.spec.ts @@ -1,8 +1,7 @@ import { Bnb, Network, TatumSDK } from '../../../service' import { e2eUtil } from '../../e2e.util' -const getBnbRpc = async () => - await TatumSDK.init(e2eUtil.initConfig(Network.BNB)) +const getBnbRpc = async () => await TatumSDK.init(e2eUtil.initConfig(Network.BNB)) // Testnet is not available describe.skip('Bnb', () => {