ccxt-ir 4.13.0 → 4.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/js/test.js CHANGED
@@ -5,8 +5,8 @@
5
5
  // EDIT THE CORRESPONDENT .ts FILE INSTEAD
6
6
 
7
7
  import ccxt from './ccxt';
8
- async function testBitwana() {
9
- const exchange = new ccxt.bitwana({
8
+ async function testhamtapay() {
9
+ const exchange = new ccxt.hamtapay({
10
10
  enableRateLimit: true,
11
11
  timeout: 20000,
12
12
  });
@@ -82,7 +82,7 @@ async function testBitwana() {
82
82
  }
83
83
  }
84
84
  catch (error) {
85
- console.error('Error during testing bitwana:', error);
85
+ console.error('Error during testing hamtapay:', error);
86
86
  }
87
87
  finally {
88
88
  if (exchange.close) {
@@ -90,4 +90,4 @@ async function testBitwana() {
90
90
  }
91
91
  }
92
92
  }
93
- testBitwana();
93
+ testhamtapay();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccxt-ir",
3
- "version": "4.13.0",
3
+ "version": "4.13.1",
4
4
  "description": "A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading library with support for 100+ exchanges",
5
5
  "unpkg": "dist/ccxt.browser.min.js",
6
6
  "type": "module",