@tatumio/bsc 2.0.1-alpha.268 → 2.0.1-alpha.271

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +11 -11
package/package.json CHANGED
@@ -1,25 +1,25 @@
1
1
  {
2
2
  "name": "@tatumio/bsc",
3
- "version": "2.0.1-alpha.268",
3
+ "version": "2.0.1-alpha.271",
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.268",
9
- "@tatumio/shared-testing-common": "2.0.1-alpha.268",
10
- "@tatumio/api-client": "2.0.1-alpha.268",
8
+ "@tatumio/shared-testing-evm-based": "2.0.1-alpha.271",
9
+ "@tatumio/shared-testing-common": "2.0.1-alpha.271",
10
+ "@tatumio/api-client": "2.0.1-alpha.271",
11
11
  "axios": "^0.26.0",
12
12
  "form-data": "^4.0.0",
13
- "@tatumio/shared-blockchain-evm-based": "2.0.1-alpha.268",
14
- "@tatumio/shared-core": "2.0.1-alpha.268",
15
- "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.268",
16
- "@tatumio/shared-abstract-sdk": "2.0.1-alpha.268",
13
+ "@tatumio/shared-blockchain-evm-based": "2.0.1-alpha.271",
14
+ "@tatumio/shared-core": "2.0.1-alpha.271",
15
+ "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.271",
16
+ "@tatumio/shared-abstract-sdk": "2.0.1-alpha.271",
17
17
  "bignumber.js": "^9.0.2",
18
18
  "ethereumjs-wallet": "^1.0.2",
19
19
  "bip39": "^3.0.2",
20
- "web3": "^1.7.1",
21
- "web3-core": "^1.7.0",
22
- "web3-utils": "^1.7.0"
20
+ "web3": "^1.7.4",
21
+ "web3-core": "^1.7.4",
22
+ "web3-utils": "^1.7.4"
23
23
  },
24
24
  "peerDependencies": {}
25
25
  }