blockchainiz
Advanced tools
Comparing version 1.3.3 to 1.3.4
{ | ||
"name": "blockchainiz", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "A node library to interact more easily with the Blockchainiz API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
const options = { | ||
sandboxUrl: 'https://sandbox.blockchainiz.io/api/v1', | ||
sandboxUrl: 'https://api.blockchainiz.io/dev/v1', | ||
prodUrl: 'https://api.blockchainiz.io/v1', | ||
sandboxSocketIoUrl: 'https://sandbox.blockchainiz.io', | ||
sandboxSocketIoUrl: 'https://api.blockchainiz.io', | ||
prodSocketIoUrl: 'https://api.blockchainiz.io', | ||
sandboxSocketIoPath: '/api/v1/socket.io/', | ||
sandboxSocketIoPath: '/dev/v1/socket.io/', | ||
prodSocketIoPath: '/v1/socket.io/', | ||
@@ -8,0 +8,0 @@ }; |
37878