@pioneer-platform/pioneer-discovery 0.7.0 → 0.8.0
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 +12 -0
- package/lib/generatedAssetData.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @pioneer-platform/pioneer-discovery
|
|
2
2
|
|
|
3
|
+
## 0.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Automated minor version bump for all packages
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @pioneer-platform/loggerdog@8.11.0
|
|
13
|
+
- @pioneer-platform/pioneer-caip@9.10.0
|
|
14
|
+
|
|
3
15
|
## 0.7.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -173249,6 +173249,6 @@
|
|
|
173249
173249
|
"icon": "https://pioneers.dev/coins/xrp.png",
|
|
173250
173250
|
"explorer": "https://xrpscan.com/",
|
|
173251
173251
|
"explorerAddressLink": "https://xrpscan.com/account/",
|
|
173252
|
-
"explorerTxLink": "https://xrpscan.com/
|
|
173252
|
+
"explorerTxLink": "https://xrpscan.com/tx/"
|
|
173253
173253
|
}
|
|
173254
173254
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pioneer-platform/pioneer-discovery",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"types": "./lib/main.d.ts",
|
|
6
6
|
"_moduleAliases": {
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@coinmasters/tokens": "^3.7.33",
|
|
26
26
|
"@coinmasters/types": "^4.7.33",
|
|
27
|
-
"@pioneer-platform/loggerdog": "^8.
|
|
28
|
-
"@pioneer-platform/pioneer-caip": "^9.
|
|
27
|
+
"@pioneer-platform/loggerdog": "^8.11.0",
|
|
28
|
+
"@pioneer-platform/pioneer-caip": "^9.10.0",
|
|
29
29
|
"ethers": "5.7.2"
|
|
30
30
|
}
|
|
31
31
|
}
|