Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tatumio/shared-testing-common

Package Overview
Dependencies
Maintainers
3
Versions
323
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tatumio/shared-testing-common - npm Package Compare versions

Comparing version 2.0.1-alpha.238 to 2.0.1-alpha.239

src/lib/test-data/terra.test-data.d.ts

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc