@pioneer-platform/pioneer-discovery 8.11.11 → 8.11.15
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/.turbo/turbo-build.log +1 -2
- package/CHANGELOG.md +12 -0
- package/data/coingecko-mapping.json +2 -2
- package/lib/generatedAssetData.json +5321 -42089
- package/package.json +1 -1
- package/scripts/.coingecko-failed.json +6754 -328
- package/scripts/.coingecko-progress.json +7888 -76
- package/scripts/.download-progress.json +65 -0
- package/scripts/.shapeshift-download-failed.json +30 -0
- package/scripts/.shapeshift-download-progress.json +4402 -0
- package/scripts/.shapeshift-download.pid +1 -0
- package/scripts/.upload-failed.json +3 -0
- package/scripts/README-S3-UPLOAD.md +373 -0
- package/scripts/coingecko-download.log +28263 -0
- package/scripts/download-shapeshift-icons.js +179 -0
- package/scripts/extract-shapeshift-icons.js +152 -0
- package/scripts/fix-s3-permissions.js +315 -0
- package/scripts/missing-assets.json +117 -36783
- package/scripts/shapeshift-download.log +5259 -0
- package/scripts/shapeshift-icon-mapping.json +57278 -0
- package/scripts/test-fix-permissions.js +156 -0
- package/scripts/upload-output.log +42954 -0
- package/scripts/upload-to-s3.js +363 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
[0m[2m[35m$[0m [2m[1mtsc -p .[0m
|
|
1
|
+
$ tsc -p .
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @pioneer-platform/pioneer-discovery
|
|
2
2
|
|
|
3
|
+
## 8.11.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- bump
|
|
8
|
+
|
|
9
|
+
## 8.11.14
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Bump for dependency updates (markets 8.11.13 with Polygon fix, pioneer-cache 1.0.2 with Redis timeout fix)
|
|
14
|
+
|
|
3
15
|
## 8.11.11
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"eip155:137/slip44:60": "matic-network",
|
|
15
15
|
"eip155:42161/slip44:60": "arbitrum",
|
|
16
16
|
"eip155:10/slip44:60": "optimism",
|
|
17
|
-
"eip155:8453/slip44:60": "
|
|
17
|
+
"eip155:8453/slip44:60": "ethereum",
|
|
18
18
|
"eip155:1/erc20:0x01ba67aac7f75f647d94220cc98fb30fcc5105bf": "lyra-2",
|
|
19
19
|
"eip155:1/erc20:0x0176b898e92e814c06cc379e508ceb571f70bd40": "tipcoin",
|
|
20
20
|
"eip155:1/erc20:0x01824357d7d7eaf4677bc17786abd26cbdec9ad7": "forward",
|
|
@@ -10167,4 +10167,4 @@
|
|
|
10167
10167
|
"eip155:5734951/slip44:60": "bifrost-bridged-eth-bifrost",
|
|
10168
10168
|
"eip155:100021/slip44:60": "bifrost-bridged-eth-bifrost",
|
|
10169
10169
|
"eip155:380929/slip44:60": "bifrost-bridged-eth-bifrost"
|
|
10170
|
-
}
|
|
10170
|
+
}
|