@pioneer-platform/avax-network 0.25.0 → 0.26.1
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/CHANGELOG.md +19 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @pioneer-platform/avax-network
|
|
2
2
|
|
|
3
|
+
## 0.26.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 163653b: chore: fix(swap): Fix critical swap amount bug causing 0 ETH transfers
|
|
8
|
+
- Updated dependencies [163653b]
|
|
9
|
+
- @pioneer-platform/blockbook@8.32.2
|
|
10
|
+
|
|
11
|
+
## 0.26.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- chore: chore: chore: feat(pioneer-sdk): Add ERC-20/BEP-20 token table to portfolio dashboard
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
- @pioneer-platform/blockbook@8.32.0
|
|
21
|
+
|
|
3
22
|
## 0.25.0
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pioneer-platform/avax-network",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.26.1",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"types": "./lib/index.d.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@ethersproject/providers": "^5.1.0",
|
|
18
|
-
"@pioneer-platform/blockbook": "^8.
|
|
18
|
+
"@pioneer-platform/blockbook": "^8.32.2",
|
|
19
19
|
"@pioneer-platform/loggerdog": "^8.11.0",
|
|
20
20
|
"@xchainjs/xchain-util": "^0.2.6",
|
|
21
21
|
"axios": "^1.6.0",
|