@tatumio/celo 2.0.1-alpha.332 → 2.0.1-alpha.334

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,26 +1,26 @@
1
1
  {
2
2
  "name": "@tatumio/celo",
3
- "version": "2.0.1-alpha.332",
3
+ "version": "2.0.1-alpha.334",
4
4
  "license": "MIT",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
7
7
  "dependencies": {
8
- "@tatumio/shared-abstract-sdk": "2.0.1-alpha.332",
9
- "@tatumio/api-client": "2.0.1-alpha.332",
8
+ "@tatumio/shared-abstract-sdk": "2.0.1-alpha.334",
9
+ "@tatumio/api-client": "2.0.1-alpha.334",
10
10
  "axios": "^0.26.0",
11
11
  "form-data": "^4.0.0",
12
- "@tatumio/shared-testing-common": "2.0.1-alpha.332",
12
+ "@tatumio/shared-testing-common": "2.0.1-alpha.334",
13
13
  "bignumber.js": "^9.0.2",
14
14
  "lodash": "^4.17.21",
15
- "@tatumio/shared-blockchain-evm-based": "2.0.1-alpha.332",
16
- "@tatumio/shared-core": "2.0.1-alpha.332",
17
- "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.332",
15
+ "@tatumio/shared-blockchain-evm-based": "2.0.1-alpha.334",
16
+ "@tatumio/shared-core": "2.0.1-alpha.334",
17
+ "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.334",
18
18
  "ethereumjs-wallet": "^1.0.2",
19
19
  "bip39": "^3.0.2",
20
20
  "web3": "^1.7.4",
21
21
  "web3-core": "^1.7.4",
22
22
  "web3-utils": "^1.7.4",
23
- "@tatumio/shared-testing-evm-based": "2.0.1-alpha.332",
23
+ "@tatumio/shared-testing-evm-based": "2.0.1-alpha.334",
24
24
  "@celo-tools/celo-ethers-wrapper": "^0.1.0",
25
25
  "tslib": "^2.0.0"
26
26
  },
@@ -218,7 +218,7 @@ export declare const TatumCeloSDK: (args: SDKArguments) => {
218
218
  testnet: boolean;
219
219
  }): Promise<import("@tatumio/api-client").TronWallet>;
220
220
  };
221
- offchain: {
221
+ virtualAccount: {
222
222
  depositAddress: {
223
223
  checkExists: (address: string, index?: number) => Promise<import("@tatumio/api-client").Account>;
224
224
  create: typeof import("@tatumio/api-client").BlockchainAddressesService.generateDepositAddress;