@beefyfinance/blockchain-addressbook 0.59.17 → 0.59.19
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/robinhood/index.d.cts +156 -0
- package/dist/address-book/robinhood/index.d.ts +156 -0
- package/dist/address-book/robinhood/tokens/tokens.cjs +94 -0
- package/dist/address-book/robinhood/tokens/tokens.js +94 -0
- package/dist/types/token.d.cts +1 -1
- package/dist/types/token.d.ts +1 -1
- package/package.json +1 -1
|
@@ -704,6 +704,84 @@ declare const robinhood: {
|
|
|
704
704
|
readonly bridge: "native";
|
|
705
705
|
readonly tags: readonly ["STOCK"];
|
|
706
706
|
};
|
|
707
|
+
readonly GOOGLrh: {
|
|
708
|
+
readonly name: "Alphabet Class A • Robinhood Token";
|
|
709
|
+
readonly symbol: "GOOGL";
|
|
710
|
+
readonly oracleId: "GOOGLrh";
|
|
711
|
+
readonly address: "0x2e0847E8910a9732eB3fb1bb4b70a580ADAD4FE3";
|
|
712
|
+
readonly chainId: 4663;
|
|
713
|
+
readonly decimals: 18;
|
|
714
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
715
|
+
readonly description: "Alphabet Class A • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Alphabet Class A shares without conferring ownership or shareholder rights.";
|
|
716
|
+
readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
|
|
717
|
+
readonly bridge: "native";
|
|
718
|
+
readonly tags: readonly ["STOCK"];
|
|
719
|
+
};
|
|
720
|
+
readonly PAIR: {
|
|
721
|
+
readonly name: "PAIR";
|
|
722
|
+
readonly symbol: "PAIR";
|
|
723
|
+
readonly oracleId: "PAIR";
|
|
724
|
+
readonly address: "0x6b1d42927B1a84eC28Fa88d4fC6FA7AF404966be";
|
|
725
|
+
readonly chainId: 4663;
|
|
726
|
+
readonly decimals: 18;
|
|
727
|
+
readonly website: "https://pair.fund/";
|
|
728
|
+
readonly description: "PAIR is a community token launched through PAIR, a permissionless Robinhood Chain launchpad that lets users create fixed-supply tokens and pair them with tokenized stocks or other supported assets in permanently locked Uniswap V4 liquidity markets.";
|
|
729
|
+
readonly documentation: "https://pair.fund/docs";
|
|
730
|
+
readonly bridge: "native";
|
|
731
|
+
readonly tags: readonly ["NO_AUDIT", "MEMECOIN"];
|
|
732
|
+
};
|
|
733
|
+
readonly rhINDEX: {
|
|
734
|
+
readonly name: "The Index";
|
|
735
|
+
readonly symbol: "Index";
|
|
736
|
+
readonly oracleId: "rhINDEX";
|
|
737
|
+
readonly address: "0x56910D4409F3a0C78C64DD8D0545FF0705389870";
|
|
738
|
+
readonly chainId: 4663;
|
|
739
|
+
readonly decimals: 18;
|
|
740
|
+
readonly website: "https://theindex.finance/";
|
|
741
|
+
readonly description: "The Index Finance is a stock dividend protocol designed for Robinhood Chain's tokenized stocks. Holders of the Index token earn stocks purchased using the fees generated by Index's liquidity pools.";
|
|
742
|
+
readonly documentation: "https://theindex.finance/#/docs";
|
|
743
|
+
readonly bridge: "native";
|
|
744
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
745
|
+
};
|
|
746
|
+
readonly PARE: {
|
|
747
|
+
readonly name: "Pare";
|
|
748
|
+
readonly symbol: "PARE";
|
|
749
|
+
readonly oracleId: "PARE";
|
|
750
|
+
readonly address: "0x15d36B6A28d8327ABc7aFABF0F106AE2c9Af5C4d";
|
|
751
|
+
readonly chainId: 4663;
|
|
752
|
+
readonly decimals: 18;
|
|
753
|
+
readonly website: "https://parestocks.com/";
|
|
754
|
+
readonly description: "PARE is the protocol token of parestocks.com on Robinhood Chain, issued for the tokenized-stock splitting ecosystem. The token supports the Pare protocol's buyback-and-burn, future listing governance and holder fee discounts.";
|
|
755
|
+
readonly documentation: "https://parestocks.com/docs";
|
|
756
|
+
readonly bridge: "native";
|
|
757
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
758
|
+
};
|
|
759
|
+
readonly DELTA: {
|
|
760
|
+
readonly name: "Delta";
|
|
761
|
+
readonly symbol: "DELTA";
|
|
762
|
+
readonly oracleId: "DELTA";
|
|
763
|
+
readonly address: "0xe8ffd7e24187F72afB08d75B1bb13088A989a791";
|
|
764
|
+
readonly chainId: 4663;
|
|
765
|
+
readonly decimals: 18;
|
|
766
|
+
readonly website: "https://deltaliquidity.app";
|
|
767
|
+
readonly description: "DELTA is the protocol token of Delta Liquidity, a Robinhood Chain liquidity protocol focused on staking and compounding liquidity-pool positions.";
|
|
768
|
+
readonly documentation: "https://deltaliquidity.app/docs";
|
|
769
|
+
readonly bridge: "native";
|
|
770
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
771
|
+
};
|
|
772
|
+
readonly NET: {
|
|
773
|
+
readonly name: "NetNet";
|
|
774
|
+
readonly symbol: "NET";
|
|
775
|
+
readonly oracleId: "NET";
|
|
776
|
+
readonly address: "0xCA9c78Dd337A67F6e0077F65F5E9218719d30eDf";
|
|
777
|
+
readonly chainId: 4663;
|
|
778
|
+
readonly decimals: 9;
|
|
779
|
+
readonly website: "https://netnet.capital";
|
|
780
|
+
readonly description: "NET is a reserve-backed, staking/rebasing ERC-20 issued by NetNet Capital on Robinhood Chain, designed as an OlympusDAO v1-inspired reserve instrument backed by USDG.";
|
|
781
|
+
readonly documentation: "docs.netnet.capital";
|
|
782
|
+
readonly bridge: "native";
|
|
783
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
784
|
+
};
|
|
707
785
|
readonly LUTE: {
|
|
708
786
|
readonly name: "Alandale";
|
|
709
787
|
readonly symbol: "LUTE";
|
|
@@ -1419,6 +1497,84 @@ declare const robinhood: {
|
|
|
1419
1497
|
readonly bridge: "native";
|
|
1420
1498
|
readonly tags: readonly ["STOCK"];
|
|
1421
1499
|
};
|
|
1500
|
+
readonly GOOGLrh: {
|
|
1501
|
+
readonly name: "Alphabet Class A • Robinhood Token";
|
|
1502
|
+
readonly symbol: "GOOGL";
|
|
1503
|
+
readonly oracleId: "GOOGLrh";
|
|
1504
|
+
readonly address: "0x2e0847E8910a9732eB3fb1bb4b70a580ADAD4FE3";
|
|
1505
|
+
readonly chainId: 4663;
|
|
1506
|
+
readonly decimals: 18;
|
|
1507
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
1508
|
+
readonly description: "Alphabet Class A • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Alphabet Class A shares without conferring ownership or shareholder rights.";
|
|
1509
|
+
readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
|
|
1510
|
+
readonly bridge: "native";
|
|
1511
|
+
readonly tags: readonly ["STOCK"];
|
|
1512
|
+
};
|
|
1513
|
+
readonly PAIR: {
|
|
1514
|
+
readonly name: "PAIR";
|
|
1515
|
+
readonly symbol: "PAIR";
|
|
1516
|
+
readonly oracleId: "PAIR";
|
|
1517
|
+
readonly address: "0x6b1d42927B1a84eC28Fa88d4fC6FA7AF404966be";
|
|
1518
|
+
readonly chainId: 4663;
|
|
1519
|
+
readonly decimals: 18;
|
|
1520
|
+
readonly website: "https://pair.fund/";
|
|
1521
|
+
readonly description: "PAIR is a community token launched through PAIR, a permissionless Robinhood Chain launchpad that lets users create fixed-supply tokens and pair them with tokenized stocks or other supported assets in permanently locked Uniswap V4 liquidity markets.";
|
|
1522
|
+
readonly documentation: "https://pair.fund/docs";
|
|
1523
|
+
readonly bridge: "native";
|
|
1524
|
+
readonly tags: readonly ["NO_AUDIT", "MEMECOIN"];
|
|
1525
|
+
};
|
|
1526
|
+
readonly rhINDEX: {
|
|
1527
|
+
readonly name: "The Index";
|
|
1528
|
+
readonly symbol: "Index";
|
|
1529
|
+
readonly oracleId: "rhINDEX";
|
|
1530
|
+
readonly address: "0x56910D4409F3a0C78C64DD8D0545FF0705389870";
|
|
1531
|
+
readonly chainId: 4663;
|
|
1532
|
+
readonly decimals: 18;
|
|
1533
|
+
readonly website: "https://theindex.finance/";
|
|
1534
|
+
readonly description: "The Index Finance is a stock dividend protocol designed for Robinhood Chain's tokenized stocks. Holders of the Index token earn stocks purchased using the fees generated by Index's liquidity pools.";
|
|
1535
|
+
readonly documentation: "https://theindex.finance/#/docs";
|
|
1536
|
+
readonly bridge: "native";
|
|
1537
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
1538
|
+
};
|
|
1539
|
+
readonly PARE: {
|
|
1540
|
+
readonly name: "Pare";
|
|
1541
|
+
readonly symbol: "PARE";
|
|
1542
|
+
readonly oracleId: "PARE";
|
|
1543
|
+
readonly address: "0x15d36B6A28d8327ABc7aFABF0F106AE2c9Af5C4d";
|
|
1544
|
+
readonly chainId: 4663;
|
|
1545
|
+
readonly decimals: 18;
|
|
1546
|
+
readonly website: "https://parestocks.com/";
|
|
1547
|
+
readonly description: "PARE is the protocol token of parestocks.com on Robinhood Chain, issued for the tokenized-stock splitting ecosystem. The token supports the Pare protocol's buyback-and-burn, future listing governance and holder fee discounts.";
|
|
1548
|
+
readonly documentation: "https://parestocks.com/docs";
|
|
1549
|
+
readonly bridge: "native";
|
|
1550
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
1551
|
+
};
|
|
1552
|
+
readonly DELTA: {
|
|
1553
|
+
readonly name: "Delta";
|
|
1554
|
+
readonly symbol: "DELTA";
|
|
1555
|
+
readonly oracleId: "DELTA";
|
|
1556
|
+
readonly address: "0xe8ffd7e24187F72afB08d75B1bb13088A989a791";
|
|
1557
|
+
readonly chainId: 4663;
|
|
1558
|
+
readonly decimals: 18;
|
|
1559
|
+
readonly website: "https://deltaliquidity.app";
|
|
1560
|
+
readonly description: "DELTA is the protocol token of Delta Liquidity, a Robinhood Chain liquidity protocol focused on staking and compounding liquidity-pool positions.";
|
|
1561
|
+
readonly documentation: "https://deltaliquidity.app/docs";
|
|
1562
|
+
readonly bridge: "native";
|
|
1563
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
1564
|
+
};
|
|
1565
|
+
readonly NET: {
|
|
1566
|
+
readonly name: "NetNet";
|
|
1567
|
+
readonly symbol: "NET";
|
|
1568
|
+
readonly oracleId: "NET";
|
|
1569
|
+
readonly address: "0xCA9c78Dd337A67F6e0077F65F5E9218719d30eDf";
|
|
1570
|
+
readonly chainId: 4663;
|
|
1571
|
+
readonly decimals: 9;
|
|
1572
|
+
readonly website: "https://netnet.capital";
|
|
1573
|
+
readonly description: "NET is a reserve-backed, staking/rebasing ERC-20 issued by NetNet Capital on Robinhood Chain, designed as an OlympusDAO v1-inspired reserve instrument backed by USDG.";
|
|
1574
|
+
readonly documentation: "docs.netnet.capital";
|
|
1575
|
+
readonly bridge: "native";
|
|
1576
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
1577
|
+
};
|
|
1422
1578
|
readonly LUTE: {
|
|
1423
1579
|
readonly name: "Alandale";
|
|
1424
1580
|
readonly symbol: "LUTE";
|
|
@@ -704,6 +704,84 @@ declare const robinhood: {
|
|
|
704
704
|
readonly bridge: "native";
|
|
705
705
|
readonly tags: readonly ["STOCK"];
|
|
706
706
|
};
|
|
707
|
+
readonly GOOGLrh: {
|
|
708
|
+
readonly name: "Alphabet Class A • Robinhood Token";
|
|
709
|
+
readonly symbol: "GOOGL";
|
|
710
|
+
readonly oracleId: "GOOGLrh";
|
|
711
|
+
readonly address: "0x2e0847E8910a9732eB3fb1bb4b70a580ADAD4FE3";
|
|
712
|
+
readonly chainId: 4663;
|
|
713
|
+
readonly decimals: 18;
|
|
714
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
715
|
+
readonly description: "Alphabet Class A • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Alphabet Class A shares without conferring ownership or shareholder rights.";
|
|
716
|
+
readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
|
|
717
|
+
readonly bridge: "native";
|
|
718
|
+
readonly tags: readonly ["STOCK"];
|
|
719
|
+
};
|
|
720
|
+
readonly PAIR: {
|
|
721
|
+
readonly name: "PAIR";
|
|
722
|
+
readonly symbol: "PAIR";
|
|
723
|
+
readonly oracleId: "PAIR";
|
|
724
|
+
readonly address: "0x6b1d42927B1a84eC28Fa88d4fC6FA7AF404966be";
|
|
725
|
+
readonly chainId: 4663;
|
|
726
|
+
readonly decimals: 18;
|
|
727
|
+
readonly website: "https://pair.fund/";
|
|
728
|
+
readonly description: "PAIR is a community token launched through PAIR, a permissionless Robinhood Chain launchpad that lets users create fixed-supply tokens and pair them with tokenized stocks or other supported assets in permanently locked Uniswap V4 liquidity markets.";
|
|
729
|
+
readonly documentation: "https://pair.fund/docs";
|
|
730
|
+
readonly bridge: "native";
|
|
731
|
+
readonly tags: readonly ["NO_AUDIT", "MEMECOIN"];
|
|
732
|
+
};
|
|
733
|
+
readonly rhINDEX: {
|
|
734
|
+
readonly name: "The Index";
|
|
735
|
+
readonly symbol: "Index";
|
|
736
|
+
readonly oracleId: "rhINDEX";
|
|
737
|
+
readonly address: "0x56910D4409F3a0C78C64DD8D0545FF0705389870";
|
|
738
|
+
readonly chainId: 4663;
|
|
739
|
+
readonly decimals: 18;
|
|
740
|
+
readonly website: "https://theindex.finance/";
|
|
741
|
+
readonly description: "The Index Finance is a stock dividend protocol designed for Robinhood Chain's tokenized stocks. Holders of the Index token earn stocks purchased using the fees generated by Index's liquidity pools.";
|
|
742
|
+
readonly documentation: "https://theindex.finance/#/docs";
|
|
743
|
+
readonly bridge: "native";
|
|
744
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
745
|
+
};
|
|
746
|
+
readonly PARE: {
|
|
747
|
+
readonly name: "Pare";
|
|
748
|
+
readonly symbol: "PARE";
|
|
749
|
+
readonly oracleId: "PARE";
|
|
750
|
+
readonly address: "0x15d36B6A28d8327ABc7aFABF0F106AE2c9Af5C4d";
|
|
751
|
+
readonly chainId: 4663;
|
|
752
|
+
readonly decimals: 18;
|
|
753
|
+
readonly website: "https://parestocks.com/";
|
|
754
|
+
readonly description: "PARE is the protocol token of parestocks.com on Robinhood Chain, issued for the tokenized-stock splitting ecosystem. The token supports the Pare protocol's buyback-and-burn, future listing governance and holder fee discounts.";
|
|
755
|
+
readonly documentation: "https://parestocks.com/docs";
|
|
756
|
+
readonly bridge: "native";
|
|
757
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
758
|
+
};
|
|
759
|
+
readonly DELTA: {
|
|
760
|
+
readonly name: "Delta";
|
|
761
|
+
readonly symbol: "DELTA";
|
|
762
|
+
readonly oracleId: "DELTA";
|
|
763
|
+
readonly address: "0xe8ffd7e24187F72afB08d75B1bb13088A989a791";
|
|
764
|
+
readonly chainId: 4663;
|
|
765
|
+
readonly decimals: 18;
|
|
766
|
+
readonly website: "https://deltaliquidity.app";
|
|
767
|
+
readonly description: "DELTA is the protocol token of Delta Liquidity, a Robinhood Chain liquidity protocol focused on staking and compounding liquidity-pool positions.";
|
|
768
|
+
readonly documentation: "https://deltaliquidity.app/docs";
|
|
769
|
+
readonly bridge: "native";
|
|
770
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
771
|
+
};
|
|
772
|
+
readonly NET: {
|
|
773
|
+
readonly name: "NetNet";
|
|
774
|
+
readonly symbol: "NET";
|
|
775
|
+
readonly oracleId: "NET";
|
|
776
|
+
readonly address: "0xCA9c78Dd337A67F6e0077F65F5E9218719d30eDf";
|
|
777
|
+
readonly chainId: 4663;
|
|
778
|
+
readonly decimals: 9;
|
|
779
|
+
readonly website: "https://netnet.capital";
|
|
780
|
+
readonly description: "NET is a reserve-backed, staking/rebasing ERC-20 issued by NetNet Capital on Robinhood Chain, designed as an OlympusDAO v1-inspired reserve instrument backed by USDG.";
|
|
781
|
+
readonly documentation: "docs.netnet.capital";
|
|
782
|
+
readonly bridge: "native";
|
|
783
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
784
|
+
};
|
|
707
785
|
readonly LUTE: {
|
|
708
786
|
readonly name: "Alandale";
|
|
709
787
|
readonly symbol: "LUTE";
|
|
@@ -1419,6 +1497,84 @@ declare const robinhood: {
|
|
|
1419
1497
|
readonly bridge: "native";
|
|
1420
1498
|
readonly tags: readonly ["STOCK"];
|
|
1421
1499
|
};
|
|
1500
|
+
readonly GOOGLrh: {
|
|
1501
|
+
readonly name: "Alphabet Class A • Robinhood Token";
|
|
1502
|
+
readonly symbol: "GOOGL";
|
|
1503
|
+
readonly oracleId: "GOOGLrh";
|
|
1504
|
+
readonly address: "0x2e0847E8910a9732eB3fb1bb4b70a580ADAD4FE3";
|
|
1505
|
+
readonly chainId: 4663;
|
|
1506
|
+
readonly decimals: 18;
|
|
1507
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
1508
|
+
readonly description: "Alphabet Class A • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Alphabet Class A shares without conferring ownership or shareholder rights.";
|
|
1509
|
+
readonly documentation: "https://docs.robinhood.com/chain/stock-tokens/";
|
|
1510
|
+
readonly bridge: "native";
|
|
1511
|
+
readonly tags: readonly ["STOCK"];
|
|
1512
|
+
};
|
|
1513
|
+
readonly PAIR: {
|
|
1514
|
+
readonly name: "PAIR";
|
|
1515
|
+
readonly symbol: "PAIR";
|
|
1516
|
+
readonly oracleId: "PAIR";
|
|
1517
|
+
readonly address: "0x6b1d42927B1a84eC28Fa88d4fC6FA7AF404966be";
|
|
1518
|
+
readonly chainId: 4663;
|
|
1519
|
+
readonly decimals: 18;
|
|
1520
|
+
readonly website: "https://pair.fund/";
|
|
1521
|
+
readonly description: "PAIR is a community token launched through PAIR, a permissionless Robinhood Chain launchpad that lets users create fixed-supply tokens and pair them with tokenized stocks or other supported assets in permanently locked Uniswap V4 liquidity markets.";
|
|
1522
|
+
readonly documentation: "https://pair.fund/docs";
|
|
1523
|
+
readonly bridge: "native";
|
|
1524
|
+
readonly tags: readonly ["NO_AUDIT", "MEMECOIN"];
|
|
1525
|
+
};
|
|
1526
|
+
readonly rhINDEX: {
|
|
1527
|
+
readonly name: "The Index";
|
|
1528
|
+
readonly symbol: "Index";
|
|
1529
|
+
readonly oracleId: "rhINDEX";
|
|
1530
|
+
readonly address: "0x56910D4409F3a0C78C64DD8D0545FF0705389870";
|
|
1531
|
+
readonly chainId: 4663;
|
|
1532
|
+
readonly decimals: 18;
|
|
1533
|
+
readonly website: "https://theindex.finance/";
|
|
1534
|
+
readonly description: "The Index Finance is a stock dividend protocol designed for Robinhood Chain's tokenized stocks. Holders of the Index token earn stocks purchased using the fees generated by Index's liquidity pools.";
|
|
1535
|
+
readonly documentation: "https://theindex.finance/#/docs";
|
|
1536
|
+
readonly bridge: "native";
|
|
1537
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
1538
|
+
};
|
|
1539
|
+
readonly PARE: {
|
|
1540
|
+
readonly name: "Pare";
|
|
1541
|
+
readonly symbol: "PARE";
|
|
1542
|
+
readonly oracleId: "PARE";
|
|
1543
|
+
readonly address: "0x15d36B6A28d8327ABc7aFABF0F106AE2c9Af5C4d";
|
|
1544
|
+
readonly chainId: 4663;
|
|
1545
|
+
readonly decimals: 18;
|
|
1546
|
+
readonly website: "https://parestocks.com/";
|
|
1547
|
+
readonly description: "PARE is the protocol token of parestocks.com on Robinhood Chain, issued for the tokenized-stock splitting ecosystem. The token supports the Pare protocol's buyback-and-burn, future listing governance and holder fee discounts.";
|
|
1548
|
+
readonly documentation: "https://parestocks.com/docs";
|
|
1549
|
+
readonly bridge: "native";
|
|
1550
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
1551
|
+
};
|
|
1552
|
+
readonly DELTA: {
|
|
1553
|
+
readonly name: "Delta";
|
|
1554
|
+
readonly symbol: "DELTA";
|
|
1555
|
+
readonly oracleId: "DELTA";
|
|
1556
|
+
readonly address: "0xe8ffd7e24187F72afB08d75B1bb13088A989a791";
|
|
1557
|
+
readonly chainId: 4663;
|
|
1558
|
+
readonly decimals: 18;
|
|
1559
|
+
readonly website: "https://deltaliquidity.app";
|
|
1560
|
+
readonly description: "DELTA is the protocol token of Delta Liquidity, a Robinhood Chain liquidity protocol focused on staking and compounding liquidity-pool positions.";
|
|
1561
|
+
readonly documentation: "https://deltaliquidity.app/docs";
|
|
1562
|
+
readonly bridge: "native";
|
|
1563
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
1564
|
+
};
|
|
1565
|
+
readonly NET: {
|
|
1566
|
+
readonly name: "NetNet";
|
|
1567
|
+
readonly symbol: "NET";
|
|
1568
|
+
readonly oracleId: "NET";
|
|
1569
|
+
readonly address: "0xCA9c78Dd337A67F6e0077F65F5E9218719d30eDf";
|
|
1570
|
+
readonly chainId: 4663;
|
|
1571
|
+
readonly decimals: 9;
|
|
1572
|
+
readonly website: "https://netnet.capital";
|
|
1573
|
+
readonly description: "NET is a reserve-backed, staking/rebasing ERC-20 issued by NetNet Capital on Robinhood Chain, designed as an OlympusDAO v1-inspired reserve instrument backed by USDG.";
|
|
1574
|
+
readonly documentation: "docs.netnet.capital";
|
|
1575
|
+
readonly bridge: "native";
|
|
1576
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
1577
|
+
};
|
|
1422
1578
|
readonly LUTE: {
|
|
1423
1579
|
readonly name: "Alandale";
|
|
1424
1580
|
readonly symbol: "LUTE";
|
|
@@ -655,6 +655,100 @@ const tokens = {
|
|
|
655
655
|
bridge: "native",
|
|
656
656
|
tags: ["STOCK"]
|
|
657
657
|
},
|
|
658
|
+
GOOGLrh: {
|
|
659
|
+
name: "Alphabet Class A • Robinhood Token",
|
|
660
|
+
symbol: "GOOGL",
|
|
661
|
+
oracleId: "GOOGLrh",
|
|
662
|
+
address: "0x2e0847E8910a9732eB3fb1bb4b70a580ADAD4FE3",
|
|
663
|
+
chainId: 4663,
|
|
664
|
+
decimals: 18,
|
|
665
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
666
|
+
description: "Alphabet Class A • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Alphabet Class A shares without conferring ownership or shareholder rights.",
|
|
667
|
+
documentation: "https://docs.robinhood.com/chain/stock-tokens/",
|
|
668
|
+
bridge: "native",
|
|
669
|
+
tags: ["STOCK"]
|
|
670
|
+
},
|
|
671
|
+
PAIR: {
|
|
672
|
+
name: "PAIR",
|
|
673
|
+
symbol: "PAIR",
|
|
674
|
+
oracleId: "PAIR",
|
|
675
|
+
address: "0x6b1d42927B1a84eC28Fa88d4fC6FA7AF404966be",
|
|
676
|
+
chainId: 4663,
|
|
677
|
+
decimals: 18,
|
|
678
|
+
website: "https://pair.fund/",
|
|
679
|
+
description: "PAIR is a community token launched through PAIR, a permissionless Robinhood Chain launchpad that lets users create fixed-supply tokens and pair them with tokenized stocks or other supported assets in permanently locked Uniswap V4 liquidity markets.",
|
|
680
|
+
documentation: "https://pair.fund/docs",
|
|
681
|
+
bridge: "native",
|
|
682
|
+
tags: ["NO_AUDIT", "MEMECOIN"]
|
|
683
|
+
},
|
|
684
|
+
rhINDEX: {
|
|
685
|
+
name: "The Index",
|
|
686
|
+
symbol: "Index",
|
|
687
|
+
oracleId: "rhINDEX",
|
|
688
|
+
address: "0x56910D4409F3a0C78C64DD8D0545FF0705389870",
|
|
689
|
+
chainId: 4663,
|
|
690
|
+
decimals: 18,
|
|
691
|
+
website: "https://theindex.finance/",
|
|
692
|
+
description: "The Index Finance is a stock dividend protocol designed for Robinhood Chain's tokenized stocks. Holders of the Index token earn stocks purchased using the fees generated by Index's liquidity pools.",
|
|
693
|
+
documentation: "https://theindex.finance/#/docs",
|
|
694
|
+
bridge: "native",
|
|
695
|
+
tags: [
|
|
696
|
+
"NO_AUDIT",
|
|
697
|
+
"NO_TIMELOCK",
|
|
698
|
+
"MEMECOIN"
|
|
699
|
+
]
|
|
700
|
+
},
|
|
701
|
+
PARE: {
|
|
702
|
+
name: "Pare",
|
|
703
|
+
symbol: "PARE",
|
|
704
|
+
oracleId: "PARE",
|
|
705
|
+
address: "0x15d36B6A28d8327ABc7aFABF0F106AE2c9Af5C4d",
|
|
706
|
+
chainId: 4663,
|
|
707
|
+
decimals: 18,
|
|
708
|
+
website: "https://parestocks.com/",
|
|
709
|
+
description: "PARE is the protocol token of parestocks.com on Robinhood Chain, issued for the tokenized-stock splitting ecosystem. The token supports the Pare protocol's buyback-and-burn, future listing governance and holder fee discounts.",
|
|
710
|
+
documentation: "https://parestocks.com/docs",
|
|
711
|
+
bridge: "native",
|
|
712
|
+
tags: [
|
|
713
|
+
"NO_AUDIT",
|
|
714
|
+
"NO_TIMELOCK",
|
|
715
|
+
"MEMECOIN"
|
|
716
|
+
]
|
|
717
|
+
},
|
|
718
|
+
DELTA: {
|
|
719
|
+
name: "Delta",
|
|
720
|
+
symbol: "DELTA",
|
|
721
|
+
oracleId: "DELTA",
|
|
722
|
+
address: "0xe8ffd7e24187F72afB08d75B1bb13088A989a791",
|
|
723
|
+
chainId: 4663,
|
|
724
|
+
decimals: 18,
|
|
725
|
+
website: "https://deltaliquidity.app",
|
|
726
|
+
description: "DELTA is the protocol token of Delta Liquidity, a Robinhood Chain liquidity protocol focused on staking and compounding liquidity-pool positions.",
|
|
727
|
+
documentation: "https://deltaliquidity.app/docs",
|
|
728
|
+
bridge: "native",
|
|
729
|
+
tags: [
|
|
730
|
+
"NO_AUDIT",
|
|
731
|
+
"NO_TIMELOCK",
|
|
732
|
+
"MEMECOIN"
|
|
733
|
+
]
|
|
734
|
+
},
|
|
735
|
+
NET: {
|
|
736
|
+
name: "NetNet",
|
|
737
|
+
symbol: "NET",
|
|
738
|
+
oracleId: "NET",
|
|
739
|
+
address: "0xCA9c78Dd337A67F6e0077F65F5E9218719d30eDf",
|
|
740
|
+
chainId: 4663,
|
|
741
|
+
decimals: 9,
|
|
742
|
+
website: "https://netnet.capital",
|
|
743
|
+
description: "NET is a reserve-backed, staking/rebasing ERC-20 issued by NetNet Capital on Robinhood Chain, designed as an OlympusDAO v1-inspired reserve instrument backed by USDG.",
|
|
744
|
+
documentation: "docs.netnet.capital",
|
|
745
|
+
bridge: "native",
|
|
746
|
+
tags: [
|
|
747
|
+
"NO_AUDIT",
|
|
748
|
+
"NO_TIMELOCK",
|
|
749
|
+
"MEMECOIN"
|
|
750
|
+
]
|
|
751
|
+
},
|
|
658
752
|
LUTE: {
|
|
659
753
|
name: "Alandale",
|
|
660
754
|
symbol: "LUTE",
|
|
@@ -655,6 +655,100 @@ const tokens = {
|
|
|
655
655
|
bridge: "native",
|
|
656
656
|
tags: ["STOCK"]
|
|
657
657
|
},
|
|
658
|
+
GOOGLrh: {
|
|
659
|
+
name: "Alphabet Class A • Robinhood Token",
|
|
660
|
+
symbol: "GOOGL",
|
|
661
|
+
oracleId: "GOOGLrh",
|
|
662
|
+
address: "0x2e0847E8910a9732eB3fb1bb4b70a580ADAD4FE3",
|
|
663
|
+
chainId: 4663,
|
|
664
|
+
decimals: 18,
|
|
665
|
+
website: "https://robinhood.com/rhj/stocktokens/",
|
|
666
|
+
description: "Alphabet Class A • Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to Alphabet Class A shares without conferring ownership or shareholder rights.",
|
|
667
|
+
documentation: "https://docs.robinhood.com/chain/stock-tokens/",
|
|
668
|
+
bridge: "native",
|
|
669
|
+
tags: ["STOCK"]
|
|
670
|
+
},
|
|
671
|
+
PAIR: {
|
|
672
|
+
name: "PAIR",
|
|
673
|
+
symbol: "PAIR",
|
|
674
|
+
oracleId: "PAIR",
|
|
675
|
+
address: "0x6b1d42927B1a84eC28Fa88d4fC6FA7AF404966be",
|
|
676
|
+
chainId: 4663,
|
|
677
|
+
decimals: 18,
|
|
678
|
+
website: "https://pair.fund/",
|
|
679
|
+
description: "PAIR is a community token launched through PAIR, a permissionless Robinhood Chain launchpad that lets users create fixed-supply tokens and pair them with tokenized stocks or other supported assets in permanently locked Uniswap V4 liquidity markets.",
|
|
680
|
+
documentation: "https://pair.fund/docs",
|
|
681
|
+
bridge: "native",
|
|
682
|
+
tags: ["NO_AUDIT", "MEMECOIN"]
|
|
683
|
+
},
|
|
684
|
+
rhINDEX: {
|
|
685
|
+
name: "The Index",
|
|
686
|
+
symbol: "Index",
|
|
687
|
+
oracleId: "rhINDEX",
|
|
688
|
+
address: "0x56910D4409F3a0C78C64DD8D0545FF0705389870",
|
|
689
|
+
chainId: 4663,
|
|
690
|
+
decimals: 18,
|
|
691
|
+
website: "https://theindex.finance/",
|
|
692
|
+
description: "The Index Finance is a stock dividend protocol designed for Robinhood Chain's tokenized stocks. Holders of the Index token earn stocks purchased using the fees generated by Index's liquidity pools.",
|
|
693
|
+
documentation: "https://theindex.finance/#/docs",
|
|
694
|
+
bridge: "native",
|
|
695
|
+
tags: [
|
|
696
|
+
"NO_AUDIT",
|
|
697
|
+
"NO_TIMELOCK",
|
|
698
|
+
"MEMECOIN"
|
|
699
|
+
]
|
|
700
|
+
},
|
|
701
|
+
PARE: {
|
|
702
|
+
name: "Pare",
|
|
703
|
+
symbol: "PARE",
|
|
704
|
+
oracleId: "PARE",
|
|
705
|
+
address: "0x15d36B6A28d8327ABc7aFABF0F106AE2c9Af5C4d",
|
|
706
|
+
chainId: 4663,
|
|
707
|
+
decimals: 18,
|
|
708
|
+
website: "https://parestocks.com/",
|
|
709
|
+
description: "PARE is the protocol token of parestocks.com on Robinhood Chain, issued for the tokenized-stock splitting ecosystem. The token supports the Pare protocol's buyback-and-burn, future listing governance and holder fee discounts.",
|
|
710
|
+
documentation: "https://parestocks.com/docs",
|
|
711
|
+
bridge: "native",
|
|
712
|
+
tags: [
|
|
713
|
+
"NO_AUDIT",
|
|
714
|
+
"NO_TIMELOCK",
|
|
715
|
+
"MEMECOIN"
|
|
716
|
+
]
|
|
717
|
+
},
|
|
718
|
+
DELTA: {
|
|
719
|
+
name: "Delta",
|
|
720
|
+
symbol: "DELTA",
|
|
721
|
+
oracleId: "DELTA",
|
|
722
|
+
address: "0xe8ffd7e24187F72afB08d75B1bb13088A989a791",
|
|
723
|
+
chainId: 4663,
|
|
724
|
+
decimals: 18,
|
|
725
|
+
website: "https://deltaliquidity.app",
|
|
726
|
+
description: "DELTA is the protocol token of Delta Liquidity, a Robinhood Chain liquidity protocol focused on staking and compounding liquidity-pool positions.",
|
|
727
|
+
documentation: "https://deltaliquidity.app/docs",
|
|
728
|
+
bridge: "native",
|
|
729
|
+
tags: [
|
|
730
|
+
"NO_AUDIT",
|
|
731
|
+
"NO_TIMELOCK",
|
|
732
|
+
"MEMECOIN"
|
|
733
|
+
]
|
|
734
|
+
},
|
|
735
|
+
NET: {
|
|
736
|
+
name: "NetNet",
|
|
737
|
+
symbol: "NET",
|
|
738
|
+
oracleId: "NET",
|
|
739
|
+
address: "0xCA9c78Dd337A67F6e0077F65F5E9218719d30eDf",
|
|
740
|
+
chainId: 4663,
|
|
741
|
+
decimals: 9,
|
|
742
|
+
website: "https://netnet.capital",
|
|
743
|
+
description: "NET is a reserve-backed, staking/rebasing ERC-20 issued by NetNet Capital on Robinhood Chain, designed as an OlympusDAO v1-inspired reserve instrument backed by USDG.",
|
|
744
|
+
documentation: "docs.netnet.capital",
|
|
745
|
+
bridge: "native",
|
|
746
|
+
tags: [
|
|
747
|
+
"NO_AUDIT",
|
|
748
|
+
"NO_TIMELOCK",
|
|
749
|
+
"MEMECOIN"
|
|
750
|
+
]
|
|
751
|
+
},
|
|
658
752
|
LUTE: {
|
|
659
753
|
name: "Alandale",
|
|
660
754
|
symbol: "LUTE",
|
package/dist/types/token.d.cts
CHANGED
|
@@ -12,7 +12,7 @@ interface Token {
|
|
|
12
12
|
oracle?: 'tokens' | 'lps';
|
|
13
13
|
bridge?: string;
|
|
14
14
|
staked?: boolean;
|
|
15
|
-
tags?: ReadonlyArray<'NO_TIMELOCK' | 'STABLECOIN' | 'SYNTHETIC' | 'CURATED' | 'LARGE_HOLDERS' | 'BLUECHIP' | 'MEMECOIN' | 'STOCK'>;
|
|
15
|
+
tags?: ReadonlyArray<'NO_TIMELOCK' | 'NO_AUDIT' | 'STABLECOIN' | 'SYNTHETIC' | 'CURATED' | 'LARGE_HOLDERS' | 'BLUECHIP' | 'MEMECOIN' | 'STOCK'>;
|
|
16
16
|
}
|
|
17
17
|
interface TokenWithId extends Token {
|
|
18
18
|
id: string;
|
package/dist/types/token.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ interface Token {
|
|
|
12
12
|
oracle?: 'tokens' | 'lps';
|
|
13
13
|
bridge?: string;
|
|
14
14
|
staked?: boolean;
|
|
15
|
-
tags?: ReadonlyArray<'NO_TIMELOCK' | 'STABLECOIN' | 'SYNTHETIC' | 'CURATED' | 'LARGE_HOLDERS' | 'BLUECHIP' | 'MEMECOIN' | 'STOCK'>;
|
|
15
|
+
tags?: ReadonlyArray<'NO_TIMELOCK' | 'NO_AUDIT' | 'STABLECOIN' | 'SYNTHETIC' | 'CURATED' | 'LARGE_HOLDERS' | 'BLUECHIP' | 'MEMECOIN' | 'STOCK'>;
|
|
16
16
|
}
|
|
17
17
|
interface TokenWithId extends Token {
|
|
18
18
|
id: string;
|
package/package.json
CHANGED