@kinetiq-research/asset-metadata 3.4.0 → 3.5.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/package.json +3 -10
- package/src/_/asset-metadata.ts +116 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kinetiq-research/asset-metadata",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.5.0",
|
|
4
4
|
"description": "Asset metadata (descriptions, oracle references) for Kinetiq markets",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -14,17 +14,10 @@
|
|
|
14
14
|
"lint:format": "oxfmt .",
|
|
15
15
|
"lint:types": "tsc -b",
|
|
16
16
|
"lint:types:clean": "tsc -b --clean",
|
|
17
|
-
"lint:types:watch": "pnpm lint:types -w --preserveWatchOutput"
|
|
18
|
-
"release": "semantic-release",
|
|
19
|
-
"release:dry": "semantic-release --dry-run --no-ci"
|
|
17
|
+
"lint:types:watch": "pnpm lint:types -w --preserveWatchOutput"
|
|
20
18
|
},
|
|
21
19
|
"devDependencies": {
|
|
22
|
-
"@kinetiq-research/tsconfig": "workspace:*"
|
|
23
|
-
"@semantic-release/commit-analyzer": "13.0.1",
|
|
24
|
-
"@semantic-release/github": "12.0.6",
|
|
25
|
-
"@semantic-release/npm": "13.1.5",
|
|
26
|
-
"@semantic-release/release-notes-generator": "14.1.0",
|
|
27
|
-
"semantic-release": "25.0.3"
|
|
20
|
+
"@kinetiq-research/tsconfig": "workspace:*"
|
|
28
21
|
},
|
|
29
22
|
"publishConfig": {
|
|
30
23
|
"access": "public"
|
package/src/_/asset-metadata.ts
CHANGED
|
@@ -93,4 +93,120 @@ export const assetMetadata: Record<
|
|
|
93
93
|
oracleSymbol: '1810',
|
|
94
94
|
oracleUrl: 'https://www.google.com/finance/quote/1810:HKG',
|
|
95
95
|
},
|
|
96
|
+
'xyz:amd': {
|
|
97
|
+
oracleSymbol: 'AMD',
|
|
98
|
+
oracleUrl: 'https://www.google.com/finance/quote/AMD:NASDAQ',
|
|
99
|
+
},
|
|
100
|
+
'xyz:amzn': {
|
|
101
|
+
oracleSymbol: 'AMZN',
|
|
102
|
+
oracleUrl: 'https://www.google.com/finance/quote/AMZN:NASDAQ',
|
|
103
|
+
},
|
|
104
|
+
'xyz:brentoil': {
|
|
105
|
+
oracleSymbol: 'BRENTN6',
|
|
106
|
+
oracleUrl: 'https://finance.yahoo.com/quote/BZ=F',
|
|
107
|
+
},
|
|
108
|
+
'xyz:cl': {
|
|
109
|
+
oracleSymbol: 'WTIM6',
|
|
110
|
+
oracleUrl: 'https://finance.yahoo.com/quote/CL=F',
|
|
111
|
+
},
|
|
112
|
+
'xyz:coin': {
|
|
113
|
+
oracleSymbol: 'COIN',
|
|
114
|
+
oracleUrl: 'https://www.google.com/finance/quote/COIN:NASDAQ',
|
|
115
|
+
},
|
|
116
|
+
'xyz:copper': {
|
|
117
|
+
oracleSymbol: 'CCN6',
|
|
118
|
+
oracleUrl: 'https://finance.yahoo.com/quote/HG=F',
|
|
119
|
+
},
|
|
120
|
+
'xyz:cost': {
|
|
121
|
+
oracleSymbol: 'COST',
|
|
122
|
+
oracleUrl: 'https://www.google.com/finance/quote/COST:NASDAQ',
|
|
123
|
+
},
|
|
124
|
+
'xyz:crcl': {
|
|
125
|
+
oracleSymbol: 'CRCL',
|
|
126
|
+
oracleUrl: 'https://www.google.com/finance/quote/CRCL:NYSE',
|
|
127
|
+
},
|
|
128
|
+
'xyz:crwv': {
|
|
129
|
+
oracleSymbol: 'CRWV',
|
|
130
|
+
oracleUrl: 'https://www.google.com/finance/quote/CRWV:NASDAQ',
|
|
131
|
+
},
|
|
132
|
+
'xyz:hood': {
|
|
133
|
+
oracleSymbol: 'HOOD',
|
|
134
|
+
oracleUrl: 'https://www.google.com/finance/quote/HOOD:NASDAQ',
|
|
135
|
+
},
|
|
136
|
+
'xyz:hyundai': {
|
|
137
|
+
oracleSymbol: '005380.KS',
|
|
138
|
+
oracleUrl: 'https://www.google.com/finance/quote/005380:KRX',
|
|
139
|
+
},
|
|
140
|
+
'xyz:intc': {
|
|
141
|
+
oracleSymbol: 'INTC',
|
|
142
|
+
oracleUrl: 'https://www.google.com/finance/quote/INTC:NASDAQ',
|
|
143
|
+
},
|
|
144
|
+
'xyz:lly': {
|
|
145
|
+
oracleSymbol: 'LLY',
|
|
146
|
+
oracleUrl: 'https://www.google.com/finance/quote/LLY:NYSE',
|
|
147
|
+
},
|
|
148
|
+
'xyz:meta': {
|
|
149
|
+
oracleSymbol: 'META',
|
|
150
|
+
oracleUrl: 'https://www.google.com/finance/quote/META:NASDAQ',
|
|
151
|
+
},
|
|
152
|
+
'xyz:msft': {
|
|
153
|
+
oracleSymbol: 'MSFT',
|
|
154
|
+
oracleUrl: 'https://www.google.com/finance/quote/MSFT:NASDAQ',
|
|
155
|
+
},
|
|
156
|
+
'xyz:mstr': {
|
|
157
|
+
oracleSymbol: 'MSTR',
|
|
158
|
+
oracleUrl: 'https://www.google.com/finance/quote/MSTR:NASDAQ',
|
|
159
|
+
},
|
|
160
|
+
'xyz:natgas': {
|
|
161
|
+
oracleSymbol: 'NGDM6',
|
|
162
|
+
oracleUrl: 'https://finance.yahoo.com/quote/NG=F',
|
|
163
|
+
},
|
|
164
|
+
'xyz:nflx': {
|
|
165
|
+
oracleSymbol: 'NFLX',
|
|
166
|
+
oracleUrl: 'https://www.google.com/finance/quote/NFLX:NASDAQ',
|
|
167
|
+
},
|
|
168
|
+
'xyz:orcl': {
|
|
169
|
+
oracleSymbol: 'ORCL',
|
|
170
|
+
oracleUrl: 'https://www.google.com/finance/quote/ORCL:NYSE',
|
|
171
|
+
},
|
|
172
|
+
'xyz:palladium': {
|
|
173
|
+
oracleSymbol: 'XPD',
|
|
174
|
+
oracleUrl: 'https://finance.yahoo.com/quote/PA=F',
|
|
175
|
+
},
|
|
176
|
+
'xyz:platinum': {
|
|
177
|
+
oracleSymbol: 'XPT',
|
|
178
|
+
oracleUrl: 'https://finance.yahoo.com/quote/PL=F',
|
|
179
|
+
},
|
|
180
|
+
'xyz:rivn': {
|
|
181
|
+
oracleSymbol: 'RIVN',
|
|
182
|
+
oracleUrl: 'https://www.google.com/finance/quote/RIVN:NASDAQ',
|
|
183
|
+
},
|
|
184
|
+
'xyz:skhx': {
|
|
185
|
+
oracleSymbol: '000660.KS',
|
|
186
|
+
oracleUrl: 'https://www.google.com/finance/quote/000660:KRX',
|
|
187
|
+
},
|
|
188
|
+
'xyz:smsn': {
|
|
189
|
+
oracleSymbol: '005930.KS',
|
|
190
|
+
oracleUrl: 'https://www.google.com/finance/quote/005930:KRX',
|
|
191
|
+
},
|
|
192
|
+
'xyz:sndk': {
|
|
193
|
+
oracleSymbol: 'SNDK',
|
|
194
|
+
oracleUrl: 'https://www.google.com/finance/quote/SNDK:NASDAQ',
|
|
195
|
+
},
|
|
196
|
+
'xyz:sp500': {
|
|
197
|
+
oracleSymbol: 'EMM6',
|
|
198
|
+
oracleUrl: 'https://finance.yahoo.com/quote/ES=F',
|
|
199
|
+
},
|
|
200
|
+
'xyz:tsm': {
|
|
201
|
+
oracleSymbol: 'TSM',
|
|
202
|
+
oracleUrl: 'https://www.google.com/finance/quote/TSM:NYSE',
|
|
203
|
+
},
|
|
204
|
+
'xyz:urnm': {
|
|
205
|
+
oracleSymbol: 'URNM',
|
|
206
|
+
oracleUrl: 'https://www.google.com/finance/quote/URNM:NYSEARCA',
|
|
207
|
+
},
|
|
208
|
+
'xyz:usar': {
|
|
209
|
+
oracleSymbol: 'USAR',
|
|
210
|
+
oracleUrl: 'https://www.google.com/finance/quote/USAR:NASDAQ',
|
|
211
|
+
},
|
|
96
212
|
}
|