@blockbee/api
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -249,3 +249,3 @@ /** | ||
const response = await BlockBee.#_request(coin, 'payout', { | ||
const response = await BlockBee.#_request(coin, 'payout/request/create', { | ||
value, | ||
@@ -252,0 +252,0 @@ address, |
{ | ||
"name": "@blockbee/api", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "BlockBee's Library for NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -148,1 +148,4 @@ [<img src="https://blockbee.io/static/assets/images/blockbee_logo_nospaces.png" width="300"/>](image.png) | ||
* Minor bugfixes | ||
#### 1.1.1 | ||
* Minor bugfixes |
const BlockBee = require('./index') | ||
const test = require('node:test') | ||
const apiKey = '' // <- Insert your API Key here to run tests. | ||
const apiKey = '1mzfJHkAf8beGdmGJMhpS9qrm6T9HTcN0foroAGLZQNWzjicMUhP2EgNSM5F1cFY' // <- Insert your API Key here to run tests. | ||
@@ -6,0 +6,0 @@ test('Test requesting supported cryptocurrencies', async (t) => { |
16857
151