@pioneer-platform/pioneer-discovery 8.11.21 → 8.11.23
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 +2 -1
- package/CHANGELOG.md +35 -0
- package/critical-icon-results.json +164 -0
- package/docs/COINGECKO-MIGRATION-COMPLETE.md +182 -0
- package/docs/ICON-FIX-COMPLETE.md +194 -0
- package/docs/ICON-FIX-REPORT.md +151 -0
- package/docs/XRP-BNB-FIX-COMPLETE.md +161 -0
- package/docs/critical-icon-results.json +155 -0
- package/docs/icon-sources-analysis.json +14161 -0
- package/docs/keepkey-com-fixes.json +1122 -0
- package/lib/generatedAssetData.json +183 -188
- package/package.json +1 -1
- package/scripts/analyze-icon-sources.ts +130 -0
- package/scripts/apply-icon-migration.ts +95 -0
- package/scripts/check-critical-icons.ts +142 -0
- package/scripts/check-icons.ts +147 -0
- package/scripts/fix-icons.ts +61 -0
- package/scripts/fix-keepkey-com-urls.ts +68 -0
- package/scripts/icon-updates.json +138 -0
- package/scripts/migrate-coingecko-icons.ts +167 -0
- package/scripts/test-new-icons.ts +46 -0
- package/scripts/upload-icons.sh +103 -0
- package/scripts/verify-fixes.ts +83 -0
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
# Icon Fix Report
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
Successfully fixed all broken icons for native gas assets in pioneer-discovery.
|
|
6
|
+
|
|
7
|
+
## What Was Fixed
|
|
8
|
+
|
|
9
|
+
### Native Assets (All Fixed ✅)
|
|
10
|
+
|
|
11
|
+
All 16 native assets now have working icons:
|
|
12
|
+
|
|
13
|
+
**EIP155 Gas Assets (All Working):**
|
|
14
|
+
- ✅ ETH (Ethereum) - eip155:1
|
|
15
|
+
- ✅ AVAX (Avalanche) - eip155:43114
|
|
16
|
+
- ✅ MATIC (Polygon) - eip155:137
|
|
17
|
+
- ✅ ARB (Arbitrum) - eip155:42161
|
|
18
|
+
- ✅ OP (Optimism) - eip155:10
|
|
19
|
+
- ✅ BASE (Base) - eip155:8453
|
|
20
|
+
|
|
21
|
+
**Other Native Assets (Fixed):**
|
|
22
|
+
- ✅ BTC (Bitcoin) - Working
|
|
23
|
+
- ✅ ATOM (Cosmos) - **FIXED** (403 → 200)
|
|
24
|
+
- ✅ OSMO (Osmosis) - Working
|
|
25
|
+
- ✅ RUNE (THORChain) - Working
|
|
26
|
+
- ✅ CACAO (Mayachain) - **FIXED** (403 → 200)
|
|
27
|
+
- ✅ LTC (Litecoin) - **FIXED** (403 → 200)
|
|
28
|
+
- ✅ BCH (Bitcoin Cash) - Working
|
|
29
|
+
- ✅ DOGE (Dogecoin) - Working
|
|
30
|
+
- ✅ DASH (Dash) - Working
|
|
31
|
+
- ✅ BNB (BNB) - Working
|
|
32
|
+
|
|
33
|
+
### Assets Fixed (3)
|
|
34
|
+
|
|
35
|
+
1. **ATOM (Cosmos)**
|
|
36
|
+
- Old: `https://assets.coingecko.com/coins/images/16724/thumb/atom.png` (403)
|
|
37
|
+
- New: `https://keepkey.sfo3.cdn.digitaloceanspaces.com/coins/Y29zbW9zOmNvc21vc2h1Yi00L3NsaXA0NDoxMTg=.png` (200)
|
|
38
|
+
|
|
39
|
+
2. **CACAO (Mayachain)**
|
|
40
|
+
- Old: `https://assets.coingecko.com/coins/images/25662/small/cacao.png` (403)
|
|
41
|
+
- New: `https://keepkey.sfo3.cdn.digitaloceanspaces.com/coins/Y29zbW9zOm1heWFjaGFpbi1tYWlubmV0LXYxL3NsaXA0NDo5MzE=.png` (200)
|
|
42
|
+
|
|
43
|
+
3. **LTC (Litecoin)**
|
|
44
|
+
- Old: `https://assets.coingecko.com/coins/images/16724/thumb/ltc.png` (403)
|
|
45
|
+
- New: `https://keepkey.sfo3.cdn.digitaloceanspaces.com/coins/YmlwMTIyOjEyYTc2NWUzMWZmZDQwNTliYWRhMWUyNTE5MGY2ZTk4L3NsaXA0NDoy.png` (200)
|
|
46
|
+
|
|
47
|
+
## Icon Source Analysis
|
|
48
|
+
|
|
49
|
+
### Working Icon Sources
|
|
50
|
+
|
|
51
|
+
1. **CoinGecko** (Most common for native assets)
|
|
52
|
+
- Most assets use: `https://assets.coingecko.com/coins/images/*`
|
|
53
|
+
- Generally reliable, but some return 403 (anti-hotlinking)
|
|
54
|
+
- Status: ✅ Mostly working
|
|
55
|
+
|
|
56
|
+
2. **KeepKey DigitalOcean CDN** (Used for fixes)
|
|
57
|
+
- URL: `https://keepkey.sfo3.cdn.digitaloceanspaces.com/coins/`
|
|
58
|
+
- Encoding: Base64 of asset ID
|
|
59
|
+
- Status: ✅ All working (200 responses)
|
|
60
|
+
|
|
61
|
+
3. **api.keepkey.info** (ERC20 tokens)
|
|
62
|
+
- URL: `https://api.keepkey.info/coins/`
|
|
63
|
+
- Used for thousands of ERC20 tokens
|
|
64
|
+
- Status: ✅ Working (tested sample returned 200)
|
|
65
|
+
|
|
66
|
+
### Broken Icon Sources
|
|
67
|
+
|
|
68
|
+
1. **api.keepkey.com** (Legacy, defunct)
|
|
69
|
+
- URL: `https://api.keepkey.com/coins/`
|
|
70
|
+
- Status: ❌ Connection failed (000 response)
|
|
71
|
+
- Note: Some assets in data still reference this, but none of the native assets
|
|
72
|
+
|
|
73
|
+
## Scripts Created
|
|
74
|
+
|
|
75
|
+
1. **check-icons.ts** - Checks all 14,167 assets (comprehensive)
|
|
76
|
+
2. **check-critical-icons.ts** - Checks only native assets (fast)
|
|
77
|
+
3. **fix-icons.ts** - Updates broken icon URLs
|
|
78
|
+
4. **test-new-icons.ts** - Tests specific icon URLs
|
|
79
|
+
|
|
80
|
+
## Files Modified
|
|
81
|
+
|
|
82
|
+
- `src/generatedAssetData.json` - Updated 3 icon URLs
|
|
83
|
+
|
|
84
|
+
## Verification
|
|
85
|
+
|
|
86
|
+
After fixes, all native assets verified working:
|
|
87
|
+
|
|
88
|
+
```bash
|
|
89
|
+
bun run scripts/check-critical-icons.ts
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
Result: **0 broken icons** (was 3 before fix)
|
|
93
|
+
|
|
94
|
+
## Remaining Work (Optional)
|
|
95
|
+
|
|
96
|
+
While all EIP155 gas assets and native assets now have working icons, there are 14,167 total assets in the system. To check the broader ecosystem:
|
|
97
|
+
|
|
98
|
+
```bash
|
|
99
|
+
# Run full scan (takes time due to 14k+ assets)
|
|
100
|
+
bun run scripts/check-icons.ts
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
### ERC20 Token Icons
|
|
104
|
+
|
|
105
|
+
Most ERC20 tokens use `api.keepkey.info` which appears to be working. If issues are found:
|
|
106
|
+
|
|
107
|
+
1. Check DigitalOcean Spaces for existing uploads
|
|
108
|
+
2. Download from reliable sources (CoinGecko, TrustWallet, etc.)
|
|
109
|
+
3. Upload to DigitalOcean with base64-encoded asset IDs
|
|
110
|
+
4. Update URLs in generatedAssetData.json
|
|
111
|
+
|
|
112
|
+
## Commands for Future Icon Management
|
|
113
|
+
|
|
114
|
+
### Check icon status
|
|
115
|
+
```bash
|
|
116
|
+
bun run scripts/check-critical-icons.ts # Native assets only
|
|
117
|
+
bun run scripts/check-icons.ts # All assets (slow)
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
### Upload new icons to DigitalOcean
|
|
121
|
+
```bash
|
|
122
|
+
# Encode asset ID
|
|
123
|
+
echo -n "eip155:1/erc20:0xADDRESS" | base64
|
|
124
|
+
|
|
125
|
+
# Upload with AWS CLI
|
|
126
|
+
AWS_ACCESS_KEY_ID=DO00FXP8KK64LCXYAEZP \
|
|
127
|
+
AWS_SECRET_ACCESS_KEY=Uyw/cq63rrQmFV9yy1HbovTSMNhLkEwImqPa88N/E/s \
|
|
128
|
+
aws s3 cp icon.png s3://keepkey/coins/ENCODED_ID.png \
|
|
129
|
+
--endpoint-url=https://sfo3.digitaloceanspaces.com \
|
|
130
|
+
--acl public-read
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
### List existing icons
|
|
134
|
+
```bash
|
|
135
|
+
AWS_ACCESS_KEY_ID=DO00FXP8KK64LCXYAEZP \
|
|
136
|
+
AWS_SECRET_ACCESS_KEY=Uyw/cq63rrQmFV9yy1HbovTSMNhLkEwImqPa88N/E/s \
|
|
137
|
+
aws s3 ls s3://keepkey/coins/ \
|
|
138
|
+
--endpoint-url=https://sfo3.digitaloceanspaces.com \
|
|
139
|
+
--recursive
|
|
140
|
+
```
|
|
141
|
+
|
|
142
|
+
## Conclusion
|
|
143
|
+
|
|
144
|
+
✅ **All EIP155 native gas assets have working icons**
|
|
145
|
+
✅ **All native assets across all chains have working icons**
|
|
146
|
+
✅ **Zero broken icons for priority assets**
|
|
147
|
+
|
|
148
|
+
The icon infrastructure is solid with three working sources:
|
|
149
|
+
1. CoinGecko (primary for major assets)
|
|
150
|
+
2. KeepKey DigitalOcean CDN (fallback/custom)
|
|
151
|
+
3. api.keepkey.info (ERC20 tokens)
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
# XRP and BNB Icon Fix - Complete
|
|
2
|
+
|
|
3
|
+
## Executive Summary
|
|
4
|
+
|
|
5
|
+
✅ **Fixed missing XRP and BNB native asset icons**
|
|
6
|
+
|
|
7
|
+
- **XRP (Ripple)**: Added `isNative: true` flag, `decimals: 6`, and fixed chainId
|
|
8
|
+
- **BNB (BSC)**: Added `isNative: true` flag and `decimals: 18`
|
|
9
|
+
- **Binance Beacon Chain**: Removed deprecated entry
|
|
10
|
+
- **Total native assets**: 17 (was 15, removed 1, added 2)
|
|
11
|
+
|
|
12
|
+
## Issues Fixed
|
|
13
|
+
|
|
14
|
+
### 1. XRP (Ripple) - Missing Native Flag
|
|
15
|
+
|
|
16
|
+
**Problem:**
|
|
17
|
+
- Asset ID: `ripple:4109c6f2045fc7eff4cde8f9905d19c2/slip44:144`
|
|
18
|
+
- Missing `isNative: true` flag
|
|
19
|
+
- Missing `decimals` field
|
|
20
|
+
- Incorrect chainId: `ipple:4109C6F2045FC7EFF4CDE8F9905D19c2` (missing 'r' prefix)
|
|
21
|
+
|
|
22
|
+
**Fixed:**
|
|
23
|
+
```json
|
|
24
|
+
{
|
|
25
|
+
"symbol": "XRP",
|
|
26
|
+
"name": "Ripple",
|
|
27
|
+
"chainId": "ripple:4109c6f2045fc7eff4cde8f9905d19c2",
|
|
28
|
+
"icon": "https://api.keepkey.info/coins/cmlwcGxlOjQxMDljNmYyMDQ1ZmM3ZWZmNGNkZThmOTkwNWQxOWMyL3NsaXA0NDoxNDQ.png",
|
|
29
|
+
"assetId": "ripple:4109c6f2045fc7eff4cde8f9905d19c2/slip44:144",
|
|
30
|
+
"decimals": 6,
|
|
31
|
+
"isNative": true
|
|
32
|
+
}
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
**Icon Status:** ✅ Verified accessible (HTTP 200)
|
|
36
|
+
|
|
37
|
+
### 2. BNB (BSC) - Missing Native Flag
|
|
38
|
+
|
|
39
|
+
**Problem:**
|
|
40
|
+
- Asset ID: `eip155:56/slip44:60`
|
|
41
|
+
- Missing `isNative: true` flag
|
|
42
|
+
- Missing `decimals` field
|
|
43
|
+
- Incorrect icon URL (missing `==` padding)
|
|
44
|
+
|
|
45
|
+
**Fixed:**
|
|
46
|
+
```json
|
|
47
|
+
{
|
|
48
|
+
"symbol": "BNB",
|
|
49
|
+
"name": "BNB Smart Chain Mainnet",
|
|
50
|
+
"chainId": "eip155:56",
|
|
51
|
+
"icon": "https://api.keepkey.info/coins/ZWlwMTU1OjU2L3NsaXA0NDo2MA==.png",
|
|
52
|
+
"assetId": "eip155:56/slip44:60",
|
|
53
|
+
"decimals": 18,
|
|
54
|
+
"isNative": true
|
|
55
|
+
}
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
**Icon Status:** ✅ Verified accessible (HTTP 200, redirects to DigitalOcean CDN)
|
|
59
|
+
|
|
60
|
+
### 3. Binance Beacon Chain - Deprecated
|
|
61
|
+
|
|
62
|
+
**Removed Entry:**
|
|
63
|
+
```json
|
|
64
|
+
{
|
|
65
|
+
"assetId": "binance:bnb-beacon-chain/slip44:714",
|
|
66
|
+
"symbol": "BNB",
|
|
67
|
+
"name": "BNB",
|
|
68
|
+
"chainId": "binance:bnb-beacon-chain",
|
|
69
|
+
"decimals": 8,
|
|
70
|
+
"isNative": true
|
|
71
|
+
}
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
**Reason:** Binance Beacon Chain is deprecated and no longer used. BSC (eip155:56) is the current BNB mainnet.
|
|
75
|
+
|
|
76
|
+
## Complete Native Assets List (17)
|
|
77
|
+
|
|
78
|
+
After fixes, all native gas assets across supported chains:
|
|
79
|
+
|
|
80
|
+
**UTXO Chains (5):**
|
|
81
|
+
1. ✅ BTC (Bitcoin) - bip122:000000000019d6689c085ae165831e93/slip44:0
|
|
82
|
+
2. ✅ BCH (Bitcoin Cash) - bip122:000000000000000000651ef99cb9fcbe/slip44:145
|
|
83
|
+
3. ✅ DOGE (Dogecoin) - bip122:00000000001a91e3dace36e2be3bf030/slip44:3
|
|
84
|
+
4. ✅ DASH (Dash) - bip122:000007d91d1254d60e2dd1ae58038307/slip44:5
|
|
85
|
+
5. ✅ LTC (Litecoin) - bip122:12a765e31ffd4059bada1e25190f6e98/slip44:2
|
|
86
|
+
|
|
87
|
+
**EIP155 Chains (7):**
|
|
88
|
+
6. ✅ ETH (Ethereum) - eip155:1/slip44:60
|
|
89
|
+
7. ✅ AVAX (Avalanche) - eip155:43114/slip44:60
|
|
90
|
+
8. ✅ MATIC (Polygon) - eip155:137/slip44:60
|
|
91
|
+
9. ✅ ARB (Arbitrum) - eip155:42161/slip44:60
|
|
92
|
+
10. ✅ OP (Optimism) - eip155:10/slip44:60
|
|
93
|
+
11. ✅ BASE (Base) - eip155:8453/slip44:60
|
|
94
|
+
12. ✅ BNB (BSC) - eip155:56/slip44:60 **FIXED**
|
|
95
|
+
|
|
96
|
+
**Cosmos Chains (4):**
|
|
97
|
+
13. ✅ ATOM (Cosmos) - cosmos:cosmoshub-4/slip44:118
|
|
98
|
+
14. ✅ OSMO (Osmosis) - cosmos:osmosis-1/slip44:118
|
|
99
|
+
15. ✅ RUNE (THORChain) - cosmos:thorchain-mainnet-v1/slip44:931
|
|
100
|
+
16. ✅ CACAO (Mayachain) - cosmos:mayachain-mainnet-v1/slip44:931
|
|
101
|
+
|
|
102
|
+
**Other Chains (1):**
|
|
103
|
+
17. ✅ XRP (Ripple) - ripple:4109c6f2045fc7eff4cde8f9905d19c2/slip44:144 **FIXED**
|
|
104
|
+
|
|
105
|
+
## Verification
|
|
106
|
+
|
|
107
|
+
All 17 native assets verified:
|
|
108
|
+
- ✅ All have `isNative: true` flag
|
|
109
|
+
- ✅ All have `decimals` field
|
|
110
|
+
- ✅ All icons accessible (HTTP 200 or 302→200)
|
|
111
|
+
- ✅ All use KeepKey infrastructure (no CoinGecko dependencies)
|
|
112
|
+
|
|
113
|
+
## Files Modified
|
|
114
|
+
|
|
115
|
+
- `src/generatedAssetData.json` - Updated XRP and BNB entries, removed Beacon Chain
|
|
116
|
+
|
|
117
|
+
## Changeset Updated
|
|
118
|
+
|
|
119
|
+
Updated `.changeset/migrate-coingecko-icons.md` to include:
|
|
120
|
+
- XRP fixes
|
|
121
|
+
- BNB BSC fixes
|
|
122
|
+
- Beacon Chain removal
|
|
123
|
+
|
|
124
|
+
## Impact
|
|
125
|
+
|
|
126
|
+
**Before:**
|
|
127
|
+
- XRP icon: ❌ Not showing (missing isNative flag)
|
|
128
|
+
- BNB BSC icon: ❌ Not showing (missing isNative flag)
|
|
129
|
+
- Beacon Chain: ⚠️ Deprecated entry still present
|
|
130
|
+
|
|
131
|
+
**After:**
|
|
132
|
+
- XRP icon: ✅ Working with proper native asset metadata
|
|
133
|
+
- BNB BSC icon: ✅ Working with proper native asset metadata
|
|
134
|
+
- Beacon Chain: ✅ Removed (deprecated)
|
|
135
|
+
|
|
136
|
+
## Commands Used
|
|
137
|
+
|
|
138
|
+
```bash
|
|
139
|
+
# Verify icons
|
|
140
|
+
bun run scripts/check-critical-icons.ts
|
|
141
|
+
|
|
142
|
+
# Rebuild package
|
|
143
|
+
bun run build
|
|
144
|
+
|
|
145
|
+
# List native assets
|
|
146
|
+
cat src/generatedAssetData.json | jq -r '.[] | select(.isNative == true) | "\(.symbol) | \(.name)"'
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
## Conclusion
|
|
150
|
+
|
|
151
|
+
✅ **All native asset icons now working correctly**
|
|
152
|
+
✅ **17 native assets across all supported chains**
|
|
153
|
+
✅ **Zero external dependencies (all use KeepKey CDN)**
|
|
154
|
+
✅ **Package rebuilt and ready for publishing**
|
|
155
|
+
|
|
156
|
+
---
|
|
157
|
+
|
|
158
|
+
**Fix Date:** 2025-11-06
|
|
159
|
+
**Assets Fixed:** 2 (XRP, BNB BSC)
|
|
160
|
+
**Assets Removed:** 1 (Beacon Chain)
|
|
161
|
+
**Total Native Assets:** 17
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
{
|
|
2
|
+
"summary": {
|
|
3
|
+
"totalNative": 16,
|
|
4
|
+
"eip155Native": 6,
|
|
5
|
+
"broken": 0,
|
|
6
|
+
"eip155Broken": 0
|
|
7
|
+
},
|
|
8
|
+
"brokenAssets": [],
|
|
9
|
+
"allResults": [
|
|
10
|
+
{
|
|
11
|
+
"assetId": "eip155:1/slip44:60",
|
|
12
|
+
"name": "Ethereum",
|
|
13
|
+
"symbol": "ETH",
|
|
14
|
+
"isNative": true,
|
|
15
|
+
"icon": "https://api.keepkey.info/coins/ZWlwMTU1OjEvc2xpcDQ0OjYw.png",
|
|
16
|
+
"status": "ok",
|
|
17
|
+
"httpCode": 200
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"assetId": "eip155:43114/slip44:60",
|
|
21
|
+
"name": "Avalanche",
|
|
22
|
+
"symbol": "AVAX",
|
|
23
|
+
"isNative": true,
|
|
24
|
+
"icon": "https://api.keepkey.info/coins/ZWlwMTU1OjQzMTE0L3NsaXA0NDo2MA==.png",
|
|
25
|
+
"status": "ok",
|
|
26
|
+
"httpCode": 200
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"assetId": "eip155:137/slip44:60",
|
|
30
|
+
"name": "Polygon",
|
|
31
|
+
"symbol": "MATIC",
|
|
32
|
+
"isNative": true,
|
|
33
|
+
"icon": "https://api.keepkey.info/coins/ZWlwMTU1OjEzNy9zbGlwNDQ6NjA=.png",
|
|
34
|
+
"status": "ok",
|
|
35
|
+
"httpCode": 200
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"assetId": "eip155:42161/slip44:60",
|
|
39
|
+
"name": "Arbitrum",
|
|
40
|
+
"symbol": "ARB",
|
|
41
|
+
"isNative": true,
|
|
42
|
+
"icon": "https://api.keepkey.info/coins/ZWlwMTU1OjQyMTYxL3NsaXA0NDo2MA==.png",
|
|
43
|
+
"status": "ok",
|
|
44
|
+
"httpCode": 200
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"assetId": "eip155:10/slip44:60",
|
|
48
|
+
"name": "Optimism",
|
|
49
|
+
"symbol": "OP",
|
|
50
|
+
"isNative": true,
|
|
51
|
+
"icon": "https://api.keepkey.info/coins/ZWlwMTU1OjEwL3NsaXA0NDo2MA==.png",
|
|
52
|
+
"status": "ok",
|
|
53
|
+
"httpCode": 200
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"assetId": "eip155:8453/slip44:60",
|
|
57
|
+
"name": "Base",
|
|
58
|
+
"symbol": "BASE",
|
|
59
|
+
"isNative": true,
|
|
60
|
+
"icon": "https://api.keepkey.info/coins/ZWlwMTU1Ojg0NTMvc2xpcDQ0OjYw.png",
|
|
61
|
+
"status": "ok",
|
|
62
|
+
"httpCode": 200
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"assetId": "bip122:000000000019d6689c085ae165831e93/slip44:0",
|
|
66
|
+
"name": "Bitcoin",
|
|
67
|
+
"symbol": "BTC",
|
|
68
|
+
"isNative": true,
|
|
69
|
+
"icon": "https://api.keepkey.info/coins/YmlwMTIyOjAwMDAwMDAwMDAxOWQ2Njg5YzA4NWFlMTY1ODMxZTkzL3NsaXA0NDow.png",
|
|
70
|
+
"status": "ok",
|
|
71
|
+
"httpCode": 200
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"assetId": "cosmos:cosmoshub-4/slip44:118",
|
|
75
|
+
"name": "Cosmos",
|
|
76
|
+
"symbol": "ATOM",
|
|
77
|
+
"isNative": true,
|
|
78
|
+
"icon": "https://keepkey.sfo3.cdn.digitaloceanspaces.com/coins/Y29zbW9zOmNvc21vc2h1Yi00L3NsaXA0NDoxMTg=.png",
|
|
79
|
+
"status": "ok",
|
|
80
|
+
"httpCode": 200
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"assetId": "cosmos:osmosis-1/slip44:118",
|
|
84
|
+
"name": "Osmosis",
|
|
85
|
+
"symbol": "OSMO",
|
|
86
|
+
"isNative": true,
|
|
87
|
+
"icon": "https://api.keepkey.info/coins/Y29zbW9zOm9zbW9zaXMtMS9zbGlwNDQ6MTE4.png",
|
|
88
|
+
"status": "ok",
|
|
89
|
+
"httpCode": 200
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"assetId": "cosmos:thorchain-mainnet-v1/slip44:931",
|
|
93
|
+
"name": "THORChain",
|
|
94
|
+
"symbol": "RUNE",
|
|
95
|
+
"isNative": true,
|
|
96
|
+
"icon": "https://api.keepkey.info/coins/Y29zbW9zOnRob3JjaGFpbi1tYWlubmV0LXYxL3NsaXA0NDo5MzE=.png",
|
|
97
|
+
"status": "ok",
|
|
98
|
+
"httpCode": 200
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"assetId": "cosmos:mayachain-mainnet-v1/slip44:931",
|
|
102
|
+
"name": "Mayachain",
|
|
103
|
+
"symbol": "CACAO",
|
|
104
|
+
"isNative": true,
|
|
105
|
+
"icon": "https://keepkey.sfo3.cdn.digitaloceanspaces.com/coins/Y29zbW9zOm1heWFjaGFpbi1tYWlubmV0LXYxL3NsaXA0NDo5MzE=.png",
|
|
106
|
+
"status": "ok",
|
|
107
|
+
"httpCode": 200
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"assetId": "bip122:12a765e31ffd4059bada1e25190f6e98/slip44:2",
|
|
111
|
+
"name": "Litecoin",
|
|
112
|
+
"symbol": "LTC",
|
|
113
|
+
"isNative": true,
|
|
114
|
+
"icon": "https://keepkey.sfo3.cdn.digitaloceanspaces.com/coins/YmlwMTIyOjEyYTc2NWUzMWZmZDQwNTliYWRhMWUyNTE5MGY2ZTk4L3NsaXA0NDoy.png",
|
|
115
|
+
"status": "ok",
|
|
116
|
+
"httpCode": 200
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"assetId": "bip122:000000000000000000651ef99cb9fcbe/slip44:145",
|
|
120
|
+
"name": "Bitcoin Cash",
|
|
121
|
+
"symbol": "BCH",
|
|
122
|
+
"isNative": true,
|
|
123
|
+
"icon": "https://api.keepkey.info/coins/YmlwMTIyOjAwMDAwMDAwMDAwMDAwMDAwMDY1MWVmOTljYjlmY2JlL3NsaXA0NDoxNDU=.png",
|
|
124
|
+
"status": "ok",
|
|
125
|
+
"httpCode": 200
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"assetId": "bip122:00000000001a91e3dace36e2be3bf030/slip44:3",
|
|
129
|
+
"name": "Dogecoin",
|
|
130
|
+
"symbol": "DOGE",
|
|
131
|
+
"isNative": true,
|
|
132
|
+
"icon": "https://api.keepkey.info/coins/YmlwMTIyOjAwMDAwMDAwMDAxYTkxZTNkYWNlMzZlMmJlM2JmMDMwL3NsaXA0NDoz.png",
|
|
133
|
+
"status": "ok",
|
|
134
|
+
"httpCode": 200
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"assetId": "bip122:000007d91d1254d60e2dd1ae58038307/slip44:5",
|
|
138
|
+
"name": "Dash",
|
|
139
|
+
"symbol": "DASH",
|
|
140
|
+
"isNative": true,
|
|
141
|
+
"icon": "https://api.keepkey.info/coins/YmlwMTIyOjAwMDAwN2Q5MWQxMjU0ZDYwZTJkZDFhZTU4MDM4MzA3L3NsaXA0NDo1.png",
|
|
142
|
+
"status": "ok",
|
|
143
|
+
"httpCode": 200
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"assetId": "binance:bnb-beacon-chain/slip44:714",
|
|
147
|
+
"name": "BNB",
|
|
148
|
+
"symbol": "BNB",
|
|
149
|
+
"isNative": true,
|
|
150
|
+
"icon": "https://api.keepkey.info/coins/YmluYW5jZTpibmItYmVhY29uLWNoYWluL3NsaXA0NDo3MTQ=.png",
|
|
151
|
+
"status": "ok",
|
|
152
|
+
"httpCode": 200
|
|
153
|
+
}
|
|
154
|
+
]
|
|
155
|
+
}
|