@rosen-bridge/minimum-fee 3.1.1-8127cf20 → 3.1.1-f599462a
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 +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# @rosen-bridge/minimum-fee
|
|
2
2
|
|
|
3
|
-
## 3.1.1-
|
|
3
|
+
## 3.1.1-f599462a
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Update dependencies
|
|
8
8
|
- Update dependencies
|
|
9
|
-
- @rosen-bridge/abstract-logger@4.0.0-
|
|
9
|
+
- @rosen-bridge/abstract-logger@4.0.0-f599462a
|
|
10
10
|
|
|
11
11
|
## 3.1.0
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rosen-bridge/minimum-fee",
|
|
3
|
-
"version": "3.1.1-
|
|
3
|
+
"version": "3.1.1-f599462a",
|
|
4
4
|
"description": "this project gets minimum fee of the bridge for supported tokens from blockchain",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"release": "npm run test && npm run build && npm publish --access public"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@rosen-bridge/abstract-logger": "4.0.0-
|
|
30
|
+
"@rosen-bridge/abstract-logger": "4.0.0-f599462a",
|
|
31
31
|
"@rosen-bridge/json-bigint": "^1.1.0",
|
|
32
32
|
"@rosen-clients/ergo-explorer": "^2.1.0",
|
|
33
33
|
"@rosen-clients/ergo-node": "^3.1.0",
|