@beefyfinance/blockchain-addressbook 0.59.5 → 0.59.7

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.
@@ -254,10 +254,23 @@ declare const robinhood: {
254
254
  readonly oracleId: "AI";
255
255
  readonly decimals: 18;
256
256
  readonly chainId: 4663;
257
+ readonly website: "https://artificialinu.com/";
257
258
  readonly description: "Where speculative markets meet productive capital. The INU stays artificial.";
258
259
  readonly bridge: "native";
259
260
  readonly tags: readonly ["MEMECOIN"];
260
261
  };
262
+ readonly BONER: {
263
+ readonly name: "Boner Coin";
264
+ readonly address: "0x98096d17e191B3dA1d5f99a6D7b3584351b11E18";
265
+ readonly symbol: "BONER";
266
+ readonly oracleId: "BONER";
267
+ readonly decimals: 18;
268
+ readonly chainId: 4663;
269
+ readonly website: "https://x.com/bonercoinlong";
270
+ readonly description: "Hard money.";
271
+ readonly bridge: "native";
272
+ readonly tags: readonly ["MEMECOIN"];
273
+ };
261
274
  readonly UP: {
262
275
  readonly name: "up";
263
276
  readonly symbol: "UP33";
@@ -474,6 +487,58 @@ declare const robinhood: {
474
487
  readonly documentation: "https://www.coinbase.com/blog/coinbase-wrapped-btc-cbbtc-is-now-live";
475
488
  readonly bridge: "chainlink-ccip";
476
489
  };
490
+ readonly CRCLrh: {
491
+ readonly name: "Circle Internet Group • Robinhood Token";
492
+ readonly symbol: "CRCL";
493
+ readonly oracleId: "CRCLrh";
494
+ readonly address: "0xdF0992E440dD0be65BD8439b609d6D4366bf1CB5";
495
+ readonly chainId: 4663;
496
+ readonly decimals: 18;
497
+ readonly website: "https://robinhood.com/rhj/stocktokens/";
498
+ readonly description: "Circle Internet Group • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Circle Internet Group shares without conferring ownership or shareholder rights.";
499
+ readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
500
+ readonly bridge: "native";
501
+ readonly tags: readonly ["STOCK"];
502
+ };
503
+ readonly USARrh: {
504
+ readonly name: "USA Rare Earth • Robinhood Token";
505
+ readonly symbol: "USAR";
506
+ readonly oracleId: "USARrh";
507
+ readonly address: "0xd917B029C761D264c6A312BBbcDA868658eF86a6";
508
+ readonly chainId: 4663;
509
+ readonly decimals: 18;
510
+ readonly website: "https://robinhood.com/rhj/stocktokens/";
511
+ readonly description: "USA Rare Earth • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to USA Rare Earth shares without conferring ownership or shareholder rights.";
512
+ readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
513
+ readonly bridge: "native";
514
+ readonly tags: readonly ["STOCK"];
515
+ };
516
+ readonly QQQrh: {
517
+ readonly name: "Invesco QQQ • Robinhood Token";
518
+ readonly symbol: "QQQ";
519
+ readonly oracleId: "QQQrh";
520
+ readonly address: "0xD5f3879160bc7c32ebb4dC785F8a4F505888de68";
521
+ readonly chainId: 4663;
522
+ readonly decimals: 18;
523
+ readonly website: "https://robinhood.com/rhj/stocktokens/";
524
+ readonly description: "Invesco QQQ • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Invesco QQQ shares without conferring ownership or shareholder rights.";
525
+ readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
526
+ readonly bridge: "native";
527
+ readonly tags: readonly ["STOCK"];
528
+ };
529
+ readonly DJTrh: {
530
+ readonly name: "Trump Media & Technology Group • Robinhood Token";
531
+ readonly symbol: "DJT";
532
+ readonly oracleId: "DJTrh";
533
+ readonly address: "0x1D11f0496982706C5e14A514D4E79F2e6BdE4516";
534
+ readonly chainId: 4663;
535
+ readonly decimals: 18;
536
+ readonly website: "https://robinhood.com/rhj/stocktokens/";
537
+ readonly description: "Trump Media & Technology Group • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Trump Media & Technology Group shares without conferring ownership or shareholder rights.";
538
+ readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
539
+ readonly bridge: "native";
540
+ readonly tags: readonly ["STOCK"];
541
+ };
477
542
  };
