@beefyfinance/blockchain-addressbook 0.59.11 → 0.59.12
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/dist/address-book/base/index.d.cts +26 -0
- package/dist/address-book/base/index.d.ts +26 -0
- package/dist/address-book/base/tokens/tokens.cjs +17 -0
- package/dist/address-book/base/tokens/tokens.js +17 -0
- package/dist/address-book/robinhood/index.d.cts +78 -0
- package/dist/address-book/robinhood/index.d.ts +78 -0
- package/dist/address-book/robinhood/tokens/tokens.cjs +39 -0
- package/dist/address-book/robinhood/tokens/tokens.js +39 -0
- package/package.json +1 -1
|
@@ -242,6 +242,19 @@ declare const base: {
|
|
|
242
242
|
readonly bridge: "native";
|
|
243
243
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
244
244
|
};
|
|
245
|
+
readonly LAPTOP: {
|
|
246
|
+
readonly name: "LAPTOP";
|
|
247
|
+
readonly symbol: "LAPTOP";
|
|
248
|
+
readonly oracleId: "LAPTOP";
|
|
249
|
+
readonly address: "0xB095274743941e953c746F9C228DA9c18Bb6ec29";
|
|
250
|
+
readonly chainId: 8453;
|
|
251
|
+
readonly decimals: 18;
|
|
252
|
+
readonly website: "https://www.laptoptoken.com/";
|
|
253
|
+
readonly description: "LAPTOP is a memecoin on Base created by Hunter Biden for entertainment and community participation. The token uses the LayerZero Omnichain Fungible Token standard.";
|
|
254
|
+
readonly documentation: "https://www.laptoptoken.com/faq";
|
|
255
|
+
readonly bridge: "native";
|
|
256
|
+
readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
257
|
+
};
|
|
245
258
|
readonly OVN: {
|
|
246
259
|
readonly name: "OVN";
|
|
247
260
|
readonly symbol: "OVN";
|
|
@@ -3835,6 +3848,19 @@ declare const base: {
|
|
|
3835
3848
|
readonly bridge: "native";
|
|
3836
3849
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3837
3850
|
};
|
|
3851
|
+
readonly LAPTOP: {
|
|
3852
|
+
readonly name: "LAPTOP";
|
|
3853
|
+
readonly symbol: "LAPTOP";
|
|
3854
|
+
readonly oracleId: "LAPTOP";
|
|
3855
|
+
readonly address: "0xB095274743941e953c746F9C228DA9c18Bb6ec29";
|
|
3856
|
+
readonly chainId: 8453;
|
|
3857
|
+
readonly decimals: 18;
|
|
3858
|
+
readonly website: "https://www.laptoptoken.com/";
|
|
3859
|
+
readonly description: "LAPTOP is a memecoin on Base created by Hunter Biden for entertainment and community participation. The token uses the LayerZero Omnichain Fungible Token standard.";
|
|
3860
|
+
readonly documentation: "https://www.laptoptoken.com/faq";
|
|
3861
|
+
readonly bridge: "native";
|
|
3862
|
+
readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3863
|
+
};
|
|
3838
3864
|
readonly OVN: {
|
|
3839
3865
|
readonly name: "OVN";
|
|
3840
3866
|
readonly symbol: "OVN";
|
|
@@ -242,6 +242,19 @@ declare const base: {
|
|
|
242
242
|
readonly bridge: "native";
|
|
243
243
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
244
244
|
};
|
|
245
|
+
readonly LAPTOP: {
|
|
246
|
+
readonly name: "LAPTOP";
|
|
247
|
+
readonly symbol: "LAPTOP";
|
|
248
|
+
readonly oracleId: "LAPTOP";
|
|
249
|
+
readonly address: "0xB095274743941e953c746F9C228DA9c18Bb6ec29";
|
|
250
|
+
readonly chainId: 8453;
|
|
251
|
+
readonly decimals: 18;
|
|
252
|
+
readonly website: "https://www.laptoptoken.com/";
|
|
253
|
+
readonly description: "LAPTOP is a memecoin on Base created by Hunter Biden for entertainment and community participation. The token uses the LayerZero Omnichain Fungible Token standard.";
|
|
254
|
+
readonly documentation: "https://www.laptoptoken.com/faq";
|
|
255
|
+
readonly bridge: "native";
|
|
256
|
+
readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
257
|
+
};
|
|
245
258
|
readonly OVN: {
|
|
246
259
|
readonly name: "OVN";
|
|
247
260
|
readonly symbol: "OVN";
|
|
@@ -3835,6 +3848,19 @@ declare const base: {
|
|
|
3835
3848
|
readonly bridge: "native";
|
|
3836
3849
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3837
3850
|
};
|
|
3851
|
+
readonly LAPTOP: {
|
|
3852
|
+
readonly name: "LAPTOP";
|
|
3853
|
+
readonly symbol: "LAPTOP";
|
|
3854
|
+
readonly oracleId: "LAPTOP";
|
|
3855
|
+
readonly address: "0xB095274743941e953c746F9C228DA9c18Bb6ec29";
|
|
3856
|
+
readonly chainId: 8453;
|
|
3857
|
+
readonly decimals: 18;
|
|
3858
|
+
readonly website: "https://www.laptoptoken.com/";
|
|
3859
|
+
readonly description: "LAPTOP is a memecoin on Base created by Hunter Biden for entertainment and community participation. The token uses the LayerZero Omnichain Fungible Token standard.";
|
|
3860
|
+
readonly documentation: "https://www.laptoptoken.com/faq";
|
|
3861
|
+
readonly bridge: "native";
|
|
3862
|
+
readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3863
|
+
};
|
|
3838
3864
|
readonly OVN: {
|
|
3839
3865
|
readonly name: "OVN";
|
|
3840
3866
|
readonly symbol: "OVN";
|
|
@@ -203,6 +203,23 @@ const tokens = {
|
|
|
203
203
|
bridge: "native",
|
|
204
204
|
tags: ["LARGE_HOLDERS"]
|
|
205
205
|
},
|
|
206
|
+
LAPTOP: {
|
|
207
|
+
name: "LAPTOP",
|
|
208
|
+
symbol: "LAPTOP",
|
|
209
|
+
oracleId: "LAPTOP",
|
|
210
|
+
address: "0xB095274743941e953c746F9C228DA9c18Bb6ec29",
|
|
211
|
+
chainId: 8453,
|
|
212
|
+
decimals: 18,
|
|
213
|
+
website: "https://www.laptoptoken.com/",
|
|
214
|
+
description: "LAPTOP is a memecoin on Base created by Hunter Biden for entertainment and community participation. The token uses the LayerZero Omnichain Fungible Token standard.",
|
|
215
|
+
documentation: "https://www.laptoptoken.com/faq",
|
|
216
|
+
bridge: "native",
|
|
217
|
+
tags: [
|
|
218
|
+
"MEMECOIN",
|
|
219
|
+
"LARGE_HOLDERS",
|
|
220
|
+
"NO_TIMELOCK"
|
|
221
|
+
]
|
|
222
|
+
},
|
|
206
223
|
OVN: {
|
|
207
224
|
name: "OVN",
|
|
208
225
|
symbol: "OVN",
|
|
@@ -203,6 +203,23 @@ const tokens = {
|
|
|
203
203
|
bridge: "native",
|
|
204
204
|
tags: ["LARGE_HOLDERS"]
|
|
205
205
|
},
|
|
206
|
+
LAPTOP: {
|
|
207
|
+
name: "LAPTOP",
|
|
208
|
+
symbol: "LAPTOP",
|
|
209
|
+
oracleId: "LAPTOP",
|
|
210
|
+
address: "0xB095274743941e953c746F9C228DA9c18Bb6ec29",
|
|
211
|
+
chainId: 8453,
|
|
212
|
+
decimals: 18,
|
|
213
|
+
website: "https://www.laptoptoken.com/",
|
|
214
|
+
description: "LAPTOP is a memecoin on Base created by Hunter Biden for entertainment and community participation. The token uses the LayerZero Omnichain Fungible Token standard.",
|
|
215
|
+
documentation: "https://www.laptoptoken.com/faq",
|
|
216
|
+
bridge: "native",
|
|
217
|
+
tags: [
|
|
218
|
+
"MEMECOIN",
|
|
219
|
+
"LARGE_HOLDERS",
|
|
220
|
+
"NO_TIMELOCK"
|
|
221
|
+
]
|
|
222
|
+
},
|
|
206
223
|
OVN: {
|
|
207
224
|
name: "OVN",
|
|
208
225
|
symbol: "OVN",
|
|
@@ -264,6 +264,45 @@ declare const robinhood: {
|
|
|
264
264
|
readonly bridge: "native";
|
|
265
265
|
readonly tags: readonly ["STOCK"];
|
|
266
266
|
};
|
|
267
|
+
readonly AMCrh: {
|
|
268
|
+
readonly name: "AMC Entertainment • Robinhood Token";
|
|
269
|
+
readonly address: "0x05a3d1Cd21d0C88145E82600E62e7E496e0F222B";
|
|
270
|
+
readonly symbol: "AMC";
|
|
271
|
+
readonly oracleId: "AMCrh";
|
|
272
|
+
readonly decimals: 18;
|
|
273
|
+
readonly chainId: 4663;
|
|
274
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
275
|
+
readonly description: "AMC Entertainment Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to AMC Entertainment shares without conferring ownership or shareholder rights.";
|
|
276
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_amc_entertainment_holdings_inc.pdf";
|
|
277
|
+
readonly bridge: "native";
|
|
278
|
+
readonly tags: readonly ["STOCK"];
|
|
279
|
+
};
|
|
280
|
+
readonly LULUrh: {
|
|
281
|
+
readonly name: "Lululemon • Robinhood Token";
|
|
282
|
+
readonly address: "0x4e62068525Ab11FE768e29dfD00ef909B9803016";
|
|
283
|
+
readonly symbol: "LULU";
|
|
284
|
+
readonly oracleId: "LULUrh";
|
|
285
|
+
readonly decimals: 18;
|
|
286
|
+
readonly chainId: 4663;
|
|
287
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
288
|
+
readonly description: "Lululemon Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Lululemon shares without conferring ownership or shareholder rights.";
|
|
289
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_lululemon.pdf";
|
|
290
|
+
readonly bridge: "native";
|
|
291
|
+
readonly tags: readonly ["STOCK"];
|
|
292
|
+
};
|
|
293
|
+
readonly SNAPrh: {
|
|
294
|
+
readonly name: "Snap • Robinhood Token";
|
|
295
|
+
readonly address: "0xF6589F11Bc40b669e584073F428B05562F568733";
|
|
296
|
+
readonly symbol: "SNAP";
|
|
297
|
+
readonly oracleId: "SNAPrh";
|
|
298
|
+
readonly decimals: 18;
|
|
299
|
+
readonly chainId: 4663;
|
|
300
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
301
|
+
readonly description: "Snap Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Snap shares without conferring ownership or shareholder rights.";
|
|
302
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_snap_inc.pdf";
|
|
303
|
+
readonly bridge: "native";
|
|
304
|
+
readonly tags: readonly ["STOCK"];
|
|
305
|
+
};
|
|
267
306
|
readonly CASHCAT: {
|
|
268
307
|
readonly name: "Cash Cat";
|
|
269
308
|
readonly address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4";
|
|
@@ -866,6 +905,45 @@ declare const robinhood: {
|
|
|
866
905
|
readonly bridge: "native";
|
|
867
906
|
readonly tags: readonly ["STOCK"];
|
|
868
907
|
};
|
|
908
|
+
readonly AMCrh: {
|
|
909
|
+
readonly name: "AMC Entertainment • Robinhood Token";
|
|
910
|
+
readonly address: "0x05a3d1Cd21d0C88145E82600E62e7E496e0F222B";
|
|
911
|
+
readonly symbol: "AMC";
|
|
912
|
+
readonly oracleId: "AMCrh";
|
|
913
|
+
readonly decimals: 18;
|
|
914
|
+
readonly chainId: 4663;
|
|
915
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
916
|
+
readonly description: "AMC Entertainment Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to AMC Entertainment shares without conferring ownership or shareholder rights.";
|
|
917
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_amc_entertainment_holdings_inc.pdf";
|
|
918
|
+
readonly bridge: "native";
|
|
919
|
+
readonly tags: readonly ["STOCK"];
|
|
920
|
+
};
|
|
921
|
+
readonly LULUrh: {
|
|
922
|
+
readonly name: "Lululemon • Robinhood Token";
|
|
923
|
+
readonly address: "0x4e62068525Ab11FE768e29dfD00ef909B9803016";
|
|
924
|
+
readonly symbol: "LULU";
|
|
925
|
+
readonly oracleId: "LULUrh";
|
|
926
|
+
readonly decimals: 18;
|
|
927
|
+
readonly chainId: 4663;
|
|
928
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
929
|
+
readonly description: "Lululemon Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Lululemon shares without conferring ownership or shareholder rights.";
|
|
930
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_lululemon.pdf";
|
|
931
|
+
readonly bridge: "native";
|
|
932
|
+
readonly tags: readonly ["STOCK"];
|
|
933
|
+
};
|
|
934
|
+
readonly SNAPrh: {
|
|
935
|
+
readonly name: "Snap • Robinhood Token";
|
|
936
|
+
readonly address: "0xF6589F11Bc40b669e584073F428B05562F568733";
|
|
937
|
+
readonly symbol: "SNAP";
|
|
938
|
+
readonly oracleId: "SNAPrh";
|
|
939
|
+
readonly decimals: 18;
|
|
940
|
+
readonly chainId: 4663;
|
|
941
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
942
|
+
readonly description: "Snap Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Snap shares without conferring ownership or shareholder rights.";
|
|
943
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_snap_inc.pdf";
|
|
944
|
+
readonly bridge: "native";
|
|
945
|
+
readonly tags: readonly ["STOCK"];
|
|
946
|
+
};
|
|
869
947
|
readonly CASHCAT: {
|
|
870
948
|
readonly name: "Cash Cat";
|
|
871
949
|
readonly address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4";
|
|
@@ -264,6 +264,45 @@ declare const robinhood: {
|
|
|
264
264
|
readonly bridge: "native";
|
|
265
265
|
readonly tags: readonly ["STOCK"];
|
|
266
266
|
};
|
|
267
|
+
readonly AMCrh: {
|
|
268
|
+
readonly name: "AMC Entertainment • Robinhood Token";
|
|
269
|
+
readonly address: "0x05a3d1Cd21d0C88145E82600E62e7E496e0F222B";
|
|
270
|
+
readonly symbol: "AMC";
|
|
271
|
+
readonly oracleId: "AMCrh";
|
|
272
|
+
readonly decimals: 18;
|
|
273
|
+
readonly chainId: 4663;
|
|
274
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
275
|
+
readonly description: "AMC Entertainment Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to AMC Entertainment shares without conferring ownership or shareholder rights.";
|
|
276
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_amc_entertainment_holdings_inc.pdf";
|
|
277
|
+
readonly bridge: "native";
|
|
278
|
+
readonly tags: readonly ["STOCK"];
|
|
279
|
+
};
|
|
280
|
+
readonly LULUrh: {
|
|
281
|
+
readonly name: "Lululemon • Robinhood Token";
|
|
282
|
+
readonly address: "0x4e62068525Ab11FE768e29dfD00ef909B9803016";
|
|
283
|
+
readonly symbol: "LULU";
|
|
284
|
+
readonly oracleId: "LULUrh";
|
|
285
|
+
readonly decimals: 18;
|
|
286
|
+
readonly chainId: 4663;
|
|
287
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
288
|
+
readonly description: "Lululemon Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Lululemon shares without conferring ownership or shareholder rights.";
|
|
289
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_lululemon.pdf";
|
|
290
|
+
readonly bridge: "native";
|
|
291
|
+
readonly tags: readonly ["STOCK"];
|
|
292
|
+
};
|
|
293
|
+
readonly SNAPrh: {
|
|
294
|
+
readonly name: "Snap • Robinhood Token";
|
|
295
|
+
readonly address: "0xF6589F11Bc40b669e584073F428B05562F568733";
|
|
296
|
+
readonly symbol: "SNAP";
|
|
297
|
+
readonly oracleId: "SNAPrh";
|
|
298
|
+
readonly decimals: 18;
|
|
299
|
+
readonly chainId: 4663;
|
|
300
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
301
|
+
readonly description: "Snap Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Snap shares without conferring ownership or shareholder rights.";
|
|
302
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_snap_inc.pdf";
|
|
303
|
+
readonly bridge: "native";
|
|
304
|
+
readonly tags: readonly ["STOCK"];
|
|
305
|
+
};
|
|
267
306
|
readonly CASHCAT: {
|
|
268
307
|
readonly name: "Cash Cat";
|
|
269
308
|
readonly address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4";
|
|
@@ -866,6 +905,45 @@ declare const robinhood: {
|
|
|
866
905
|
readonly bridge: "native";
|
|
867
906
|
readonly tags: readonly ["STOCK"];
|
|
868
907
|
};
|
|
908
|
+
readonly AMCrh: {
|
|
909
|
+
readonly name: "AMC Entertainment • Robinhood Token";
|
|
910
|
+
readonly address: "0x05a3d1Cd21d0C88145E82600E62e7E496e0F222B";
|
|
911
|
+
readonly symbol: "AMC";
|
|
912
|
+
readonly oracleId: "AMCrh";
|
|
913
|
+
readonly decimals: 18;
|
|
914
|
+
readonly chainId: 4663;
|
|
915
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
916
|
+
readonly description: "AMC Entertainment Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to AMC Entertainment shares without conferring ownership or shareholder rights.";
|
|
917
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_amc_entertainment_holdings_inc.pdf";
|
|
918
|
+
readonly bridge: "native";
|
|
919
|
+
readonly tags: readonly ["STOCK"];
|
|
920
|
+
};
|
|
921
|
+
readonly LULUrh: {
|
|
922
|
+
readonly name: "Lululemon • Robinhood Token";
|
|
923
|
+
readonly address: "0x4e62068525Ab11FE768e29dfD00ef909B9803016";
|
|
924
|
+
readonly symbol: "LULU";
|
|
925
|
+
readonly oracleId: "LULUrh";
|
|
926
|
+
readonly decimals: 18;
|
|
927
|
+
readonly chainId: 4663;
|
|
928
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
929
|
+
readonly description: "Lululemon Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Lululemon shares without conferring ownership or shareholder rights.";
|
|
930
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_lululemon.pdf";
|
|
931
|
+
readonly bridge: "native";
|
|
932
|
+
readonly tags: readonly ["STOCK"];
|
|
933
|
+
};
|
|
934
|
+
readonly SNAPrh: {
|
|
935
|
+
readonly name: "Snap • Robinhood Token";
|
|
936
|
+
readonly address: "0xF6589F11Bc40b669e584073F428B05562F568733";
|
|
937
|
+
readonly symbol: "SNAP";
|
|
938
|
+
readonly oracleId: "SNAPrh";
|
|
939
|
+
readonly decimals: 18;
|
|
940
|
+
readonly chainId: 4663;
|
|
941
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
942
|
+
readonly description: "Snap Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Snap shares without conferring ownership or shareholder rights.";
|
|
943
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_snap_inc.pdf";
|
|
944
|
+
readonly bridge: "native";
|
|
945
|
+
readonly tags: readonly ["STOCK"];
|
|
946
|
+
};
|
|
869
947
|
readonly CASHCAT: {
|
|
870
948
|
readonly name: "Cash Cat";
|
|
871
949
|
readonly address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4";
|
|
@@ -237,6 +237,45 @@ const tokens = {
|
|
|
237
237
|
bridge: "native",
|
|
238
238
|
tags: ["STOCK"]
|
|
239
239
|
},
|
|
240
|
+
AMCrh: {
|
|
241
|
+
name: "AMC Entertainment • Robinhood Token",
|
|
242
|
+
address: "0x05a3d1Cd21d0C88145E82600E62e7E496e0F222B",
|
|
243
|
+
symbol: "AMC",
|
|
244
|
+
oracleId: "AMCrh",
|
|
245
|
+
decimals: 18,
|
|
246
|
+
chainId: 4663,
|
|
247
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
248
|
+
description: "AMC Entertainment Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to AMC Entertainment shares without conferring ownership or shareholder rights.",
|
|
249
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_amc_entertainment_holdings_inc.pdf",
|
|
250
|
+
bridge: "native",
|
|
251
|
+
tags: ["STOCK"]
|
|
252
|
+
},
|
|
253
|
+
LULUrh: {
|
|
254
|
+
name: "Lululemon • Robinhood Token",
|
|
255
|
+
address: "0x4e62068525Ab11FE768e29dfD00ef909B9803016",
|
|
256
|
+
symbol: "LULU",
|
|
257
|
+
oracleId: "LULUrh",
|
|
258
|
+
decimals: 18,
|
|
259
|
+
chainId: 4663,
|
|
260
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
261
|
+
description: "Lululemon Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Lululemon shares without conferring ownership or shareholder rights.",
|
|
262
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_lululemon.pdf",
|
|
263
|
+
bridge: "native",
|
|
264
|
+
tags: ["STOCK"]
|
|
265
|
+
},
|
|
266
|
+
SNAPrh: {
|
|
267
|
+
name: "Snap • Robinhood Token",
|
|
268
|
+
address: "0xF6589F11Bc40b669e584073F428B05562F568733",
|
|
269
|
+
symbol: "SNAP",
|
|
270
|
+
oracleId: "SNAPrh",
|
|
271
|
+
decimals: 18,
|
|
272
|
+
chainId: 4663,
|
|
273
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
274
|
+
description: "Snap Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Snap shares without conferring ownership or shareholder rights.",
|
|
275
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_snap_inc.pdf",
|
|
276
|
+
bridge: "native",
|
|
277
|
+
tags: ["STOCK"]
|
|
278
|
+
},
|
|
240
279
|
CASHCAT: {
|
|
241
280
|
name: "Cash Cat",
|
|
242
281
|
address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4",
|
|
@@ -237,6 +237,45 @@ const tokens = {
|
|
|
237
237
|
bridge: "native",
|
|
238
238
|
tags: ["STOCK"]
|
|
239
239
|
},
|
|
240
|
+
AMCrh: {
|
|
241
|
+
name: "AMC Entertainment • Robinhood Token",
|
|
242
|
+
address: "0x05a3d1Cd21d0C88145E82600E62e7E496e0F222B",
|
|
243
|
+
symbol: "AMC",
|
|
244
|
+
oracleId: "AMCrh",
|
|
245
|
+
decimals: 18,
|
|
246
|
+
chainId: 4663,
|
|
247
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
248
|
+
description: "AMC Entertainment Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to AMC Entertainment shares without conferring ownership or shareholder rights.",
|
|
249
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_amc_entertainment_holdings_inc.pdf",
|
|
250
|
+
bridge: "native",
|
|
251
|
+
tags: ["STOCK"]
|
|
252
|
+
},
|
|
253
|
+
LULUrh: {
|
|
254
|
+
name: "Lululemon • Robinhood Token",
|
|
255
|
+
address: "0x4e62068525Ab11FE768e29dfD00ef909B9803016",
|
|
256
|
+
symbol: "LULU",
|
|
257
|
+
oracleId: "LULUrh",
|
|
258
|
+
decimals: 18,
|
|
259
|
+
chainId: 4663,
|
|
260
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
261
|
+
description: "Lululemon Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Lululemon shares without conferring ownership or shareholder rights.",
|
|
262
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_lululemon.pdf",
|
|
263
|
+
bridge: "native",
|
|
264
|
+
tags: ["STOCK"]
|
|
265
|
+
},
|
|
266
|
+
SNAPrh: {
|
|
267
|
+
name: "Snap • Robinhood Token",
|
|
268
|
+
address: "0xF6589F11Bc40b669e584073F428B05562F568733",
|
|
269
|
+
symbol: "SNAP",
|
|
270
|
+
oracleId: "SNAPrh",
|
|
271
|
+
decimals: 18,
|
|
272
|
+
chainId: 4663,
|
|
273
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
274
|
+
description: "Snap Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Snap shares without conferring ownership or shareholder rights.",
|
|
275
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_snap_inc.pdf",
|
|
276
|
+
bridge: "native",
|
|
277
|
+
tags: ["STOCK"]
|
|
278
|
+
},
|
|
240
279
|
CASHCAT: {
|
|
241
280
|
name: "Cash Cat",
|
|
242
281
|
address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4",
|
package/package.json
CHANGED