fix: fixing deps to arweave-js

This commit is contained in:
ppe
2023-02-05 15:08:27 +01:00
committed by just_ppe
parent f40fdf5518
commit affc4f4c7c
20 changed files with 299 additions and 9949 deletions

View File

@@ -30,9 +30,9 @@ import { SortKeyCache } from '../cache/SortKeyCache';
import { ContractDefinition, SrcCache } from './ContractDefinition';
import { CustomSignature } from '../contract/Signature';
import { SourceData } from '../contract/deploy/impl/SourceImpl';
import Transaction from 'arweave/node/lib/transaction';
import { DEFAULT_LEVEL_DB_LOCATION } from './WarpFactory';
import { LevelDbCache } from '../cache/impl/LevelDbCache';
import { Transaction } from '../utils/types/arweave-types';
export type WarpEnvironment = 'local' | 'testnet' | 'mainnet' | 'custom';
export type KVStorageFactory = (contractTxId: string) => SortKeyCache<any>;