@beefyfinance/blockchain-addressbook 0.59.4 → 0.59.5
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.
|
@@ -147,6 +147,58 @@ declare const robinhood: {
|
|
|
147
147
|
readonly bridge: "native";
|
|
148
148
|
readonly tags: readonly ["STOCK"];
|
|
149
149
|
};
|
|
150
|
+
readonly AMZNrh: {
|
|
151
|
+
readonly name: "Amazon • Robinhood Token";
|
|
152
|
+
readonly address: "0x12f190a9F9d7D37a250758b26824B97CE941bF54";
|
|
153
|
+
readonly symbol: "AMZN";
|
|
154
|
+
readonly oracleId: "AMZNrh";
|
|
155
|
+
readonly decimals: 18;
|
|
156
|
+
readonly chainId: 4663;
|
|
157
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
158
|
+
readonly description: "Amazon Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Amazon shares without conferring ownership or shareholder rights.";
|
|
159
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_amazon.pdf";
|
|
160
|
+
readonly bridge: "native";
|
|
161
|
+
readonly tags: readonly ["STOCK"];
|
|
162
|
+
};
|
|
163
|
+
readonly NFLXrh: {
|
|
164
|
+
readonly name: "Netflix • Robinhood Token";
|
|
165
|
+
readonly address: "0xE0444EF8BF4eD74f74FD73686e2ddF4C1c5591E8";
|
|
166
|
+
readonly symbol: "NFLX";
|
|
167
|
+
readonly oracleId: "NFLXrh";
|
|
168
|
+
readonly decimals: 18;
|
|
169
|
+
readonly chainId: 4663;
|
|
170
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
171
|
+
readonly description: "Netflix Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Netflix shares without conferring ownership or shareholder rights.";
|
|
172
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_netflix.pdf";
|
|
173
|
+
readonly bridge: "native";
|
|
174
|
+
readonly tags: readonly ["STOCK"];
|
|
175
|
+
};
|
|
176
|
+
readonly COSTrh: {
|
|
177
|
+
readonly name: "Costco • Robinhood Token";
|
|
178
|
+
readonly address: "0x4EA005168D7F09a7A0Ba9D1DEf21a479950E44C2";
|
|
179
|
+
readonly symbol: "COST";
|
|
180
|
+
readonly oracleId: "COSTrh";
|
|
181
|
+
readonly decimals: 18;
|
|
182
|
+
readonly chainId: 4663;
|
|
183
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
184
|
+
readonly description: "Costco Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Costco shares without conferring ownership or shareholder rights.";
|
|
185
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_costco.pdf";
|
|
186
|
+
readonly bridge: "native";
|
|
187
|
+
readonly tags: readonly ["STOCK"];
|
|
188
|
+
};
|
|
189
|
+
readonly METArh: {
|
|
190
|
+
readonly name: "Meta Platforms • Robinhood Token";
|
|
191
|
+
readonly address: "0xc0D6457C16Cc70d6790Dd43521C899C87ce02f35";
|
|
192
|
+
readonly symbol: "META";
|
|
193
|
+
readonly oracleId: "METArh";
|
|
194
|
+
readonly decimals: 18;
|
|
195
|
+
readonly chainId: 4663;
|
|
196
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
197
|
+
readonly description: "Meta Platforms Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Meta Platforms shares without conferring ownership or shareholder rights.";
|
|
198
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_meta_platforms.pdf";
|
|
199
|
+
readonly bridge: "native";
|
|
200
|
+
readonly tags: readonly ["STOCK"];
|
|
201
|
+
};
|
|
150
202
|
readonly CASHCAT: {
|
|
151
203
|
readonly name: "Cash Cat";
|
|
152
204
|
readonly address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4";
|
|
@@ -410,6 +462,18 @@ declare const robinhood: {
|
|
|
410
462
|
readonly bridge: "native";
|
|
411
463
|
readonly tags: readonly ["STOCK"];
|
|
412
464
|
};
|
|
465
|
+
readonly rhcbBTC: {
|
|
466
|
+
readonly name: "Coinbase Wrapped BTC";
|
|
467
|
+
readonly symbol: "cbBTC";
|
|
468
|
+
readonly oracleId: "rhcbBTC";
|
|
469
|
+
readonly address: "0xCEC185eB182c47d1bA1EFc84e6959e18cd620Be4";
|
|
470
|
+
readonly chainId: 4663;
|
|
471
|
+
readonly decimals: 8;
|
|
472
|
+
readonly website: "https://www.coinbase.com/";
|
|
473
|
+
readonly description: "Coinbase Wrapped Bitcoin (cbBTC) is backed 1:1 with Bitcoin, custodied with Coinbase.";
|
|
474
|
+
readonly documentation: "https://www.coinbase.com/blog/coinbase-wrapped-btc-cbbtc-is-now-live";
|
|
475
|
+
readonly bridge: "chainlink-ccip";
|
|
476
|
+
};
|
|
413
477
|
};
|
|
414
478
|
readonly tokenAddressMap: AddressToTokenMap<{
|
|
415
479
|
readonly WNATIVE: {
|
|
@@ -555,6 +619,58 @@ declare const robinhood: {
|
|
|
555
619
|
readonly bridge: "native";
|
|
556
620
|
readonly tags: readonly ["STOCK"];
|
|
557
621
|
};
|
|
622
|
+
readonly AMZNrh: {
|
|
623
|
+
readonly name: "Amazon • Robinhood Token";
|
|
624
|
+
readonly address: "0x12f190a9F9d7D37a250758b26824B97CE941bF54";
|
|
625
|
+
readonly symbol: "AMZN";
|
|
626
|
+
readonly oracleId: "AMZNrh";
|
|
627
|
+
readonly decimals: 18;
|
|
628
|
+
readonly chainId: 4663;
|
|
629
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
630
|
+
readonly description: "Amazon Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Amazon shares without conferring ownership or shareholder rights.";
|
|
631
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_amazon.pdf";
|
|
632
|
+
readonly bridge: "native";
|
|
633
|
+
readonly tags: readonly ["STOCK"];
|
|
634
|
+
};
|
|
635
|
+
readonly NFLXrh: {
|
|
636
|
+
readonly name: "Netflix • Robinhood Token";
|
|
637
|
+
readonly address: "0xE0444EF8BF4eD74f74FD73686e2ddF4C1c5591E8";
|
|
638
|
+
readonly symbol: "NFLX";
|
|
639
|
+
readonly oracleId: "NFLXrh";
|
|
640
|
+
readonly decimals: 18;
|
|
641
|
+
readonly chainId: 4663;
|
|
642
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
643
|
+
readonly description: "Netflix Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Netflix shares without conferring ownership or shareholder rights.";
|
|
644
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_netflix.pdf";
|
|
645
|
+
readonly bridge: "native";
|
|
646
|
+
readonly tags: readonly ["STOCK"];
|
|
647
|
+
};
|
|
648
|
+
readonly COSTrh: {
|
|
649
|
+
readonly name: "Costco • Robinhood Token";
|
|
650
|
+
readonly address: "0x4EA005168D7F09a7A0Ba9D1DEf21a479950E44C2";
|
|
651
|
+
readonly symbol: "COST";
|
|
652
|
+
readonly oracleId: "COSTrh";
|
|
653
|
+
readonly decimals: 18;
|
|
654
|
+
readonly chainId: 4663;
|
|
655
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
656
|
+
readonly description: "Costco Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Costco shares without conferring ownership or shareholder rights.";
|
|
657
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_costco.pdf";
|
|
658
|
+
readonly bridge: "native";
|
|
659
|
+
readonly tags: readonly ["STOCK"];
|
|
660
|
+
};
|
|
661
|
+
readonly METArh: {
|
|
662
|
+
readonly name: "Meta Platforms • Robinhood Token";
|
|
663
|
+
readonly address: "0xc0D6457C16Cc70d6790Dd43521C899C87ce02f35";
|
|
664
|
+
readonly symbol: "META";
|
|
665
|
+
readonly oracleId: "METArh";
|
|
666
|
+
readonly decimals: 18;
|
|
667
|
+
readonly chainId: 4663;
|
|
668
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
669
|
+
readonly description: "Meta Platforms Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Meta Platforms shares without conferring ownership or shareholder rights.";
|
|
670
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_meta_platforms.pdf";
|
|
671
|
+
readonly bridge: "native";
|
|
672
|
+
readonly tags: readonly ["STOCK"];
|
|
673
|
+
};
|
|
558
674
|
readonly CASHCAT: {
|
|
559
675
|
readonly name: "Cash Cat";
|
|
560
676
|
readonly address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4";
|
|
@@ -818,6 +934,18 @@ declare const robinhood: {
|
|
|
818
934
|
readonly bridge: "native";
|
|
819
935
|
readonly tags: readonly ["STOCK"];
|
|
820
936
|
};
|
|
937
|
+
readonly rhcbBTC: {
|
|
938
|
+
readonly name: "Coinbase Wrapped BTC";
|
|
939
|
+
readonly symbol: "cbBTC";
|
|
940
|
+
readonly oracleId: "rhcbBTC";
|
|
941
|
+
readonly address: "0xCEC185eB182c47d1bA1EFc84e6959e18cd620Be4";
|
|
942
|
+
readonly chainId: 4663;
|
|
943
|
+
readonly decimals: 8;
|
|
944
|
+
readonly website: "https://www.coinbase.com/";
|
|
945
|
+
readonly description: "Coinbase Wrapped Bitcoin (cbBTC) is backed 1:1 with Bitcoin, custodied with Coinbase.";
|
|
946
|
+
readonly documentation: "https://www.coinbase.com/blog/coinbase-wrapped-btc-cbbtc-is-now-live";
|
|
947
|
+
readonly bridge: "chainlink-ccip";
|
|
948
|
+
};
|
|
821
949
|
}>;
|
|
822
950
|
readonly native: {
|
|
823
951
|
readonly symbol: "ETH";
|
|
@@ -147,6 +147,58 @@ declare const robinhood: {
|
|
|
147
147
|
readonly bridge: "native";
|
|
148
148
|
readonly tags: readonly ["STOCK"];
|
|
149
149
|
};
|
|
150
|
+
readonly AMZNrh: {
|
|
151
|
+
readonly name: "Amazon • Robinhood Token";
|
|
152
|
+
readonly address: "0x12f190a9F9d7D37a250758b26824B97CE941bF54";
|
|
153
|
+
readonly symbol: "AMZN";
|
|
154
|
+
readonly oracleId: "AMZNrh";
|
|
155
|
+
readonly decimals: 18;
|
|
156
|
+
readonly chainId: 4663;
|
|
157
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
158
|
+
readonly description: "Amazon Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Amazon shares without conferring ownership or shareholder rights.";
|
|
159
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_amazon.pdf";
|
|
160
|
+
readonly bridge: "native";
|
|
161
|
+
readonly tags: readonly ["STOCK"];
|
|
162
|
+
};
|
|
163
|
+
readonly NFLXrh: {
|
|
164
|
+
readonly name: "Netflix • Robinhood Token";
|
|
165
|
+
readonly address: "0xE0444EF8BF4eD74f74FD73686e2ddF4C1c5591E8";
|
|
166
|
+
readonly symbol: "NFLX";
|
|
167
|
+
readonly oracleId: "NFLXrh";
|
|
168
|
+
readonly decimals: 18;
|
|
169
|
+
readonly chainId: 4663;
|
|
170
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
171
|
+
readonly description: "Netflix Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Netflix shares without conferring ownership or shareholder rights.";
|
|
172
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_netflix.pdf";
|
|
173
|
+
readonly bridge: "native";
|
|
174
|
+
readonly tags: readonly ["STOCK"];
|
|
175
|
+
};
|
|
176
|
+
readonly COSTrh: {
|
|
177
|
+
readonly name: "Costco • Robinhood Token";
|
|
178
|
+
readonly address: "0x4EA005168D7F09a7A0Ba9D1DEf21a479950E44C2";
|
|
179
|
+
readonly symbol: "COST";
|
|
180
|
+
readonly oracleId: "COSTrh";
|
|
181
|
+
readonly decimals: 18;
|
|
182
|
+
readonly chainId: 4663;
|
|
183
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
184
|
+
readonly description: "Costco Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Costco shares without conferring ownership or shareholder rights.";
|
|
185
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_costco.pdf";
|
|
186
|
+
readonly bridge: "native";
|
|
187
|
+
readonly tags: readonly ["STOCK"];
|
|
188
|
+
};
|
|
189
|
+
readonly METArh: {
|
|
190
|
+
readonly name: "Meta Platforms • Robinhood Token";
|
|
191
|
+
readonly address: "0xc0D6457C16Cc70d6790Dd43521C899C87ce02f35";
|
|
192
|
+
readonly symbol: "META";
|
|
193
|
+
readonly oracleId: "METArh";
|
|
194
|
+
readonly decimals: 18;
|
|
195
|
+
readonly chainId: 4663;
|
|
196
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
197
|
+
readonly description: "Meta Platforms Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Meta Platforms shares without conferring ownership or shareholder rights.";
|
|
198
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_meta_platforms.pdf";
|
|
199
|
+
readonly bridge: "native";
|
|
200
|
+
readonly tags: readonly ["STOCK"];
|
|
201
|
+
};
|
|
150
202
|
readonly CASHCAT: {
|
|
151
203
|
readonly name: "Cash Cat";
|
|
152
204
|
readonly address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4";
|
|
@@ -410,6 +462,18 @@ declare const robinhood: {
|
|
|
410
462
|
readonly bridge: "native";
|
|
411
463
|
readonly tags: readonly ["STOCK"];
|
|
412
464
|
};
|
|
465
|
+
readonly rhcbBTC: {
|
|
466
|
+
readonly name: "Coinbase Wrapped BTC";
|
|
467
|
+
readonly symbol: "cbBTC";
|
|
468
|
+
readonly oracleId: "rhcbBTC";
|
|
469
|
+
readonly address: "0xCEC185eB182c47d1bA1EFc84e6959e18cd620Be4";
|
|
470
|
+
readonly chainId: 4663;
|
|
471
|
+
readonly decimals: 8;
|
|
472
|
+
readonly website: "https://www.coinbase.com/";
|
|
473
|
+
readonly description: "Coinbase Wrapped Bitcoin (cbBTC) is backed 1:1 with Bitcoin, custodied with Coinbase.";
|
|
474
|
+
readonly documentation: "https://www.coinbase.com/blog/coinbase-wrapped-btc-cbbtc-is-now-live";
|
|
475
|
+
readonly bridge: "chainlink-ccip";
|
|
476
|
+
};
|
|
413
477
|
};
|
|
414
478
|
readonly tokenAddressMap: AddressToTokenMap<{
|
|
415
479
|
readonly WNATIVE: {
|
|
@@ -555,6 +619,58 @@ declare const robinhood: {
|
|
|
555
619
|
readonly bridge: "native";
|
|
556
620
|
readonly tags: readonly ["STOCK"];
|
|
557
621
|
};
|
|
622
|
+
readonly AMZNrh: {
|
|
623
|
+
readonly name: "Amazon • Robinhood Token";
|
|
624
|
+
readonly address: "0x12f190a9F9d7D37a250758b26824B97CE941bF54";
|
|
625
|
+
readonly symbol: "AMZN";
|
|
626
|
+
readonly oracleId: "AMZNrh";
|
|
627
|
+
readonly decimals: 18;
|
|
628
|
+
readonly chainId: 4663;
|
|
629
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
630
|
+
readonly description: "Amazon Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Amazon shares without conferring ownership or shareholder rights.";
|
|
631
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_amazon.pdf";
|
|
632
|
+
readonly bridge: "native";
|
|
633
|
+
readonly tags: readonly ["STOCK"];
|
|
634
|
+
};
|
|
635
|
+
readonly NFLXrh: {
|
|
636
|
+
readonly name: "Netflix • Robinhood Token";
|
|
637
|
+
readonly address: "0xE0444EF8BF4eD74f74FD73686e2ddF4C1c5591E8";
|
|
638
|
+
readonly symbol: "NFLX";
|
|
639
|
+
readonly oracleId: "NFLXrh";
|
|
640
|
+
readonly decimals: 18;
|
|
641
|
+
readonly chainId: 4663;
|
|
642
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
643
|
+
readonly description: "Netflix Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Netflix shares without conferring ownership or shareholder rights.";
|
|
644
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_netflix.pdf";
|
|
645
|
+
readonly bridge: "native";
|
|
646
|
+
readonly tags: readonly ["STOCK"];
|
|
647
|
+
};
|
|
648
|
+
readonly COSTrh: {
|
|
649
|
+
readonly name: "Costco • Robinhood Token";
|
|
650
|
+
readonly address: "0x4EA005168D7F09a7A0Ba9D1DEf21a479950E44C2";
|
|
651
|
+
readonly symbol: "COST";
|
|
652
|
+
readonly oracleId: "COSTrh";
|
|
653
|
+
readonly decimals: 18;
|
|
654
|
+
readonly chainId: 4663;
|
|
655
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
656
|
+
readonly description: "Costco Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Costco shares without conferring ownership or shareholder rights.";
|
|
657
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_costco.pdf";
|
|
658
|
+
readonly bridge: "native";
|
|
659
|
+
readonly tags: readonly ["STOCK"];
|
|
660
|
+
};
|
|
661
|
+
readonly METArh: {
|
|
662
|
+
readonly name: "Meta Platforms • Robinhood Token";
|
|
663
|
+
readonly address: "0xc0D6457C16Cc70d6790Dd43521C899C87ce02f35";
|
|
664
|
+
readonly symbol: "META";
|
|
665
|
+
readonly oracleId: "METArh";
|
|
666
|
+
readonly decimals: 18;
|
|
667
|
+
readonly chainId: 4663;
|
|
668
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
669
|
+
readonly description: "Meta Platforms Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Meta Platforms shares without conferring ownership or shareholder rights.";
|
|
670
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_meta_platforms.pdf";
|
|
671
|
+
readonly bridge: "native";
|
|
672
|
+
readonly tags: readonly ["STOCK"];
|
|
673
|
+
};
|
|
558
674
|
readonly CASHCAT: {
|
|
559
675
|
readonly name: "Cash Cat";
|
|
560
676
|
readonly address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4";
|
|
@@ -818,6 +934,18 @@ declare const robinhood: {
|
|
|
818
934
|
readonly bridge: "native";
|
|
819
935
|
readonly tags: readonly ["STOCK"];
|
|
820
936
|
};
|
|
937
|
+
readonly rhcbBTC: {
|
|
938
|
+
readonly name: "Coinbase Wrapped BTC";
|
|
939
|
+
readonly symbol: "cbBTC";
|
|
940
|
+
readonly oracleId: "rhcbBTC";
|
|
941
|
+
readonly address: "0xCEC185eB182c47d1bA1EFc84e6959e18cd620Be4";
|
|
942
|
+
readonly chainId: 4663;
|
|
943
|
+
readonly decimals: 8;
|
|
944
|
+
readonly website: "https://www.coinbase.com/";
|
|
945
|
+
readonly description: "Coinbase Wrapped Bitcoin (cbBTC) is backed 1:1 with Bitcoin, custodied with Coinbase.";
|
|
946
|
+
readonly documentation: "https://www.coinbase.com/blog/coinbase-wrapped-btc-cbbtc-is-now-live";
|
|
947
|
+
readonly bridge: "chainlink-ccip";
|
|
948
|
+
};
|
|
821
949
|
}>;
|
|
822
950
|
readonly native: {
|
|
823
951
|
readonly symbol: "ETH";
|
|
@@ -120,6 +120,58 @@ const tokens = {
|
|
|
120
120
|
bridge: "native",
|
|
121
121
|
tags: ["STOCK"]
|
|
122
122
|
},
|
|
123
|
+
AMZNrh: {
|
|
124
|
+
name: "Amazon • Robinhood Token",
|
|
125
|
+
address: "0x12f190a9F9d7D37a250758b26824B97CE941bF54",
|
|
126
|
+
symbol: "AMZN",
|
|
127
|
+
oracleId: "AMZNrh",
|
|
128
|
+
decimals: 18,
|
|
129
|
+
chainId: 4663,
|
|
130
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
131
|
+
description: "Amazon Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Amazon shares without conferring ownership or shareholder rights.",
|
|
132
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_amazon.pdf",
|
|
133
|
+
bridge: "native",
|
|
134
|
+
tags: ["STOCK"]
|
|
135
|
+
},
|
|
136
|
+
NFLXrh: {
|
|
137
|
+
name: "Netflix • Robinhood Token",
|
|
138
|
+
address: "0xE0444EF8BF4eD74f74FD73686e2ddF4C1c5591E8",
|
|
139
|
+
symbol: "NFLX",
|
|
140
|
+
oracleId: "NFLXrh",
|
|
141
|
+
decimals: 18,
|
|
142
|
+
chainId: 4663,
|
|
143
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
144
|
+
description: "Netflix Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Netflix shares without conferring ownership or shareholder rights.",
|
|
145
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_netflix.pdf",
|
|
146
|
+
bridge: "native",
|
|
147
|
+
tags: ["STOCK"]
|
|
148
|
+
},
|
|
149
|
+
COSTrh: {
|
|
150
|
+
name: "Costco • Robinhood Token",
|
|
151
|
+
address: "0x4EA005168D7F09a7A0Ba9D1DEf21a479950E44C2",
|
|
152
|
+
symbol: "COST",
|
|
153
|
+
oracleId: "COSTrh",
|
|
154
|
+
decimals: 18,
|
|
155
|
+
chainId: 4663,
|
|
156
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
157
|
+
description: "Costco Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Costco shares without conferring ownership or shareholder rights.",
|
|
158
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_costco.pdf",
|
|
159
|
+
bridge: "native",
|
|
160
|
+
tags: ["STOCK"]
|
|
161
|
+
},
|
|
162
|
+
METArh: {
|
|
163
|
+
name: "Meta Platforms • Robinhood Token",
|
|
164
|
+
address: "0xc0D6457C16Cc70d6790Dd43521C899C87ce02f35",
|
|
165
|
+
symbol: "META",
|
|
166
|
+
oracleId: "METArh",
|
|
167
|
+
decimals: 18,
|
|
168
|
+
chainId: 4663,
|
|
169
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
170
|
+
description: "Meta Platforms Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Meta Platforms shares without conferring ownership or shareholder rights.",
|
|
171
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_meta_platforms.pdf",
|
|
172
|
+
bridge: "native",
|
|
173
|
+
tags: ["STOCK"]
|
|
174
|
+
},
|
|
123
175
|
CASHCAT: {
|
|
124
176
|
name: "Cash Cat",
|
|
125
177
|
address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4",
|
|
@@ -360,6 +412,18 @@ const tokens = {
|
|
|
360
412
|
documentation: "https://docs.robinhood.com/chain/stock-tokens/",
|
|
361
413
|
bridge: "native",
|
|
362
414
|
tags: ["STOCK"]
|
|
415
|
+
},
|
|
416
|
+
rhcbBTC: {
|
|
417
|
+
name: "Coinbase Wrapped BTC",
|
|
418
|
+
symbol: "cbBTC",
|
|
419
|
+
oracleId: "rhcbBTC",
|
|
420
|
+
address: "0xCEC185eB182c47d1bA1EFc84e6959e18cd620Be4",
|
|
421
|
+
chainId: 4663,
|
|
422
|
+
decimals: 8,
|
|
423
|
+
website: "https://www.coinbase.com/",
|
|
424
|
+
description: "Coinbase Wrapped Bitcoin (cbBTC) is backed 1:1 with Bitcoin, custodied with Coinbase.",
|
|
425
|
+
documentation: "https://www.coinbase.com/blog/coinbase-wrapped-btc-cbbtc-is-now-live",
|
|
426
|
+
bridge: "chainlink-ccip"
|
|
363
427
|
}
|
|
364
428
|
};
|
|
365
429
|
//#endregion
|
|
@@ -120,6 +120,58 @@ const tokens = {
|
|
|
120
120
|
bridge: "native",
|
|
121
121
|
tags: ["STOCK"]
|
|
122
122
|
},
|
|
123
|
+
AMZNrh: {
|
|
124
|
+
name: "Amazon • Robinhood Token",
|
|
125
|
+
address: "0x12f190a9F9d7D37a250758b26824B97CE941bF54",
|
|
126
|
+
symbol: "AMZN",
|
|
127
|
+
oracleId: "AMZNrh",
|
|
128
|
+
decimals: 18,
|
|
129
|
+
chainId: 4663,
|
|
130
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
131
|
+
description: "Amazon Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Amazon shares without conferring ownership or shareholder rights.",
|
|
132
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_amazon.pdf",
|
|
133
|
+
bridge: "native",
|
|
134
|
+
tags: ["STOCK"]
|
|
135
|
+
},
|
|
136
|
+
NFLXrh: {
|
|
137
|
+
name: "Netflix • Robinhood Token",
|
|
138
|
+
address: "0xE0444EF8BF4eD74f74FD73686e2ddF4C1c5591E8",
|
|
139
|
+
symbol: "NFLX",
|
|
140
|
+
oracleId: "NFLXrh",
|
|
141
|
+
decimals: 18,
|
|
142
|
+
chainId: 4663,
|
|
143
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
144
|
+
description: "Netflix Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Netflix shares without conferring ownership or shareholder rights.",
|
|
145
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_netflix.pdf",
|
|
146
|
+
bridge: "native",
|
|
147
|
+
tags: ["STOCK"]
|
|
148
|
+
},
|
|
149
|
+
COSTrh: {
|
|
150
|
+
name: "Costco • Robinhood Token",
|
|
151
|
+
address: "0x4EA005168D7F09a7A0Ba9D1DEf21a479950E44C2",
|
|
152
|
+
symbol: "COST",
|
|
153
|
+
oracleId: "COSTrh",
|
|
154
|
+
decimals: 18,
|
|
155
|
+
chainId: 4663,
|
|
156
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
157
|
+
description: "Costco Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Costco shares without conferring ownership or shareholder rights.",
|
|
158
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_costco.pdf",
|
|
159
|
+
bridge: "native",
|
|
160
|
+
tags: ["STOCK"]
|
|
161
|
+
},
|
|
162
|
+
METArh: {
|
|
163
|
+
name: "Meta Platforms • Robinhood Token",
|
|
164
|
+
address: "0xc0D6457C16Cc70d6790Dd43521C899C87ce02f35",
|
|
165
|
+
symbol: "META",
|
|
166
|
+
oracleId: "METArh",
|
|
167
|
+
decimals: 18,
|
|
168
|
+
chainId: 4663,
|
|
169
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
170
|
+
description: "Meta Platforms Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Meta Platforms shares without conferring ownership or shareholder rights.",
|
|
171
|
+
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_meta_platforms.pdf",
|
|
172
|
+
bridge: "native",
|
|
173
|
+
tags: ["STOCK"]
|
|
174
|
+
},
|
|
123
175
|
CASHCAT: {
|
|
124
176
|
name: "Cash Cat",
|
|
125
177
|
address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4",
|
|
@@ -360,6 +412,18 @@ const tokens = {
|
|
|
360
412
|
documentation: "https://docs.robinhood.com/chain/stock-tokens/",
|
|
361
413
|
bridge: "native",
|
|
362
414
|
tags: ["STOCK"]
|
|
415
|
+
},
|
|
416
|
+
rhcbBTC: {
|
|
417
|
+
name: "Coinbase Wrapped BTC",
|
|
418
|
+
symbol: "cbBTC",
|
|
419
|
+
oracleId: "rhcbBTC",
|
|
420
|
+
address: "0xCEC185eB182c47d1bA1EFc84e6959e18cd620Be4",
|
|
421
|
+
chainId: 4663,
|
|
422
|
+
decimals: 8,
|
|
423
|
+
website: "https://www.coinbase.com/",
|
|
424
|
+
description: "Coinbase Wrapped Bitcoin (cbBTC) is backed 1:1 with Bitcoin, custodied with Coinbase.",
|
|
425
|
+
documentation: "https://www.coinbase.com/blog/coinbase-wrapped-btc-cbbtc-is-now-live",
|
|
426
|
+
bridge: "chainlink-ccip"
|
|
363
427
|
}
|
|
364
428
|
};
|
|
365
429
|
//#endregion
|
package/package.json
CHANGED