@pioneer-platform/pioneer-discovery 8.15.44 → 8.19.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 +44 -0
- package/lib/generatedAssetData.json +13 -0
- package/package.json +2 -2
- package/data/coingecko-mapping.json.bak +0 -10170
- package/lib/generatedAssetData.json.bak +0 -141766
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,49 @@
|
|
|
1
1
|
# @pioneer-platform/pioneer-discovery
|
|
2
2
|
|
|
3
|
+
## 8.19.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- chore: chore: chore: feat(pioneer): implement end-to-end Solana transaction signing
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @pioneer-platform/pioneer-caip@9.14.0
|
|
13
|
+
|
|
14
|
+
## 8.18.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- chore: chore: feat(pioneer): implement end-to-end Solana transaction signing
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies
|
|
23
|
+
- @pioneer-platform/pioneer-caip@9.13.0
|
|
24
|
+
|
|
25
|
+
## 8.17.0
|
|
26
|
+
|
|
27
|
+
### Minor Changes
|
|
28
|
+
|
|
29
|
+
- chore: feat(pioneer): implement end-to-end Solana transaction signing
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- Updated dependencies
|
|
34
|
+
- @pioneer-platform/pioneer-caip@9.12.0
|
|
35
|
+
|
|
36
|
+
## 8.16.0
|
|
37
|
+
|
|
38
|
+
### Minor Changes
|
|
39
|
+
|
|
40
|
+
- feat(pioneer): implement end-to-end Solana transaction signing
|
|
41
|
+
|
|
42
|
+
### Patch Changes
|
|
43
|
+
|
|
44
|
+
- Updated dependencies
|
|
45
|
+
- @pioneer-platform/pioneer-caip@9.11.0
|
|
46
|
+
|
|
3
47
|
## 8.15.44
|
|
4
48
|
|
|
5
49
|
### Patch Changes
|
|
@@ -148876,5 +148876,18 @@
|
|
|
148876
148876
|
"type": "native",
|
|
148877
148877
|
"isNative": true,
|
|
148878
148878
|
"color": "#6CB8D2"
|
|
148879
|
+
},
|
|
148880
|
+
"tron:0x2b6653dc/slip44:195": {
|
|
148881
|
+
"symbol": "TRX",
|
|
148882
|
+
"name": "TRON",
|
|
148883
|
+
"chainId": "tron:0x2b6653dc",
|
|
148884
|
+
"icon": "https://api.keepkey.info/coins/dHJvbjoweDJiNjY1M2RjL3NsaXA0NDoxOTU=.png",
|
|
148885
|
+
"assetId": "tron:0x2b6653dc/slip44:195",
|
|
148886
|
+
"decimals": 6,
|
|
148887
|
+
"isNative": true,
|
|
148888
|
+
"type": "native",
|
|
148889
|
+
"explorer": "https://tronscan.org",
|
|
148890
|
+
"explorerAddressLink": "https://tronscan.org/#/address/{{address}}",
|
|
148891
|
+
"explorerTxLink": "https://tronscan.org/#/transaction/{{txid}}"
|
|
148879
148892
|
}
|
|
148880
148893
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pioneer-platform/pioneer-discovery",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.19.0",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"types": "./lib/main.d.ts",
|
|
6
6
|
"_moduleAliases": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"gitHead": "a76012f6693a12181c4744e53e977a9eaeef0ed3",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@pioneer-platform/pioneer-caip": "^9.
|
|
31
|
+
"@pioneer-platform/pioneer-caip": "^9.14.0",
|
|
32
32
|
"ethers": "5.7.2"
|
|
33
33
|
}
|
|
34
34
|
}
|