@tatumio/bsc 2.0.1-alpha.297 → 2.0.1-alpha.299

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@tatumio/bsc",
3
- "version": "2.0.1-alpha.297",
3
+ "version": "2.0.1-alpha.299",
4
4
  "license": "MIT",
5
5
  "main": "./src/index.js",
6
6
  "typings": "./src/index.d.ts",
7
7
  "dependencies": {
8
- "@tatumio/shared-testing-evm-based": "2.0.1-alpha.297",
9
- "@tatumio/shared-testing-common": "2.0.1-alpha.297",
10
- "@tatumio/api-client": "2.0.1-alpha.297",
8
+ "@tatumio/shared-testing-evm-based": "2.0.1-alpha.299",
9
+ "@tatumio/shared-testing-common": "2.0.1-alpha.299",
10
+ "@tatumio/api-client": "2.0.1-alpha.299",
11
11
  "axios": "^0.26.0",
12
12
  "form-data": "^4.0.0",
13
- "@tatumio/shared-blockchain-evm-based": "2.0.1-alpha.297",
14
- "@tatumio/shared-abstract-sdk": "2.0.1-alpha.297",
13
+ "@tatumio/shared-blockchain-evm-based": "2.0.1-alpha.299",
14
+ "@tatumio/shared-abstract-sdk": "2.0.1-alpha.299",
15
15
  "bignumber.js": "^9.0.2",
16
- "@tatumio/shared-core": "2.0.1-alpha.297",
17
- "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.297",
16
+ "@tatumio/shared-core": "2.0.1-alpha.299",
17
+ "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.299",
18
18
  "ethereumjs-wallet": "^1.0.2",
19
19
  "bip39": "^3.0.2",
20
20
  "web3": "^1.7.4",
@@ -220,7 +220,7 @@ export declare const TatumBscSDK: (args: SDKArguments) => {
220
220
  }>;
221
221
  storeLog(requestBody: import("../../../../../dist/packages/shared/blockchain/evm-based/src/lib/services/evm-based.record").RequestBodyWithoutChain): import("@tatumio/api-client").CancelablePromise<import("@tatumio/api-client").TransactionHash>;
222
222
  };
223
- getGasPriceInWei: () => Promise<string>;
223
+ getGasPriceInWei: (provider?: string) => Promise<string>;
224
224
  wallet: {
225
225
  generateAddressFromXPub(xpub: string, i: number): string;
226
226
  generatePrivateKeyFromMnemonic(mnemonic: string, i: number, options?: {