@tatumio/bsc 2.0.1-alpha.379 → 2.0.1-alpha.380

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@tatumio/bsc",
3
- "version": "2.0.1-alpha.379",
3
+ "version": "2.0.1-alpha.380",
4
4
  "license": "MIT",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
7
7
  "dependencies": {
8
- "@tatumio/shared-testing-evm-based": "2.0.1-alpha.379",
9
- "@tatumio/shared-testing-common": "2.0.1-alpha.379",
10
- "@tatumio/api-client": "2.0.1-alpha.379",
8
+ "@tatumio/shared-testing-evm-based": "2.0.1-alpha.380",
9
+ "@tatumio/shared-testing-common": "2.0.1-alpha.380",
10
+ "@tatumio/api-client": "2.0.1-alpha.380",
11
11
  "axios": "^0.26.0",
12
12
  "form-data": "^4.0.0",
13
- "@tatumio/shared-blockchain-evm-based": "2.0.1-alpha.379",
14
- "@tatumio/shared-abstract-sdk": "2.0.1-alpha.379",
13
+ "@tatumio/shared-blockchain-evm-based": "2.0.1-alpha.380",
14
+ "@tatumio/shared-abstract-sdk": "2.0.1-alpha.380",
15
15
  "bignumber.js": "^9.0.2",
16
16
  "lodash": "^4.17.21",
17
- "@tatumio/shared-core": "2.0.1-alpha.379",
18
- "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.379",
17
+ "@tatumio/shared-core": "2.0.1-alpha.380",
18
+ "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.380",
19
19
  "ethereumjs-wallet": "^1.0.2",
20
20
  "bip39": "^3.0.2",
21
21
  "web3": "^1.7.4",
@@ -272,7 +272,7 @@ export declare const TatumBscSDK: (args: SDKArguments) => {
272
272
  generateAddressFromPrivateKey(privateKey: string): string;
273
273
  generateWallet(mnemonic?: string, options?: {
274
274
  testnet: boolean;
275
- }): Promise<import("@tatumio/api-client").Wallet>;
275
+ }): Promise<Required<import("@tatumio/api-client").Wallet>>;
276
276
  };
277
277
  custodialManagedWallet: {
278
278
  transfer: typeof import("@tatumio/api-client").CustodialManagedWalletsService.custodialTransferManagedAddress;