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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@tatumio/bsc",
3
- "version": "2.0.1-alpha.298",
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.298",
9
- "@tatumio/shared-testing-common": "2.0.1-alpha.298",
10
- "@tatumio/api-client": "2.0.1-alpha.298",
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.298",
14
- "@tatumio/shared-abstract-sdk": "2.0.1-alpha.298",
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.298",
17
- "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.298",
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?: {