@pioneer-platform/pioneer-discovery 8.19.0 → 8.21.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 +22 -0
- package/lib/generatedAssetData.json +2 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @pioneer-platform/pioneer-discovery
|
|
2
2
|
|
|
3
|
+
## 8.21.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- chore: chore: 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.16.0
|
|
13
|
+
|
|
14
|
+
## 8.20.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- chore: chore: 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.15.0
|
|
24
|
+
|
|
3
25
|
## 8.19.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"decimals": 9,
|
|
35
35
|
"isNative": true,
|
|
36
36
|
"type": "native",
|
|
37
|
+
"color": "#9945FF",
|
|
37
38
|
"explorer": "https://explorer.solana.com",
|
|
38
39
|
"explorerAddressLink": "https://explorer.solana.com/address/{{address}}",
|
|
39
40
|
"explorerTxLink": "https://explorer.solana.com/tx/{{txid}}"
|
|
@@ -194,7 +195,7 @@
|
|
|
194
195
|
"decimals": 9,
|
|
195
196
|
"isNative": true,
|
|
196
197
|
"type": "native",
|
|
197
|
-
"color": "#
|
|
198
|
+
"color": "#9945FF"
|
|
198
199
|
},
|
|
199
200
|
"eip155:43114/slip44:60": {
|
|
200
201
|
"symbol": "AVAX",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pioneer-platform/pioneer-discovery",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.21.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.16.0",
|
|
32
32
|
"ethers": "5.7.2"
|
|
33
33
|
}
|
|
34
34
|
}
|