Skip to content

Commit

Permalink
ALL-6427 - Add server.banner rostrum method - fix tests (#1099)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hathoriel authored and rostislavjadavan committed May 6, 2024
1 parent c24aae5 commit 1b5d169
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.26] - 2024.5.6

### Added

- Rostrum server.banner method

## [4.2.24] - 2024.4.11

### Added
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.25",
"version": "4.2.26",
"description": "Tatum JS SDK",
"author": "Tatum",
"repository": "https://github.com/tatumio/tatum-js",
Expand Down
3 changes: 1 addition & 2 deletions src/e2e/rpc/other/tatum.rpc.bnb.spec.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { Bnb, Network, TatumSDK } from '../../../service'
import { e2eUtil } from '../../e2e.util'

const getBnbRpc = async () =>
await TatumSDK.init<Bnb>(e2eUtil.initConfig(Network.BNB))
const getBnbRpc = async () => await TatumSDK.init<Bnb>(e2eUtil.initConfig(Network.BNB))

// Testnet is not available
describe.skip('Bnb', () => {
Expand Down

0 comments on commit 1b5d169

Please sign in to comment.