@beefyfinance/blockchain-addressbook 0.58.8 → 0.58.10
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/ethereum/index.d.cts +26 -0
- package/dist/address-book/ethereum/index.d.ts +26 -0
- package/dist/address-book/ethereum/tokens/tokens.cjs +17 -0
- package/dist/address-book/ethereum/tokens/tokens.js +17 -0
- package/dist/address-book/polygon/index.d.cts +2 -2
- package/dist/address-book/polygon/index.d.ts +2 -2
- package/dist/address-book/polygon/tokens/tokens.cjs +1 -1
- package/dist/address-book/polygon/tokens/tokens.js +1 -1
- package/dist/address-book/robinhood/index.d.cts +154 -0
- package/dist/address-book/robinhood/index.d.ts +154 -0
- package/dist/address-book/robinhood/tokens/tokens.cjs +77 -0
- package/dist/address-book/robinhood/tokens/tokens.js +77 -0
- package/package.json +1 -1
|
@@ -3015,6 +3015,19 @@ declare const ethereum: {
|
|
|
3015
3015
|
readonly description: "YieldBasis is a decentralized protocol that lets liquidity providers earn trading fees on volatile-asset pairs without the impermanent loss a normal LP suffers.";
|
|
3016
3016
|
readonly bridge: "native";
|
|
3017
3017
|
};
|
|
3018
|
+
readonly trUSD: {
|
|
3019
|
+
readonly name: "trUSD";
|
|
3020
|
+
readonly symbol: "trUSD";
|
|
3021
|
+
readonly oracleId: "trUSD";
|
|
3022
|
+
readonly address: "0xd0580192E98eA6CEB9c7b6191Ed2E27560911697";
|
|
3023
|
+
readonly chainId: 1;
|
|
3024
|
+
readonly decimals: 18;
|
|
3025
|
+
readonly website: "https://app.tori.finance/";
|
|
3026
|
+
readonly documentation: "https://docs.tori.finance/";
|
|
3027
|
+
readonly description: "trUSD is Tori Finance’s synthetic dollar token. It is designed to track the value of USD and is the foundation of the Tori ecosystem.";
|
|
3028
|
+
readonly bridge: "native";
|
|
3029
|
+
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
3030
|
+
};
|
|
3018
3031
|
readonly PAXG: {
|
|
3019
3032
|
readonly name: "Paxos Gold";
|
|
3020
3033
|
readonly symbol: "PAXG";
|
|
@@ -6040,6 +6053,19 @@ declare const ethereum: {
|
|
|
6040
6053
|
readonly description: "YieldBasis is a decentralized protocol that lets liquidity providers earn trading fees on volatile-asset pairs without the impermanent loss a normal LP suffers.";
|
|
6041
6054
|
readonly bridge: "native";
|
|
6042
6055
|
};
|
|
6056
|
+
readonly trUSD: {
|
|
6057
|
+
readonly name: "trUSD";
|
|
6058
|
+
readonly symbol: "trUSD";
|
|
6059
|
+
readonly oracleId: "trUSD";
|
|
6060
|
+
readonly address: "0xd0580192E98eA6CEB9c7b6191Ed2E27560911697";
|
|
6061
|
+
readonly chainId: 1;
|
|
6062
|
+
readonly decimals: 18;
|
|
6063
|
+
readonly website: "https://app.tori.finance/";
|
|
6064
|
+
readonly documentation: "https://docs.tori.finance/";
|
|
6065
|
+
readonly description: "trUSD is Tori Finance’s synthetic dollar token. It is designed to track the value of USD and is the foundation of the Tori ecosystem.";
|
|
6066
|
+
readonly bridge: "native";
|
|
6067
|
+
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
6068
|
+
};
|
|
6043
6069
|
readonly PAXG: {
|
|
6044
6070
|
readonly name: "Paxos Gold";
|
|
6045
6071
|
readonly symbol: "PAXG";
|
|
@@ -3015,6 +3015,19 @@ declare const ethereum: {
|
|
|
3015
3015
|
readonly description: "YieldBasis is a decentralized protocol that lets liquidity providers earn trading fees on volatile-asset pairs without the impermanent loss a normal LP suffers.";
|
|
3016
3016
|
readonly bridge: "native";
|
|
3017
3017
|
};
|
|
3018
|
+
readonly trUSD: {
|
|
3019
|
+
readonly name: "trUSD";
|
|
3020
|
+
readonly symbol: "trUSD";
|
|
3021
|
+
readonly oracleId: "trUSD";
|
|
3022
|
+
readonly address: "0xd0580192E98eA6CEB9c7b6191Ed2E27560911697";
|
|
3023
|
+
readonly chainId: 1;
|
|
3024
|
+
readonly decimals: 18;
|
|
3025
|
+
readonly website: "https://app.tori.finance/";
|
|
3026
|
+
readonly documentation: "https://docs.tori.finance/";
|
|
3027
|
+
readonly description: "trUSD is Tori Finance’s synthetic dollar token. It is designed to track the value of USD and is the foundation of the Tori ecosystem.";
|
|
3028
|
+
readonly bridge: "native";
|
|
3029
|
+
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
3030
|
+
};
|
|
3018
3031
|
readonly PAXG: {
|
|
3019
3032
|
readonly name: "Paxos Gold";
|
|
3020
3033
|
readonly symbol: "PAXG";
|
|
@@ -6040,6 +6053,19 @@ declare const ethereum: {
|
|
|
6040
6053
|
readonly description: "YieldBasis is a decentralized protocol that lets liquidity providers earn trading fees on volatile-asset pairs without the impermanent loss a normal LP suffers.";
|
|
6041
6054
|
readonly bridge: "native";
|
|
6042
6055
|
};
|
|
6056
|
+
readonly trUSD: {
|
|
6057
|
+
readonly name: "trUSD";
|
|
6058
|
+
readonly symbol: "trUSD";
|
|
6059
|
+
readonly oracleId: "trUSD";
|
|
6060
|
+
readonly address: "0xd0580192E98eA6CEB9c7b6191Ed2E27560911697";
|
|
6061
|
+
readonly chainId: 1;
|
|
6062
|
+
readonly decimals: 18;
|
|
6063
|
+
readonly website: "https://app.tori.finance/";
|
|
6064
|
+
readonly documentation: "https://docs.tori.finance/";
|
|
6065
|
+
readonly description: "trUSD is Tori Finance’s synthetic dollar token. It is designed to track the value of USD and is the foundation of the Tori ecosystem.";
|
|
6066
|
+
readonly bridge: "native";
|
|
6067
|
+
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
6068
|
+
};
|
|
6043
6069
|
readonly PAXG: {
|
|
6044
6070
|
readonly name: "Paxos Gold";
|
|
6045
6071
|
readonly symbol: "PAXG";
|
|
@@ -3048,6 +3048,23 @@ const tokens = {
|
|
|
3048
3048
|
description: "YieldBasis is a decentralized protocol that lets liquidity providers earn trading fees on volatile-asset pairs without the impermanent loss a normal LP suffers.",
|
|
3049
3049
|
bridge: "native"
|
|
3050
3050
|
},
|
|
3051
|
+
trUSD: {
|
|
3052
|
+
name: "trUSD",
|
|
3053
|
+
symbol: "trUSD",
|
|
3054
|
+
oracleId: "trUSD",
|
|
3055
|
+
address: "0xd0580192E98eA6CEB9c7b6191Ed2E27560911697",
|
|
3056
|
+
chainId: 1,
|
|
3057
|
+
decimals: 18,
|
|
3058
|
+
website: "https://app.tori.finance/",
|
|
3059
|
+
documentation: "https://docs.tori.finance/",
|
|
3060
|
+
description: "trUSD is Tori Finance’s synthetic dollar token. It is designed to track the value of USD and is the foundation of the Tori ecosystem.",
|
|
3061
|
+
bridge: "native",
|
|
3062
|
+
tags: [
|
|
3063
|
+
"NO_TIMELOCK",
|
|
3064
|
+
"SYNTHETIC",
|
|
3065
|
+
"STABLECOIN"
|
|
3066
|
+
]
|
|
3067
|
+
},
|
|
3051
3068
|
PAXG: {
|
|
3052
3069
|
name: "Paxos Gold",
|
|
3053
3070
|
symbol: "PAXG",
|
|
@@ -3048,6 +3048,23 @@ const tokens = {
|
|
|
3048
3048
|
description: "YieldBasis is a decentralized protocol that lets liquidity providers earn trading fees on volatile-asset pairs without the impermanent loss a normal LP suffers.",
|
|
3049
3049
|
bridge: "native"
|
|
3050
3050
|
},
|
|
3051
|
+
trUSD: {
|
|
3052
|
+
name: "trUSD",
|
|
3053
|
+
symbol: "trUSD",
|
|
3054
|
+
oracleId: "trUSD",
|
|
3055
|
+
address: "0xd0580192E98eA6CEB9c7b6191Ed2E27560911697",
|
|
3056
|
+
chainId: 1,
|
|
3057
|
+
decimals: 18,
|
|
3058
|
+
website: "https://app.tori.finance/",
|
|
3059
|
+
documentation: "https://docs.tori.finance/",
|
|
3060
|
+
description: "trUSD is Tori Finance’s synthetic dollar token. It is designed to track the value of USD and is the foundation of the Tori ecosystem.",
|
|
3061
|
+
bridge: "native",
|
|
3062
|
+
tags: [
|
|
3063
|
+
"NO_TIMELOCK",
|
|
3064
|
+
"SYNTHETIC",
|
|
3065
|
+
"STABLECOIN"
|
|
3066
|
+
]
|
|
3067
|
+
},
|
|
3051
3068
|
PAXG: {
|
|
3052
3069
|
name: "Paxos Gold",
|
|
3053
3070
|
symbol: "PAXG",
|
|
@@ -828,7 +828,7 @@ declare const polygon: {
|
|
|
828
828
|
readonly decimals: 18;
|
|
829
829
|
readonly chainId: 137;
|
|
830
830
|
readonly website: "https://pearzap.com/";
|
|
831
|
-
readonly description: "PearZap is a high yield farm & pool on the Polygon Chain (MATIC) and Binance Smart Chain";
|
|
831
|
+
readonly description: "PearZap is a high yield farm & pool on the Polygon Chain (MATIC) and Binance Smart Chain.";
|
|
832
832
|
};
|
|
833
833
|
readonly SPADE: {
|
|
834
834
|
readonly name: "PolygonFarm";
|
|
@@ -2923,7 +2923,7 @@ declare const polygon: {
|
|
|
2923
2923
|
readonly decimals: 18;
|
|
2924
2924
|
readonly chainId: 137;
|
|
2925
2925
|
readonly website: "https://pearzap.com/";
|
|
2926
|
-
readonly description: "PearZap is a high yield farm & pool on the Polygon Chain (MATIC) and Binance Smart Chain";
|
|
2926
|
+
readonly description: "PearZap is a high yield farm & pool on the Polygon Chain (MATIC) and Binance Smart Chain.";
|
|
2927
2927
|
};
|
|
2928
2928
|
readonly SPADE: {
|
|
2929
2929
|
readonly name: "PolygonFarm";
|
|
@@ -828,7 +828,7 @@ declare const polygon: {
|
|
|
828
828
|
readonly decimals: 18;
|
|
829
829
|
readonly chainId: 137;
|
|
830
830
|
readonly website: "https://pearzap.com/";
|
|
831
|
-
readonly description: "PearZap is a high yield farm & pool on the Polygon Chain (MATIC) and Binance Smart Chain";
|
|
831
|
+
readonly description: "PearZap is a high yield farm & pool on the Polygon Chain (MATIC) and Binance Smart Chain.";
|
|
832
832
|
};
|
|
833
833
|
readonly SPADE: {
|
|
834
834
|
readonly name: "PolygonFarm";
|
|
@@ -2923,7 +2923,7 @@ declare const polygon: {
|
|
|
2923
2923
|
readonly decimals: 18;
|
|
2924
2924
|
readonly chainId: 137;
|
|
2925
2925
|
readonly website: "https://pearzap.com/";
|
|
2926
|
-
readonly description: "PearZap is a high yield farm & pool on the Polygon Chain (MATIC) and Binance Smart Chain";
|
|
2926
|
+
readonly description: "PearZap is a high yield farm & pool on the Polygon Chain (MATIC) and Binance Smart Chain.";
|
|
2927
2927
|
};
|
|
2928
2928
|
readonly SPADE: {
|
|
2929
2929
|
readonly name: "PolygonFarm";
|
|
@@ -777,7 +777,7 @@ const tokens = {
|
|
|
777
777
|
decimals: 18,
|
|
778
778
|
chainId: 137,
|
|
779
779
|
website: "https://pearzap.com/",
|
|
780
|
-
description: "PearZap is a high yield farm & pool on the Polygon Chain (MATIC) and Binance Smart Chain"
|
|
780
|
+
description: "PearZap is a high yield farm & pool on the Polygon Chain (MATIC) and Binance Smart Chain."
|
|
781
781
|
},
|
|
782
782
|
SPADE: {
|
|
783
783
|
name: "PolygonFarm",
|
|
@@ -777,7 +777,7 @@ const tokens = {
|
|
|
777
777
|
decimals: 18,
|
|
778
778
|
chainId: 137,
|
|
779
779
|
website: "https://pearzap.com/",
|
|
780
|
-
description: "PearZap is a high yield farm & pool on the Polygon Chain (MATIC) and Binance Smart Chain"
|
|
780
|
+
description: "PearZap is a high yield farm & pool on the Polygon Chain (MATIC) and Binance Smart Chain."
|
|
781
781
|
},
|
|
782
782
|
SPADE: {
|
|
783
783
|
name: "PolygonFarm",
|
|
@@ -244,6 +244,83 @@ declare const robinhood: {
|
|
|
244
244
|
readonly bridge: "chainlink-ccip";
|
|
245
245
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
246
246
|
};
|
|
247
|
+
readonly NVDArh: {
|
|
248
|
+
readonly name: "NVIDIA • Robinhood Token";
|
|
249
|
+
readonly symbol: "NVDA";
|
|
250
|
+
readonly oracleId: "NVDArh";
|
|
251
|
+
readonly address: "0xd0601CE157Db5bdC3162BbaC2a2C8aF5320D9EEC";
|
|
252
|
+
readonly chainId: 4663;
|
|
253
|
+
readonly decimals: 18;
|
|
254
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
255
|
+
readonly description: "NVIDIA Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to NVIDIA shares without conferring ownership or shareholder rights.";
|
|
256
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_nvidia.pdf";
|
|
257
|
+
readonly bridge: "native";
|
|
258
|
+
readonly tags: readonly ["STOCK"];
|
|
259
|
+
};
|
|
260
|
+
readonly INTCrh: {
|
|
261
|
+
readonly name: "Intel • Robinhood Token";
|
|
262
|
+
readonly symbol: "INTC";
|
|
263
|
+
readonly oracleId: "INTCrh";
|
|
264
|
+
readonly address: "0xc72b96e0E48ecd4DC75E1e45396e26300BC39681";
|
|
265
|
+
readonly chainId: 4663;
|
|
266
|
+
readonly decimals: 18;
|
|
267
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
268
|
+
readonly description: "Intel Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Intel shares without conferring ownership or shareholder rights.";
|
|
269
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_intel.pdf";
|
|
270
|
+
readonly bridge: "native";
|
|
271
|
+
readonly tags: readonly ["STOCK"];
|
|
272
|
+
};
|
|
273
|
+
readonly MSTRrh: {
|
|
274
|
+
readonly name: "Strategy Inc. • Robinhood Token";
|
|
275
|
+
readonly symbol: "MSTR";
|
|
276
|
+
readonly oracleId: "MSTRrh";
|
|
277
|
+
readonly address: "0xec262a75e413fAfD0dF80480274532C79D42da09";
|
|
278
|
+
readonly chainId: 4663;
|
|
279
|
+
readonly decimals: 18;
|
|
280
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
281
|
+
readonly description: "Strategy Inc. Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Strategy Inc. shares without conferring ownership or shareholder rights.";
|
|
282
|
+
readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
|
|
283
|
+
readonly bridge: "native";
|
|
284
|
+
readonly tags: readonly ["STOCK"];
|
|
285
|
+
};
|
|
286
|
+
readonly SPCXrh: {
|
|
287
|
+
readonly name: "SpaceX • Robinhood Token";
|
|
288
|
+
readonly address: "0x4a0E65A3EcceC6dBe60AE065F2e7bb85Fae35eEa";
|
|
289
|
+
readonly symbol: "SPCX";
|
|
290
|
+
readonly oracleId: "SPCXrh";
|
|
291
|
+
readonly decimals: 18;
|
|
292
|
+
readonly chainId: 4663;
|
|
293
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
294
|
+
readonly description: "SpaceX Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Class A common stock of Space Exploration Technologies Corp. without conferring ownership or shareholder rights.";
|
|
295
|
+
readonly bridge: "native";
|
|
296
|
+
readonly tags: readonly ["STOCK"];
|
|
297
|
+
};
|
|
298
|
+
readonly SPYrh: {
|
|
299
|
+
readonly name: "SPDR S&P 500 ETF Trust • Robinhood Token";
|
|
300
|
+
readonly address: "0x117cc2133c37B721F49dE2A7a74833232B3B4C0C";
|
|
301
|
+
readonly symbol: "SPY";
|
|
302
|
+
readonly oracleId: "SPYrh";
|
|
303
|
+
readonly decimals: 18;
|
|
304
|
+
readonly chainId: 4663;
|
|
305
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
306
|
+
readonly description: "SPY Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to shares of the SPDR S&P 500 ETF Trust without conferring ownership or shareholder rights.";
|
|
307
|
+
readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
|
|
308
|
+
readonly bridge: "native";
|
|
309
|
+
readonly tags: readonly ["STOCK"];
|
|
310
|
+
};
|
|
311
|
+
readonly COINrh: {
|
|
312
|
+
readonly name: "Coinbase • Robinhood Token";
|
|
313
|
+
readonly address: "0x6330D8C3178a418788dF01a47479c0ce7CCF450b";
|
|
314
|
+
readonly symbol: "COIN";
|
|
315
|
+
readonly oracleId: "COINrh";
|
|
316
|
+
readonly decimals: 18;
|
|
317
|
+
readonly chainId: 4663;
|
|
318
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
319
|
+
readonly description: "Coinbase Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Coinbase Global shares without conferring ownership or shareholder rights.";
|
|
320
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_coinbase.pdf";
|
|
321
|
+
readonly bridge: "native";
|
|
322
|
+
readonly tags: readonly ["STOCK"];
|
|
323
|
+
};
|
|
247
324
|
};
|
|
248
325
|
readonly tokenAddressMap: AddressToTokenMap<{
|
|
249
326
|
readonly WNATIVE: {
|
|
@@ -486,6 +563,83 @@ declare const robinhood: {
|
|
|
486
563
|
readonly bridge: "chainlink-ccip";
|
|
487
564
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
488
565
|
};
|
|
566
|
+
readonly NVDArh: {
|
|
567
|
+
readonly name: "NVIDIA • Robinhood Token";
|
|
568
|
+
readonly symbol: "NVDA";
|
|
569
|
+
readonly oracleId: "NVDArh";
|
|
570
|
+
readonly address: "0xd0601CE157Db5bdC3162BbaC2a2C8aF5320D9EEC";
|
|
571
|
+
readonly chainId: 4663;
|
|
572
|
+
readonly decimals: 18;
|
|
573
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
574
|
+
readonly description: "NVIDIA Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to NVIDIA shares without conferring ownership or shareholder rights.";
|
|
575
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_nvidia.pdf";
|
|
576
|
+
readonly bridge: "native";
|
|
577
|
+
readonly tags: readonly ["STOCK"];
|
|
578
|
+
};
|
|
579
|
+
readonly INTCrh: {
|
|
580
|
+
readonly name: "Intel • Robinhood Token";
|
|
581
|
+
readonly symbol: "INTC";
|
|
582
|
+
readonly oracleId: "INTCrh";
|
|
583
|
+
readonly address: "0xc72b96e0E48ecd4DC75E1e45396e26300BC39681";
|
|
584
|
+
readonly chainId: 4663;
|
|
585
|
+
readonly decimals: 18;
|
|
586
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
587
|
+
readonly description: "Intel Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Intel shares without conferring ownership or shareholder rights.";
|
|
588
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_intel.pdf";
|
|
589
|
+
readonly bridge: "native";
|
|
590
|
+
readonly tags: readonly ["STOCK"];
|
|
591
|
+
};
|
|
592
|
+
readonly MSTRrh: {
|
|
593
|
+
readonly name: "Strategy Inc. • Robinhood Token";
|
|
594
|
+
readonly symbol: "MSTR";
|
|
595
|
+
readonly oracleId: "MSTRrh";
|
|
596
|
+
readonly address: "0xec262a75e413fAfD0dF80480274532C79D42da09";
|
|
597
|
+
readonly chainId: 4663;
|
|
598
|
+
readonly decimals: 18;
|
|
599
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
600
|
+
readonly description: "Strategy Inc. Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Strategy Inc. shares without conferring ownership or shareholder rights.";
|
|
601
|
+
readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
|
|
602
|
+
readonly bridge: "native";
|
|
603
|
+
readonly tags: readonly ["STOCK"];
|
|
604
|
+
};
|
|
605
|
+
readonly SPCXrh: {
|
|
606
|
+
readonly name: "SpaceX • Robinhood Token";
|
|
607
|
+
readonly address: "0x4a0E65A3EcceC6dBe60AE065F2e7bb85Fae35eEa";
|
|
608
|
+
readonly symbol: "SPCX";
|
|
609
|
+
readonly oracleId: "SPCXrh";
|
|
610
|
+
readonly decimals: 18;
|
|
611
|
+
readonly chainId: 4663;
|
|
612
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
613
|
+
readonly description: "SpaceX Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Class A common stock of Space Exploration Technologies Corp. without conferring ownership or shareholder rights.";
|
|
614
|
+
readonly bridge: "native";
|
|
615
|
+
readonly tags: readonly ["STOCK"];
|
|
616
|
+
};
|
|
617
|
+
readonly SPYrh: {
|
|
618
|
+
readonly name: "SPDR S&P 500 ETF Trust • Robinhood Token";
|
|
619
|
+
readonly address: "0x117cc2133c37B721F49dE2A7a74833232B3B4C0C";
|
|
620
|
+
readonly symbol: "SPY";
|
|
621
|
+
readonly oracleId: "SPYrh";
|
|
622
|
+
readonly decimals: 18;
|
|
623
|
+
readonly chainId: 4663;
|
|
624
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
625
|
+
readonly description: "SPY Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to shares of the SPDR S&P 500 ETF Trust without conferring ownership or shareholder rights.";
|
|
626
|
+
readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
|
|
627
|
+
readonly bridge: "native";
|
|
628
|
+
readonly tags: readonly ["STOCK"];
|
|
629
|
+
};
|
|
630
|
+
readonly COINrh: {
|
|
631
|
+
readonly name: "Coinbase • Robinhood Token";
|
|
632
|
+
readonly address: "0x6330D8C3178a418788dF01a47479c0ce7CCF450b";
|
|
633
|
+
readonly symbol: "COIN";
|
|
634
|
+
readonly oracleId: "COINrh";
|
|
635
|
+
readonly decimals: 18;
|
|
636
|
+
readonly chainId: 4663;
|
|
637
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
638
|
+
readonly description: "Coinbase Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Coinbase Global shares without conferring ownership or shareholder rights.";
|
|
639
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_coinbase.pdf";
|
|
640
|
+
readonly bridge: "native";
|
|
641
|
+
readonly tags: readonly ["STOCK"];
|
|
642
|
+
};
|
|
489
643
|
}>;
|
|
490
644
|
readonly native: {
|
|
491
645
|
readonly symbol: "ETH";
|
|
@@ -244,6 +244,83 @@ declare const robinhood: {
|
|
|
244
244
|
readonly bridge: "chainlink-ccip";
|
|
245
245
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
246
246
|
};
|
|
247
|
+
readonly NVDArh: {
|
|
248
|
+
readonly name: "NVIDIA • Robinhood Token";
|
|
249
|
+
readonly symbol: "NVDA";
|
|
250
|
+
readonly oracleId: "NVDArh";
|
|
251
|
+
readonly address: "0xd0601CE157Db5bdC3162BbaC2a2C8aF5320D9EEC";
|
|
252
|
+
readonly chainId: 4663;
|
|
253
|
+
readonly decimals: 18;
|
|
254
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
255
|
+
readonly description: "NVIDIA Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to NVIDIA shares without conferring ownership or shareholder rights.";
|
|
256
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_nvidia.pdf";
|
|
257
|
+
readonly bridge: "native";
|
|
258
|
+
readonly tags: readonly ["STOCK"];
|
|
259
|
+
};
|
|
260
|
+
readonly INTCrh: {
|
|
261
|
+
readonly name: "Intel • Robinhood Token";
|
|
262
|
+
readonly symbol: "INTC";
|
|
263
|
+
readonly oracleId: "INTCrh";
|
|
264
|
+
readonly address: "0xc72b96e0E48ecd4DC75E1e45396e26300BC39681";
|
|
265
|
+
readonly chainId: 4663;
|
|
266
|
+
readonly decimals: 18;
|
|
267
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
268
|
+
readonly description: "Intel Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Intel shares without conferring ownership or shareholder rights.";
|
|
269
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_intel.pdf";
|
|
270
|
+
readonly bridge: "native";
|
|
271
|
+
readonly tags: readonly ["STOCK"];
|
|
272
|
+
};
|
|
273
|
+
readonly MSTRrh: {
|
|
274
|
+
readonly name: "Strategy Inc. • Robinhood Token";
|
|
275
|
+
readonly symbol: "MSTR";
|
|
276
|
+
readonly oracleId: "MSTRrh";
|
|
277
|
+
readonly address: "0xec262a75e413fAfD0dF80480274532C79D42da09";
|
|
278
|
+
readonly chainId: 4663;
|
|
279
|
+
readonly decimals: 18;
|
|
280
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
281
|
+
readonly description: "Strategy Inc. Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Strategy Inc. shares without conferring ownership or shareholder rights.";
|
|
282
|
+
readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
|
|
283
|
+
readonly bridge: "native";
|
|
284
|
+
readonly tags: readonly ["STOCK"];
|
|
285
|
+
};
|
|
286
|
+
readonly SPCXrh: {
|
|
287
|
+
readonly name: "SpaceX • Robinhood Token";
|
|
288
|
+
readonly address: "0x4a0E65A3EcceC6dBe60AE065F2e7bb85Fae35eEa";
|
|
289
|
+
readonly symbol: "SPCX";
|
|
290
|
+
readonly oracleId: "SPCXrh";
|
|
291
|
+
readonly decimals: 18;
|
|
292
|
+
readonly chainId: 4663;
|
|
293
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
294
|
+
readonly description: "SpaceX Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Class A common stock of Space Exploration Technologies Corp. without conferring ownership or shareholder rights.";
|
|
295
|
+
readonly bridge: "native";
|
|
296
|
+
readonly tags: readonly ["STOCK"];
|
|
297
|
+
};
|
|
298
|
+
readonly SPYrh: {
|
|
299
|
+
readonly name: "SPDR S&P 500 ETF Trust • Robinhood Token";
|
|
300
|
+
readonly address: "0x117cc2133c37B721F49dE2A7a74833232B3B4C0C";
|
|
301
|
+
readonly symbol: "SPY";
|
|
302
|
+
readonly oracleId: "SPYrh";
|
|
303
|
+
readonly decimals: 18;
|
|
304
|
+
readonly chainId: 4663;
|
|
305
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
306
|
+
readonly description: "SPY Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to shares of the SPDR S&P 500 ETF Trust without conferring ownership or shareholder rights.";
|
|
307
|
+
readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
|
|
308
|
+
readonly bridge: "native";
|
|
309
|
+
readonly tags: readonly ["STOCK"];
|
|
310
|
+
};
|
|
311
|
+
readonly COINrh: {
|
|
312
|
+
readonly name: "Coinbase • Robinhood Token";
|
|
313
|
+
readonly address: "0x6330D8C3178a418788dF01a47479c0ce7CCF450b";
|
|
314
|
+
readonly symbol: "COIN";
|
|
315
|
+
readonly oracleId: "COINrh";
|
|
316
|
+
readonly decimals: 18;
|
|
317
|
+
readonly chainId: 4663;
|
|
318
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
319
|
+
readonly description: "Coinbase Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Coinbase Global shares without conferring ownership or shareholder rights.";
|
|
320
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_coinbase.pdf";
|
|
321
|
+
readonly bridge: "native";
|
|
322
|
+
readonly tags: readonly ["STOCK"];
|
|
323
|
+
};
|
|
247
324
|
};
|
|
248
325
|
readonly tokenAddressMap: AddressToTokenMap<{
|
|
249
326
|
readonly WNATIVE: {
|
|
@@ -486,6 +563,83 @@ declare const robinhood: {
|
|
|
486
563
|
readonly bridge: "chainlink-ccip";
|
|
487
564
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
488
565
|
};
|
|
566
|
+
readonly NVDArh: {
|
|
567
|
+
readonly name: "NVIDIA • Robinhood Token";
|
|
568
|
+
readonly symbol: "NVDA";
|
|
569
|
+
readonly oracleId: "NVDArh";
|
|
570
|
+
readonly address: "0xd0601CE157Db5bdC3162BbaC2a2C8aF5320D9EEC";
|
|
571
|
+
readonly chainId: 4663;
|
|
572
|
+
readonly decimals: 18;
|
|
573
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
574
|
+
readonly description: "NVIDIA Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to NVIDIA shares without conferring ownership or shareholder rights.";
|
|
575
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_nvidia.pdf";
|
|
576
|
+
readonly bridge: "native";
|
|
577
|
+
readonly tags: readonly ["STOCK"];
|
|
578
|
+
};
|
|
579
|
+
readonly INTCrh: {
|
|
580
|
+
readonly name: "Intel • Robinhood Token";
|
|
581
|
+
readonly symbol: "INTC";
|
|
582
|
+
readonly oracleId: "INTCrh";
|
|
583
|
+
readonly address: "0xc72b96e0E48ecd4DC75E1e45396e26300BC39681";
|
|
584
|
+
readonly chainId: 4663;
|
|
585
|
+
readonly decimals: 18;
|
|
586
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
587
|
+
readonly description: "Intel Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Intel shares without conferring ownership or shareholder rights.";
|
|
588
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_intel.pdf";
|
|
589
|
+
readonly bridge: "native";
|
|
590
|
+
readonly tags: readonly ["STOCK"];
|
|
591
|
+
};
|
|
592
|
+
readonly MSTRrh: {
|
|
593
|
+
readonly name: "Strategy Inc. • Robinhood Token";
|
|
594
|
+
readonly symbol: "MSTR";
|
|
595
|
+
readonly oracleId: "MSTRrh";
|
|
596
|
+
readonly address: "0xec262a75e413fAfD0dF80480274532C79D42da09";
|
|
597
|
+
readonly chainId: 4663;
|
|
598
|
+
readonly decimals: 18;
|
|
599
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
600
|
+
readonly description: "Strategy Inc. Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Strategy Inc. shares without conferring ownership or shareholder rights.";
|
|
601
|
+
readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
|
|
602
|
+
readonly bridge: "native";
|
|
603
|
+
readonly tags: readonly ["STOCK"];
|
|
604
|
+
};
|
|
605
|
+
readonly SPCXrh: {
|
|
606
|
+
readonly name: "SpaceX • Robinhood Token";
|
|
607
|
+
readonly address: "0x4a0E65A3EcceC6dBe60AE065F2e7bb85Fae35eEa";
|
|
608
|
+
readonly symbol: "SPCX";
|
|
609
|
+
readonly oracleId: "SPCXrh";
|
|
610
|
+
readonly decimals: 18;
|
|
611
|
+
readonly chainId: 4663;
|
|
612
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
613
|
+
readonly description: "SpaceX Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Class A common stock of Space Exploration Technologies Corp. without conferring ownership or shareholder rights.";
|
|
614
|
+
readonly bridge: "native";
|
|
615
|
+
readonly tags: readonly ["STOCK"];
|
|
616
|
+
};
|
|
617
|
+
readonly SPYrh: {
|
|
618
|
+
readonly name: "SPDR S&P 500 ETF Trust • Robinhood Token";
|
|
619
|
+
readonly address: "0x117cc2133c37B721F49dE2A7a74833232B3B4C0C";
|
|
620
|
+
readonly symbol: "SPY";
|
|
621
|
+
readonly oracleId: "SPYrh";
|
|
622
|
+
readonly decimals: 18;
|
|
623
|
+
readonly chainId: 4663;
|
|
624
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
625
|
+
readonly description: "SPY Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to shares of the SPDR S&P 500 ETF Trust without conferring ownership or shareholder rights.";
|
|
626
|
+
readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
|
|
627
|
+
readonly bridge: "native";
|
|
628
|
+
readonly tags: readonly ["STOCK"];
|
|
629
|
+
};
|
|
630
|
+
readonly COINrh: {
|
|
631
|
+
readonly name: "Coinbase • Robinhood Token";
|
|
632
|
+
readonly address: "0x6330D8C3178a418788dF01a47479c0ce7CCF450b";
|
|
633
|
+
readonly symbol: "COIN";
|
|
634
|
+
readonly oracleId: "COINrh";
|
|
635
|
+
readonly decimals: 18;
|
|
636
|
+
readonly chainId: 4663;
|
|
637
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
638
|
+
readonly description: "Coinbase Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Coinbase Global shares without conferring ownership or shareholder rights.";
|
|
639
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_coinbase.pdf";
|
|
640
|
+
readonly bridge: "native";
|
|
641
|
+
readonly tags: readonly ["STOCK"];
|
|
642
|
+
};
|
|
489
643
|
}>;
|
|
490
644
|
readonly native: {
|
|
491
645
|
readonly symbol: "ETH";
|
|
@@ -194,6 +194,83 @@ const tokens = {
|
|
|
194
194
|
documentation: "https://whitepaper.virtuals.io/",
|
|
195
195
|
bridge: "chainlink-ccip",
|
|
196
196
|
tags: ["LARGE_HOLDERS", "NO_TIMELOCK"]
|
|
197
|
+
},
|
|
198
|
+
NVDArh: {
|
|
199
|
+
name: "NVIDIA • Robinhood Token",
|
|
200
|
+
symbol: "NVDA",
|
|
201
|
+
oracleId: "NVDArh",
|
|
202
|
+
address: "0xd0601CE157Db5bdC3162BbaC2a2C8aF5320D9EEC",
|
|
203
|
+
chainId: 4663,
|
|
204
|
+
decimals: 18,
|
|
205
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
206
|
+
description: "NVIDIA Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to NVIDIA shares without conferring ownership or shareholder rights.",
|
|
207
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_nvidia.pdf",
|
|
208
|
+
bridge: "native",
|
|
209
|
+
tags: ["STOCK"]
|
|
210
|
+
},
|
|
211
|
+
INTCrh: {
|
|
212
|
+
name: "Intel • Robinhood Token",
|
|
213
|
+
symbol: "INTC",
|
|
214
|
+
oracleId: "INTCrh",
|
|
215
|
+
address: "0xc72b96e0E48ecd4DC75E1e45396e26300BC39681",
|
|
216
|
+
chainId: 4663,
|
|
217
|
+
decimals: 18,
|
|
218
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
219
|
+
description: "Intel Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Intel shares without conferring ownership or shareholder rights.",
|
|
220
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_intel.pdf",
|
|
221
|
+
bridge: "native",
|
|
222
|
+
tags: ["STOCK"]
|
|
223
|
+
},
|
|
224
|
+
MSTRrh: {
|
|
225
|
+
name: "Strategy Inc. • Robinhood Token",
|
|
226
|
+
symbol: "MSTR",
|
|
227
|
+
oracleId: "MSTRrh",
|
|
228
|
+
address: "0xec262a75e413fAfD0dF80480274532C79D42da09",
|
|
229
|
+
chainId: 4663,
|
|
230
|
+
decimals: 18,
|
|
231
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
232
|
+
description: "Strategy Inc. Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Strategy Inc. shares without conferring ownership or shareholder rights.",
|
|
233
|
+
documentation: "https://docs.robinhood.com/chain/stock-tokens/",
|
|
234
|
+
bridge: "native",
|
|
235
|
+
tags: ["STOCK"]
|
|
236
|
+
},
|
|
237
|
+
SPCXrh: {
|
|
238
|
+
name: "SpaceX • Robinhood Token",
|
|
239
|
+
address: "0x4a0E65A3EcceC6dBe60AE065F2e7bb85Fae35eEa",
|
|
240
|
+
symbol: "SPCX",
|
|
241
|
+
oracleId: "SPCXrh",
|
|
242
|
+
decimals: 18,
|
|
243
|
+
chainId: 4663,
|
|
244
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
245
|
+
description: "SpaceX Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Class A common stock of Space Exploration Technologies Corp. without conferring ownership or shareholder rights.",
|
|
246
|
+
bridge: "native",
|
|
247
|
+
tags: ["STOCK"]
|
|
248
|
+
},
|
|
249
|
+
SPYrh: {
|
|
250
|
+
name: "SPDR S&P 500 ETF Trust • Robinhood Token",
|
|
251
|
+
address: "0x117cc2133c37B721F49dE2A7a74833232B3B4C0C",
|
|
252
|
+
symbol: "SPY",
|
|
253
|
+
oracleId: "SPYrh",
|
|
254
|
+
decimals: 18,
|
|
255
|
+
chainId: 4663,
|
|
256
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
257
|
+
description: "SPY Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to shares of the SPDR S&P 500 ETF Trust without conferring ownership or shareholder rights.",
|
|
258
|
+
documentation: "https://docs.robinhood.com/chain/stock-tokens/",
|
|
259
|
+
bridge: "native",
|
|
260
|
+
tags: ["STOCK"]
|
|
261
|
+
},
|
|
262
|
+
COINrh: {
|
|
263
|
+
name: "Coinbase • Robinhood Token",
|
|
264
|
+
address: "0x6330D8C3178a418788dF01a47479c0ce7CCF450b",
|
|
265
|
+
symbol: "COIN",
|
|
266
|
+
oracleId: "COINrh",
|
|
267
|
+
decimals: 18,
|
|
268
|
+
chainId: 4663,
|
|
269
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
270
|
+
description: "Coinbase Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Coinbase Global shares without conferring ownership or shareholder rights.",
|
|
271
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_coinbase.pdf",
|
|
272
|
+
bridge: "native",
|
|
273
|
+
tags: ["STOCK"]
|
|
197
274
|
}
|
|
198
275
|
};
|
|
199
276
|
//#endregion
|
|
@@ -194,6 +194,83 @@ const tokens = {
|
|
|
194
194
|
documentation: "https://whitepaper.virtuals.io/",
|
|
195
195
|
bridge: "chainlink-ccip",
|
|
196
196
|
tags: ["LARGE_HOLDERS", "NO_TIMELOCK"]
|
|
197
|
+
},
|
|
198
|
+
NVDArh: {
|
|
199
|
+
name: "NVIDIA • Robinhood Token",
|
|
200
|
+
symbol: "NVDA",
|
|
201
|
+
oracleId: "NVDArh",
|
|
202
|
+
address: "0xd0601CE157Db5bdC3162BbaC2a2C8aF5320D9EEC",
|
|
203
|
+
chainId: 4663,
|
|
204
|
+
decimals: 18,
|
|
205
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
206
|
+
description: "NVIDIA Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to NVIDIA shares without conferring ownership or shareholder rights.",
|
|
207
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_nvidia.pdf",
|
|
208
|
+
bridge: "native",
|
|
209
|
+
tags: ["STOCK"]
|
|
210
|
+
},
|
|
211
|
+
INTCrh: {
|
|
212
|
+
name: "Intel • Robinhood Token",
|
|
213
|
+
symbol: "INTC",
|
|
214
|
+
oracleId: "INTCrh",
|
|
215
|
+
address: "0xc72b96e0E48ecd4DC75E1e45396e26300BC39681",
|
|
216
|
+
chainId: 4663,
|
|
217
|
+
decimals: 18,
|
|
218
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
219
|
+
description: "Intel Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Intel shares without conferring ownership or shareholder rights.",
|
|
220
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_intel.pdf",
|
|
221
|
+
bridge: "native",
|
|
222
|
+
tags: ["STOCK"]
|
|
223
|
+
},
|
|
224
|
+
MSTRrh: {
|
|
225
|
+
name: "Strategy Inc. • Robinhood Token",
|
|
226
|
+
symbol: "MSTR",
|
|
227
|
+
oracleId: "MSTRrh",
|
|
228
|
+
address: "0xec262a75e413fAfD0dF80480274532C79D42da09",
|
|
229
|
+
chainId: 4663,
|
|
230
|
+
decimals: 18,
|
|
231
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
232
|
+
description: "Strategy Inc. Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Strategy Inc. shares without conferring ownership or shareholder rights.",
|
|
233
|
+
documentation: "https://docs.robinhood.com/chain/stock-tokens/",
|
|
234
|
+
bridge: "native",
|
|
235
|
+
tags: ["STOCK"]
|
|
236
|
+
},
|
|
237
|
+
SPCXrh: {
|
|
238
|
+
name: "SpaceX • Robinhood Token",
|
|
239
|
+
address: "0x4a0E65A3EcceC6dBe60AE065F2e7bb85Fae35eEa",
|
|
240
|
+
symbol: "SPCX",
|
|
241
|
+
oracleId: "SPCXrh",
|
|
242
|
+
decimals: 18,
|
|
243
|
+
chainId: 4663,
|
|
244
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
245
|
+
description: "SpaceX Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Class A common stock of Space Exploration Technologies Corp. without conferring ownership or shareholder rights.",
|
|
246
|
+
bridge: "native",
|
|
247
|
+
tags: ["STOCK"]
|
|
248
|
+
},
|
|
249
|
+
SPYrh: {
|
|
250
|
+
name: "SPDR S&P 500 ETF Trust • Robinhood Token",
|
|
251
|
+
address: "0x117cc2133c37B721F49dE2A7a74833232B3B4C0C",
|
|
252
|
+
symbol: "SPY",
|
|
253
|
+
oracleId: "SPYrh",
|
|
254
|
+
decimals: 18,
|
|
255
|
+
chainId: 4663,
|
|
256
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
257
|
+
description: "SPY Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to shares of the SPDR S&P 500 ETF Trust without conferring ownership or shareholder rights.",
|
|
258
|
+
documentation: "https://docs.robinhood.com/chain/stock-tokens/",
|
|
259
|
+
bridge: "native",
|
|
260
|
+
tags: ["STOCK"]
|
|
261
|
+
},
|
|
262
|
+
COINrh: {
|
|
263
|
+
name: "Coinbase • Robinhood Token",
|
|
264
|
+
address: "0x6330D8C3178a418788dF01a47479c0ce7CCF450b",
|
|
265
|
+
symbol: "COIN",
|
|
266
|
+
oracleId: "COINrh",
|
|
267
|
+
decimals: 18,
|
|
268
|
+
chainId: 4663,
|
|
269
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
270
|
+
description: "Coinbase Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Coinbase Global shares without conferring ownership or shareholder rights.",
|
|
271
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_coinbase.pdf",
|
|
272
|
+
bridge: "native",
|
|
273
|
+
tags: ["STOCK"]
|
|
197
274
|
}
|
|
198
275
|
};
|
|
199
276
|
//#endregion
|
package/package.json
CHANGED