@tatumio/shared-testing-common
Advanced tools
Comparing version 2.0.1-alpha.238 to 2.0.1-alpha.239
{ | ||
"name": "@tatumio/shared-testing-common", | ||
"version": "2.0.1-alpha.238", | ||
"version": "2.0.1-alpha.239", | ||
"license": "MIT", | ||
@@ -8,3 +8,3 @@ "main": "./src/index.js", | ||
"dependencies": { | ||
"@tatumio/api-client": "2.0.1-alpha.238", | ||
"@tatumio/api-client": "2.0.1-alpha.239", | ||
"axios": "^0.26.0", | ||
@@ -11,0 +11,0 @@ "form-data": "^4.0.0" |
@@ -72,2 +72,10 @@ export declare type BlockchainNetworkTestData = { | ||
}; | ||
TERRA: { | ||
BLOCK_NUMBER: number; | ||
ADDRESS: string; | ||
SECRET: string; | ||
TX_HASH: string; | ||
ADDRESS_REGEX: RegExp; | ||
SECRET_REGEX: RegExp; | ||
}; | ||
XLM: { | ||
@@ -74,0 +82,0 @@ BLOCK_HASH: string; |
@@ -22,2 +22,3 @@ "use strict"; | ||
const algo_test_data_1 = require("./test-data/algo.test-data"); | ||
const terra_test_data_1 = require("./test-data/terra.test-data"); | ||
exports.TEST_DATA = { | ||
@@ -37,2 +38,3 @@ MNEMONIC: 'kit erase harsh crawl taste rebel bus ocean traffic vast undo street patrol around network deputy wage usage aware void float snake baby sister', | ||
XRP: xrp_test_data_1.XRP_TEST_DATA, | ||
TERRA: terra_test_data_1.TERRA_TEST_DATA, | ||
XLM: xlm_test_data_1.XLM_TEST_DATA, | ||
@@ -39,0 +41,0 @@ SCRYPTA: scrypta_test_data_1.SCRYPTA_TEST_DATA, |
@@ -31,2 +31,3 @@ import * as apiClient from '@tatumio/api-client'; | ||
vechain: typeof apiClient.BlockchainVeChainService; | ||
terra: typeof apiClient.BlockchainTerraService; | ||
xdc: typeof apiClient.BlockchainXdcNetworkXinFinService; | ||
@@ -33,0 +34,0 @@ xlm: typeof apiClient.BlockchainXlmService; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
86724
79
1083
+ Added@tatumio/api-client@2.0.1-alpha.239(transitive)
- Removed@tatumio/api-client@2.0.1-alpha.238(transitive)