478
543
  readonly tokenAddressMap: AddressToTokenMap<{
479
544
  readonly WNATIVE: {
@@ -726,10 +791,23 @@ declare const robinhood: {
726
791
  readonly oracleId: "AI";
727
792
  readonly decimals: 18;
728
793
  readonly chainId: 4663;
794
+ readonly website: "https://artificialinu.com/";
729
795
  readonly description: "Where speculative markets meet productive capital. The INU stays artificial.";
730
796
  readonly bridge: "native";
731
797
  readonly tags: readonly ["MEMECOIN"];
732
798
  };
799
+ readonly BONER: {
800
+ readonly name: "Boner Coin";
801
+ readonly address: "0x98096d17e191B3dA1d5f99a6D7b3584351b11E18";
802
+ readonly symbol: "BONER";
803
+ readonly oracleId: "BONER";
804
+ readonly decimals: 18;
805
+ readonly chainId: 4663;
806
+ readonly website: "https://x.com/bonercoinlong";
807
+ readonly description: "Hard money.";
808
+ readonly bridge: "native";
809
+ readonly tags: readonly ["MEMECOIN"];
810
+ };
733
811
  readonly UP: {
734
812
  readonly name: "up";
735
813
  readonly symbol: "UP33";
@@ -946,6 +1024,58 @@ declare const robinhood: {
946
1024
  readonly documentation: "https://www.coinbase.com/blog/coinbase-wrapped-btc-cbbtc-is-now-live";
947
1025
  readonly bridge: "chainlink-ccip";
948
1026
  };
1027
+ readonly CRCLrh: {
1028
+ readonly name: "Circle Internet Group • Robinhood Token";
1029
+ readonly symbol: "CRCL";
1030
+ readonly oracleId: "CRCLrh";
1031
+ readonly address: "0xdF0992E440dD0be65BD8439b609d6D4366bf1CB5";
1032
+ readonly chainId: 4663;
1033
+ readonly decimals: 18;
1034
+ readonly website: "https://robinhood.com/rhj/stocktokens/";
1035
+ readonly description: "Circle Internet Group • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Circle Internet Group shares without conferring ownership or shareholder rights.";
1036
+ readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
1037
+ readonly bridge: "native";
1038
+ readonly tags: readonly ["STOCK"];
1039
+ };
1040
+ readonly USARrh: {
1041
+ readonly name: "USA Rare Earth • Robinhood Token";
1042
+ readonly symbol: "USAR";
1043
+ readonly oracleId: "USARrh";
1044
+ readonly address: "0xd917B029C761D264c6A312BBbcDA868658eF86a6";
1045
+ readonly chainId: 4663;
1046
+ readonly decimals: 18;
1047
+ readonly website: "https://robinhood.com/rhj/stocktokens/";
1048
+ readonly description: "USA Rare Earth • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to USA Rare Earth shares without conferring ownership or shareholder rights.";
1049
+ readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
1050
+ readonly bridge: "native";
1051
+ readonly tags: readonly ["STOCK"];
1052
+ };
1053
+ readonly QQQrh: {
1054
+ readonly name: "Invesco QQQ • Robinhood Token";
1055
+ readonly symbol: "QQQ";
1056
+ readonly oracleId: "QQQrh";
1057
+ readonly address: "0xD5f3879160bc7c32ebb4dC785F8a4F505888de68";
1058
+ readonly chainId: 4663;
1059
+ readonly decimals: 18;
1060
+ readonly website: "https://robinhood.com/rhj/stocktokens/";
1061
+ readonly description: "Invesco QQQ • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Invesco QQQ shares without conferring ownership or shareholder rights.";
1062
+ readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
1063
+ readonly bridge: "native";
1064
+ readonly tags: readonly ["STOCK"];
1065
+ };
1066
+ readonly DJTrh: {
1067
+ readonly name: "Trump Media & Technology Group • Robinhood Token";
1068
+ readonly symbol: "DJT";
1069
+ readonly oracleId: "DJTrh";
1070
+ readonly address: "0x1D11f0496982706C5e14A514D4E79F2e6BdE4516";
1071
+ readonly chainId: 4663;
1072
+ readonly decimals: 18;
1073
+ readonly website: "https://robinhood.com/rhj/stocktokens/";
1074
+ readonly description: "Trump Media & Technology Group • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Trump Media & Technology Group shares without conferring ownership or shareholder rights.";
1075
+ readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
1076
+ readonly bridge: "native";
1077
+ readonly tags: readonly ["STOCK"];
1078
+ };
949
1079
  }>;
950
1080
  readonly native: {
951
1081
  readonly symbol: "ETH";
@@ -254,10 +254,23 @@ declare const robinhood: {
254
254
  readonly oracleId: "AI";
255
255
  readonly decimals: 18;
256
256
  readonly chainId: 4663;
257
+ readonly website: "https://artificialinu.com/";
257
258
  readonly description: "Where speculative markets meet productive capital. The INU stays artificial.";
258
259
  readonly bridge: "native";
259
260
  readonly tags: readonly ["MEMECOIN"];
260
261
  };
262
+ readonly BONER: {
263
+ readonly name: "Boner Coin";
264
+ readonly address: "0x98096d17e191B3dA1d5f99a6D7b3584351b11E18";
265
+ readonly symbol: "BONER";
266
+ readonly oracleId: "BONER";
267
+ readonly decimals: 18;
268
+ readonly chainId: 4663;
269
+ readonly website: "https://x.com/bonercoinlong";
270
+ readonly description: "Hard money.";
271
+ readonly bridge: "native";
272
+ readonly tags: readonly ["MEMECOIN"];
273
+ };
261
274
  readonly UP: {
262
275
  readonly name: "up";
263
276
  readonly symbol: "UP33";
@@ -474,6 +487,58 @@ declare const robinhood: {
474
487
  readonly documentation: "https://www.coinbase.com/blog/coinbase-wrapped-btc-cbbtc-is-now-live";
475
488
  readonly bridge: "chainlink-ccip";
476
489
  };
490
+ readonly CRCLrh: {
491
+ readonly name: "Circle Internet Group • Robinhood Token";
492
+ readonly symbol: "CRCL";
493
+ readonly oracleId: "CRCLrh";
494
+ readonly address: "0xdF0992E440dD0be65BD8439b609d6D4366bf1CB5";
495
+ readonly chainId: 4663;
496
+ readonly decimals: 18;
497
+ readonly website: "https://robinhood.com/rhj/stocktokens/";
498
+ readonly description: "Circle Internet Group • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Circle Internet Group shares without conferring ownership or shareholder rights.";
499
+ readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
500
+ readonly bridge: "native";
501
+ readonly tags: readonly ["STOCK"];
502
+ };
503
+ readonly USARrh: {
504
+ readonly name: "USA Rare Earth • Robinhood Token";
505
+ readonly symbol: "USAR";
506
+ readonly oracleId: "USARrh";
507
+ readonly address: "0xd917B029C761D264c6A312BBbcDA868658eF86a6";
508
+ readonly chainId: 4663;
509
+ readonly decimals: 18;
510
+ readonly website: "https://robinhood.com/rhj/stocktokens/";
511
+ readonly description: "USA Rare Earth • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to USA Rare Earth shares without conferring ownership or shareholder rights.";
512
+ readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
513
+ readonly bridge: "native";
514
+ readonly tags: readonly ["STOCK"];
515
+ };
516
+ readonly QQQrh: {
517
+ readonly name: "Invesco QQQ • Robinhood Token";
518
+ readonly symbol: "QQQ";
519
+ readonly oracleId: "QQQrh";
520
+ readonly address: "0xD5f3879160bc7c32ebb4dC785F8a4F505888de68";
521
+ readonly chainId: 4663;
522
+ readonly decimals: 18;
523
+ readonly website: "https://robinhood.com/rhj/stocktokens/";
524
+ readonly description: "Invesco QQQ • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Invesco QQQ shares without conferring ownership or shareholder rights.";
525
+ readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
526
+ readonly bridge: "native";
527
+ readonly tags: readonly ["STOCK"];
528
+ };
529
+ readonly DJTrh: {
530
+ readonly name: "Trump Media & Technology Group • Robinhood Token";
531
+ readonly symbol: "DJT";
532
+ readonly oracleId: "DJTrh";
533
+ readonly address: "0x1D11f0496982706C5e14A514D4E79F2e6BdE4516";
534
+ readonly chainId: 4663;
535
+ readonly decimals: 18;
536
+ readonly website: "https://robinhood.com/rhj/stocktokens/";
537
+ readonly description: "Trump Media & Technology Group • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Trump Media & Technology Group shares without conferring ownership or shareholder rights.";
538
+ readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
539
+ readonly bridge: "native";
540
+ readonly tags: readonly ["STOCK"];
541
+ };
477
542
  };
478
543
  readonly tokenAddressMap: AddressToTokenMap<{
479
544
  readonly WNATIVE: {
@@ -726,10 +791,23 @@ declare const robinhood: {
726
791
  readonly oracleId: "AI";
727
792
  readonly decimals: 18;
728
793
  readonly chainId: 4663;
794
+ readonly website: "https://artificialinu.com/";
729
795
  readonly description: "Where speculative markets meet productive capital. The INU stays artificial.";
730
796
  readonly bridge: "native";
731
797
  readonly tags: readonly ["MEMECOIN"];
732
798
  };
799
+ readonly BONER: {
800
+ readonly name: "Boner Coin";
801
+ readonly address: "0x98096d17e191B3dA1d5f99a6D7b3584351b11E18";
802
+ readonly symbol: "BONER";
803
+ readonly oracleId: "BONER";
804
+ readonly decimals: 18;
805
+ readonly chainId: 4663;
806
+ readonly website: "https://x.com/bonercoinlong";
807
+ readonly description: "Hard money.";
808
+ readonly bridge: "native";
809
+ readonly tags: readonly ["MEMECOIN"];
810
+ };
733
811
  readonly UP: {
734
812
  readonly name: "up";
735
813
  readonly symbol: "UP33";
@@ -946,6 +1024,58 @@ declare const robinhood: {
946
1024
  readonly documentation: "https://www.coinbase.com/blog/coinbase-wrapped-btc-cbbtc-is-now-live";
947
1025
  readonly bridge: "chainlink-ccip";
948
1026
  };
1027
+ readonly CRCLrh: {
1028
+ readonly name: "Circle Internet Group • Robinhood Token";
1029
+ readonly symbol: "CRCL";
1030
+ readonly oracleId: "CRCLrh";
1031
+ readonly address: "0xdF0992E440dD0be65BD8439b609d6D4366bf1CB5";
1032
+ readonly chainId: 4663;
1033
+ readonly decimals: 18;
1034
+ readonly website: "https://robinhood.com/rhj/stocktokens/";
1035
+ readonly description: "Circle Internet Group • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Circle Internet Group shares without conferring ownership or shareholder rights.";
1036
+ readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
1037
+ readonly bridge: "native";
1038
+ readonly tags: readonly ["STOCK"];
1039
+ };
1040
+ readonly USARrh: {
1041
+ readonly name: "USA Rare Earth • Robinhood Token";
1042
+ readonly symbol: "USAR";
1043
+ readonly oracleId: "USARrh";
1044
+ readonly address: "0xd917B029C761D264c6A312BBbcDA868658eF86a6";
1045
+ readonly chainId: 4663;
1046
+ readonly decimals: 18;
1047
+ readonly website: "https://robinhood.com/rhj/stocktokens/";
1048
+ readonly description: "USA Rare Earth • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to USA Rare Earth shares without conferring ownership or shareholder rights.";
1049
+ readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
1050
+ readonly bridge: "native";
1051
+ readonly tags: readonly ["STOCK"];
1052
+ };
1053
+ readonly QQQrh: {
1054
+ readonly name: "Invesco QQQ • Robinhood Token";
1055
+ readonly symbol: "QQQ";
1056
+ readonly oracleId: "QQQrh";
1057
+ readonly address: "0xD5f3879160bc7c32ebb4dC785F8a4F505888de68";
1058
+ readonly chainId: 4663;
1059
+ readonly decimals: 18;
1060
+ readonly website: "https://robinhood.com/rhj/stocktokens/";
1061
+ readonly description: "Invesco QQQ • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Invesco QQQ shares without conferring ownership or shareholder rights.";
1062
+ readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
1063
+ readonly bridge: "native";
1064
+ readonly tags: readonly ["STOCK"];
1065
+ };
1066
+ readonly DJTrh: {
1067
+ readonly name: "Trump Media & Technology Group • Robinhood Token";
1068
+ readonly symbol: "DJT";
1069
+ readonly oracleId: "DJTrh";
1070
+ readonly address: "0x1D11f0496982706C5e14A514D4E79F2e6BdE4516";
1071
+ readonly chainId: 4663;
1072
+ readonly decimals: 18;
1073
+ readonly website: "https://robinhood.com/rhj/stocktokens/";
1074
+ readonly description: "Trump Media & Technology Group • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Trump Media & Technology Group shares without conferring ownership or shareholder rights.";
1075
+ readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
1076
+ readonly bridge: "native";
1077
+ readonly tags: readonly ["STOCK"];
1078
+ };
949
1079
  }>;
950
1080
  readonly native: {
951
1081
  readonly symbol: "ETH";
@@ -227,10 +227,23 @@ const tokens = {
227
227
  oracleId: "AI",
228
228
  decimals: 18,
229
229
  chainId: 4663,
230
+ website: "https://artificialinu.com/",
230
231
  description: "Where speculative markets meet productive capital. The INU stays artificial.",
231
232
  bridge: "native",
232
233
  tags: ["MEMECOIN"]
233
234
  },
235
+ BONER: {
236
+ name: "Boner Coin",
237
+ address: "0x98096d17e191B3dA1d5f99a6D7b3584351b11E18",
238
+ symbol: "BONER",
239
+ oracleId: "BONER",
240
+ decimals: 18,
241
+ chainId: 4663,
242
+ website: "https://x.com/bonercoinlong",
243
+ description: "Hard money.",
244
+ bridge: "native",
245
+ tags: ["MEMECOIN"]
246
+ },
234
247
  UP,
235
248
  UP33: UP,
236
249
  PONS: {
@@ -424,6 +437,58 @@ const tokens = {
424
437
  description: "Coinbase Wrapped Bitcoin (cbBTC) is backed 1:1 with Bitcoin, custodied with Coinbase.",
425
438
  documentation: "https://www.coinbase.com/blog/coinbase-wrapped-btc-cbbtc-is-now-live",
426
439
  bridge: "chainlink-ccip"
440
+ },
441
+ CRCLrh: {
442
+ name: "Circle Internet Group • Robinhood Token",
443
+ symbol: "CRCL",
444
+ oracleId: "CRCLrh",
445
+ address: "0xdF0992E440dD0be65BD8439b609d6D4366bf1CB5",
446
+ chainId: 4663,
447
+ decimals: 18,
448
+ website: "https://robinhood.com/rhj/stocktokens/",
449
+ description: "Circle Internet Group • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Circle Internet Group shares without conferring ownership or shareholder rights.",
450
+ documentation: "https://docs.robinhood.com/chain/stock-tokens/",
451
+ bridge: "native",
452
+ tags: ["STOCK"]
453
+ },
454
+ USARrh: {
455
+ name: "USA Rare Earth • Robinhood Token",
456
+ symbol: "USAR",
457
+ oracleId: "USARrh",
458
+ address: "0xd917B029C761D264c6A312BBbcDA868658eF86a6",
459
+ chainId: 4663,
460
+ decimals: 18,
461
+ website: "https://robinhood.com/rhj/stocktokens/",
462
+ description: "USA Rare Earth • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to USA Rare Earth shares without conferring ownership or shareholder rights.",
463
+ documentation: "https://docs.robinhood.com/chain/stock-tokens/",
464
+ bridge: "native",
465
+ tags: ["STOCK"]
466
+ },
467
+ QQQrh: {
468
+ name: "Invesco QQQ • Robinhood Token",
469
+ symbol: "QQQ",
470
+ oracleId: "QQQrh",
471
+ address: "0xD5f3879160bc7c32ebb4dC785F8a4F505888de68",
472
+ chainId: 4663,
473
+ decimals: 18,
474
+ website: "https://robinhood.com/rhj/stocktokens/",
475
+ description: "Invesco QQQ • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Invesco QQQ shares without conferring ownership or shareholder rights.",
476
+ documentation: "https://docs.robinhood.com/chain/stock-tokens/",
477
+ bridge: "native",
478
+ tags: ["STOCK"]
479
+ },
480
+ DJTrh: {
481
+ name: "Trump Media & Technology Group • Robinhood Token",
482
+ symbol: "DJT",
483
+ oracleId: "DJTrh",
484
+ address: "0x1D11f0496982706C5e14A514D4E79F2e6BdE4516",
485
+ chainId: 4663,
486
+ decimals: 18,
487
+ website: "https://robinhood.com/rhj/stocktokens/",
488
+ description: "Trump Media & Technology Group • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Trump Media & Technology Group shares without conferring ownership or shareholder rights.",
489
+ documentation: "https://docs.robinhood.com/chain/stock-tokens/",
490
+ bridge: "native",
491
+ tags: ["STOCK"]
427
492
  }
428
493
  };
429
494
  //#endregion
@@ -227,10 +227,23 @@ const tokens = {
227
227
  oracleId: "AI",
228
228
  decimals: 18,
229
229
  chainId: 4663,
230
+ website: "https://artificialinu.com/",
230
231
  description: "Where speculative markets meet productive capital. The INU stays artificial.",
231
232
  bridge: "native",
232
233
  tags: ["MEMECOIN"]
233
234
  },
235
+ BONER: {
236
+ name: "Boner Coin",
237
+ address: "0x98096d17e191B3dA1d5f99a6D7b3584351b11E18",
238
+ symbol: "BONER",
239
+ oracleId: "BONER",
240
+ decimals: 18,
241
+ chainId: 4663,
242
+ website: "https://x.com/bonercoinlong",
243
+ description: "Hard money.",
244
+ bridge: "native",
245
+ tags: ["MEMECOIN"]
246
+ },
234
247
  UP,
235
248
  UP33: UP,
236
249
  PONS: {
@@ -424,6 +437,58 @@ const tokens = {
424
437
  description: "Coinbase Wrapped Bitcoin (cbBTC) is backed 1:1 with Bitcoin, custodied with Coinbase.",
425
438
  documentation: "https://www.coinbase.com/blog/coinbase-wrapped-btc-cbbtc-is-now-live",
426
439
  bridge: "chainlink-ccip"
440
+ },
441
+ CRCLrh: {
442
+ name: "Circle Internet Group • Robinhood Token",
443
+ symbol: "CRCL",
444
+ oracleId: "CRCLrh",
445
+ address: "0xdF0992E440dD0be65BD8439b609d6D4366bf1CB5",
446
+ chainId: 4663,
447
+ decimals: 18,
448
+ website: "https://robinhood.com/rhj/stocktokens/",
449
+ description: "Circle Internet Group • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Circle Internet Group shares without conferring ownership or shareholder rights.",
450
+ documentation: "https://docs.robinhood.com/chain/stock-tokens/",
451
+ bridge: "native",
452
+ tags: ["STOCK"]
453
+ },
454
+ USARrh: {
455
+ name: "USA Rare Earth • Robinhood Token",
456
+ symbol: "USAR",
457
+ oracleId: "USARrh",
458
+ address: "0xd917B029C761D264c6A312BBbcDA868658eF86a6",
459
+ chainId: 4663,
460
+ decimals: 18,
461
+ website: "https://robinhood.com/rhj/stocktokens/",
462
+ description: "USA Rare Earth • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to USA Rare Earth shares without conferring ownership or shareholder rights.",
463
+ documentation: "https://docs.robinhood.com/chain/stock-tokens/",
464
+ bridge: "native",
465
+ tags: ["STOCK"]
466
+ },
467
+ QQQrh: {
468
+ name: "Invesco QQQ • Robinhood Token",
469
+ symbol: "QQQ",
470
+ oracleId: "QQQrh",
471
+ address: "0xD5f3879160bc7c32ebb4dC785F8a4F505888de68",
472
+ chainId: 4663,
473
+ decimals: 18,
474
+ website: "https://robinhood.com/rhj/stocktokens/",
475
+ description: "Invesco QQQ • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Invesco QQQ shares without conferring ownership or shareholder rights.",
476
+ documentation: "https://docs.robinhood.com/chain/stock-tokens/",
477
+ bridge: "native",
478
+ tags: ["STOCK"]
479
+ },
480
+ DJTrh: {
481
+ name: "Trump Media & Technology Group • Robinhood Token",
482
+ symbol: "DJT",
483
+ oracleId: "DJTrh",
484
+ address: "0x1D11f0496982706C5e14A514D4E79F2e6BdE4516",
485
+ chainId: 4663,
486
+ decimals: 18,
487
+ website: "https://robinhood.com/rhj/stocktokens/",
488
+ description: "Trump Media & Technology Group • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Trump Media & Technology Group shares without conferring ownership or shareholder rights.",
489
+ documentation: "https://docs.robinhood.com/chain/stock-tokens/",
490
+ bridge: "native",
491
+ tags: ["STOCK"]
427
492
  }
428
493
  };
429
494
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beefyfinance/blockchain-addressbook",
3
- "version": "0.59.5",
3
+ "version": "0.59.7",
4
4
  "description": "A collection of useful addresses on various chains for defi development",
5
5
  "type": "module",
6
6
  "types": "./dist/address-book/index.d.ts",