@beefyfinance/blockchain-addressbook 0.59.16 → 0.59.18
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 +154 -0
- package/dist/address-book/robinhood/index.d.ts +154 -0
- package/dist/address-book/robinhood/tokens/tokens.cjs +93 -0
- package/dist/address-book/robinhood/tokens/tokens.js +93 -0
- package/dist/types/token.d.cts +1 -1
- package/dist/types/token.d.ts +1 -1
- package/package.json +1 -1
|
@@ -399,6 +399,18 @@ declare const robinhood: {
|
|
|
399
399
|
readonly bridge: "native";
|
|
400
400
|
readonly tags: readonly ["MEMECOIN"];
|
|
401
401
|
};
|
|
402
|
+
readonly INU: {
|
|
403
|
+
readonly name: "iNu";
|
|
404
|
+
readonly address: "0x63Ee32Ac3077d1fbd8a77eBBA2a6ed4b8e9c1e18";
|
|
405
|
+
readonly symbol: "INU";
|
|
406
|
+
readonly oracleId: "INU";
|
|
407
|
+
readonly decimals: 18;
|
|
408
|
+
readonly chainId: 4663;
|
|
409
|
+
readonly website: "https://inuapple.com/";
|
|
410
|
+
readonly description: "Think Different. Think iNu.";
|
|
411
|
+
readonly bridge: "native";
|
|
412
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
413
|
+
};
|
|
402
414
|
readonly UP: {
|
|
403
415
|
readonly name: "up";
|
|
404
416
|
readonly symbol: "UP33";
|
|
@@ -692,6 +704,71 @@ declare const robinhood: {
|
|
|
692
704
|
readonly bridge: "native";
|
|
693
705
|
readonly tags: readonly ["STOCK"];
|
|
694
706
|
};
|
|
707
|
+
readonly PAIR: {
|
|
708
|
+
readonly name: "PAIR";
|
|
709
|
+
readonly symbol: "PAIR";
|
|
710
|
+
readonly oracleId: "PAIR";
|
|
711
|
+
readonly address: "0x6b1d42927B1a84eC28Fa88d4fC6FA7AF404966be";
|
|
712
|
+
readonly chainId: 4663;
|
|
713
|
+
readonly decimals: 18;
|
|
714
|
+
readonly website: "https://pair.fund/";
|
|
715
|
+
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.";
|
|
716
|
+
readonly documentation: "https://pair.fund/docs";
|
|
717
|
+
readonly bridge: "native";
|
|
718
|
+
readonly tags: readonly ["NO_AUDIT", "MEMECOIN"];
|
|
719
|
+
};
|
|
720
|
+
readonly rhINDEX: {
|
|
721
|
+
readonly name: "The Index";
|
|
722
|
+
readonly symbol: "Index";
|
|
723
|
+
readonly oracleId: "rhINDEX";
|
|
724
|
+
readonly address: "0x56910D4409F3a0C78C64DD8D0545FF0705389870";
|
|
725
|
+
readonly chainId: 4663;
|
|
726
|
+
readonly decimals: 18;
|
|
727
|
+
readonly website: "https://theindex.finance/";
|
|
728
|
+
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.";
|
|
729
|
+
readonly documentation: "https://theindex.finance/#/docs";
|
|
730
|
+
readonly bridge: "native";
|
|
731
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
732
|
+
};
|
|
733
|
+
readonly PARE: {
|
|
734
|
+
readonly name: "Pare";
|
|
735
|
+
readonly symbol: "PARE";
|
|
736
|
+
readonly oracleId: "PARE";
|
|
737
|
+
readonly address: "0x15d36B6A28d8327ABc7aFABF0F106AE2c9Af5C4d";
|
|
738
|
+
readonly chainId: 4663;
|
|
739
|
+
readonly decimals: 18;
|
|
740
|
+
readonly website: "https://parestocks.com/";
|
|
741
|
+
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.";
|
|
742
|
+
readonly documentation: "https://parestocks.com/docs";
|
|
743
|
+
readonly bridge: "native";
|
|
744
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
745
|
+
};
|
|
746
|
+
readonly DELTA: {
|
|
747
|
+
readonly name: "Delta";
|
|
748
|
+
readonly symbol: "DELTA";
|
|
749
|
+
readonly oracleId: "DELTA";
|
|
750
|
+
readonly address: "0xe8ffd7e24187F72afB08d75B1bb13088A989a791";
|
|
751
|
+
readonly chainId: 4663;
|
|
752
|
+
readonly decimals: 18;
|
|
753
|
+
readonly website: "https://deltaliquidity.app";
|
|
754
|
+
readonly description: "DELTA is the protocol token of Delta Liquidity, a Robinhood Chain liquidity protocol focused on staking and compounding liquidity-pool positions.";
|
|
755
|
+
readonly documentation: "https://deltaliquidity.app/docs";
|
|
756
|
+
readonly bridge: "native";
|
|
757
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
758
|
+
};
|
|
759
|
+
readonly NET: {
|
|
760
|
+
readonly name: "NetNet";
|
|
761
|
+
readonly symbol: "NET";
|
|
762
|
+
readonly oracleId: "NET";
|
|
763
|
+
readonly address: "0xCA9c78Dd337A67F6e0077F65F5E9218719d30eDf";
|
|
764
|
+
readonly chainId: 4663;
|
|
765
|
+
readonly decimals: 9;
|
|
766
|
+
readonly website: "https://netnet.capital";
|
|
767
|
+
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.";
|
|
768
|
+
readonly documentation: "docs.netnet.capital";
|
|
769
|
+
readonly bridge: "native";
|
|
770
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
771
|
+
};
|
|
695
772
|
readonly LUTE: {
|
|
696
773
|
readonly name: "Alandale";
|
|
697
774
|
readonly symbol: "LUTE";
|
|
@@ -1102,6 +1179,18 @@ declare const robinhood: {
|
|
|
1102
1179
|
readonly bridge: "native";
|
|
1103
1180
|
readonly tags: readonly ["MEMECOIN"];
|
|
1104
1181
|
};
|
|
1182
|
+
readonly INU: {
|
|
1183
|
+
readonly name: "iNu";
|
|
1184
|
+
readonly address: "0x63Ee32Ac3077d1fbd8a77eBBA2a6ed4b8e9c1e18";
|
|
1185
|
+
readonly symbol: "INU";
|
|
1186
|
+
readonly oracleId: "INU";
|
|
1187
|
+
readonly decimals: 18;
|
|
1188
|
+
readonly chainId: 4663;
|
|
1189
|
+
readonly website: "https://inuapple.com/";
|
|
1190
|
+
readonly description: "Think Different. Think iNu.";
|
|
1191
|
+
readonly bridge: "native";
|
|
1192
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
1193
|
+
};
|
|
1105
1194
|
readonly UP: {
|
|
1106
1195
|
readonly name: "up";
|
|
1107
1196
|
readonly symbol: "UP33";
|
|
@@ -1395,6 +1484,71 @@ declare const robinhood: {
|
|
|
1395
1484
|
readonly bridge: "native";
|
|
1396
1485
|
readonly tags: readonly ["STOCK"];
|
|
1397
1486
|
};
|
|
1487
|
+
readonly PAIR: {
|
|
1488
|
+
readonly name: "PAIR";
|
|
1489
|
+
readonly symbol: "PAIR";
|
|
1490
|
+
readonly oracleId: "PAIR";
|
|
1491
|
+
readonly address: "0x6b1d42927B1a84eC28Fa88d4fC6FA7AF404966be";
|
|
1492
|
+
readonly chainId: 4663;
|
|
1493
|
+
readonly decimals: 18;
|
|
1494
|
+
readonly website: "https://pair.fund/";
|
|
1495
|
+
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.";
|
|
1496
|
+
readonly documentation: "https://pair.fund/docs";
|
|
1497
|
+
readonly bridge: "native";
|
|
1498
|
+
readonly tags: readonly ["NO_AUDIT", "MEMECOIN"];
|
|
1499
|
+
};
|
|
1500
|
+
readonly rhINDEX: {
|
|
1501
|
+
readonly name: "The Index";
|
|
1502
|
+
readonly symbol: "Index";
|
|
1503
|
+
readonly oracleId: "rhINDEX";
|
|
1504
|
+
readonly address: "0x56910D4409F3a0C78C64DD8D0545FF0705389870";
|
|
1505
|
+
readonly chainId: 4663;
|
|
1506
|
+
readonly decimals: 18;
|
|
1507
|
+
readonly website: "https://theindex.finance/";
|
|
1508
|
+
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.";
|
|
1509
|
+
readonly documentation: "https://theindex.finance/#/docs";
|
|
1510
|
+
readonly bridge: "native";
|
|
1511
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
1512
|
+
};
|
|
1513
|
+
readonly PARE: {
|
|
1514
|
+
readonly name: "Pare";
|
|
1515
|
+
readonly symbol: "PARE";
|
|
1516
|
+
readonly oracleId: "PARE";
|
|
1517
|
+
readonly address: "0x15d36B6A28d8327ABc7aFABF0F106AE2c9Af5C4d";
|
|
1518
|
+
readonly chainId: 4663;
|
|
1519
|
+
readonly decimals: 18;
|
|
1520
|
+
readonly website: "https://parestocks.com/";
|
|
1521
|
+
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.";
|
|
1522
|
+
readonly documentation: "https://parestocks.com/docs";
|
|
1523
|
+
readonly bridge: "native";
|
|
1524
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
1525
|
+
};
|
|
1526
|
+
readonly DELTA: {
|
|
1527
|
+
readonly name: "Delta";
|
|
1528
|
+
readonly symbol: "DELTA";
|
|
1529
|
+
readonly oracleId: "DELTA";
|
|
1530
|
+
readonly address: "0xe8ffd7e24187F72afB08d75B1bb13088A989a791";
|
|
1531
|
+
readonly chainId: 4663;
|
|
1532
|
+
readonly decimals: 18;
|
|
1533
|
+
readonly website: "https://deltaliquidity.app";
|
|
1534
|
+
readonly description: "DELTA is the protocol token of Delta Liquidity, a Robinhood Chain liquidity protocol focused on staking and compounding liquidity-pool positions.";
|
|
1535
|
+
readonly documentation: "https://deltaliquidity.app/docs";
|
|
1536
|
+
readonly bridge: "native";
|
|
1537
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
1538
|
+
};
|
|
1539
|
+
readonly NET: {
|
|
1540
|
+
readonly name: "NetNet";
|
|
1541
|
+
readonly symbol: "NET";
|
|
1542
|
+
readonly oracleId: "NET";
|
|
1543
|
+
readonly address: "0xCA9c78Dd337A67F6e0077F65F5E9218719d30eDf";
|
|
1544
|
+
readonly chainId: 4663;
|
|
1545
|
+
readonly decimals: 9;
|
|
1546
|
+
readonly website: "https://netnet.capital";
|
|
1547
|
+
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.";
|
|
1548
|
+
readonly documentation: "docs.netnet.capital";
|
|
1549
|
+
readonly bridge: "native";
|
|
1550
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
1551
|
+
};
|
|
1398
1552
|
readonly LUTE: {
|
|
1399
1553
|
readonly name: "Alandale";
|
|
1400
1554
|
readonly symbol: "LUTE";
|
|
@@ -399,6 +399,18 @@ declare const robinhood: {
|
|
|
399
399
|
readonly bridge: "native";
|
|
400
400
|
readonly tags: readonly ["MEMECOIN"];
|
|
401
401
|
};
|
|
402
|
+
readonly INU: {
|
|
403
|
+
readonly name: "iNu";
|
|
404
|
+
readonly address: "0x63Ee32Ac3077d1fbd8a77eBBA2a6ed4b8e9c1e18";
|
|
405
|
+
readonly symbol: "INU";
|
|
406
|
+
readonly oracleId: "INU";
|
|
407
|
+
readonly decimals: 18;
|
|
408
|
+
readonly chainId: 4663;
|
|
409
|
+
readonly website: "https://inuapple.com/";
|
|
410
|
+
readonly description: "Think Different. Think iNu.";
|
|
411
|
+
readonly bridge: "native";
|
|
412
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
413
|
+
};
|
|
402
414
|
readonly UP: {
|
|
403
415
|
readonly name: "up";
|
|
404
416
|
readonly symbol: "UP33";
|
|
@@ -692,6 +704,71 @@ declare const robinhood: {
|
|
|
692
704
|
readonly bridge: "native";
|
|
693
705
|
readonly tags: readonly ["STOCK"];
|
|
694
706
|
};
|
|
707
|
+
readonly PAIR: {
|
|
708
|
+
readonly name: "PAIR";
|
|
709
|
+
readonly symbol: "PAIR";
|
|
710
|
+
readonly oracleId: "PAIR";
|
|
711
|
+
readonly address: "0x6b1d42927B1a84eC28Fa88d4fC6FA7AF404966be";
|
|
712
|
+
readonly chainId: 4663;
|
|
713
|
+
readonly decimals: 18;
|
|
714
|
+
readonly website: "https://pair.fund/";
|
|
715
|
+
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.";
|
|
716
|
+
readonly documentation: "https://pair.fund/docs";
|
|
717
|
+
readonly bridge: "native";
|
|
718
|
+
readonly tags: readonly ["NO_AUDIT", "MEMECOIN"];
|
|
719
|
+
};
|
|
720
|
+
readonly rhINDEX: {
|
|
721
|
+
readonly name: "The Index";
|
|
722
|
+
readonly symbol: "Index";
|
|
723
|
+
readonly oracleId: "rhINDEX";
|
|
724
|
+
readonly address: "0x56910D4409F3a0C78C64DD8D0545FF0705389870";
|
|
725
|
+
readonly chainId: 4663;
|
|
726
|
+
readonly decimals: 18;
|
|
727
|
+
readonly website: "https://theindex.finance/";
|
|
728
|
+
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.";
|
|
729
|
+
readonly documentation: "https://theindex.finance/#/docs";
|
|
730
|
+
readonly bridge: "native";
|
|
731
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
732
|
+
};
|
|
733
|
+
readonly PARE: {
|
|
734
|
+
readonly name: "Pare";
|
|
735
|
+
readonly symbol: "PARE";
|
|
736
|
+
readonly oracleId: "PARE";
|
|
737
|
+
readonly address: "0x15d36B6A28d8327ABc7aFABF0F106AE2c9Af5C4d";
|
|
738
|
+
readonly chainId: 4663;
|
|
739
|
+
readonly decimals: 18;
|
|
740
|
+
readonly website: "https://parestocks.com/";
|
|
741
|
+
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.";
|
|
742
|
+
readonly documentation: "https://parestocks.com/docs";
|
|
743
|
+
readonly bridge: "native";
|
|
744
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
745
|
+
};
|
|
746
|
+
readonly DELTA: {
|
|
747
|
+
readonly name: "Delta";
|
|
748
|
+
readonly symbol: "DELTA";
|
|
749
|
+
readonly oracleId: "DELTA";
|
|
750
|
+
readonly address: "0xe8ffd7e24187F72afB08d75B1bb13088A989a791";
|
|
751
|
+
readonly chainId: 4663;
|
|
752
|
+
readonly decimals: 18;
|
|
753
|
+
readonly website: "https://deltaliquidity.app";
|
|
754
|
+
readonly description: "DELTA is the protocol token of Delta Liquidity, a Robinhood Chain liquidity protocol focused on staking and compounding liquidity-pool positions.";
|
|
755
|
+
readonly documentation: "https://deltaliquidity.app/docs";
|
|
756
|
+
readonly bridge: "native";
|
|
757
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
758
|
+
};
|
|
759
|
+
readonly NET: {
|
|
760
|
+
readonly name: "NetNet";
|
|
761
|
+
readonly symbol: "NET";
|
|
762
|
+
readonly oracleId: "NET";
|
|
763
|
+
readonly address: "0xCA9c78Dd337A67F6e0077F65F5E9218719d30eDf";
|
|
764
|
+
readonly chainId: 4663;
|
|
765
|
+
readonly decimals: 9;
|
|
766
|
+
readonly website: "https://netnet.capital";
|
|
767
|
+
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.";
|
|
768
|
+
readonly documentation: "docs.netnet.capital";
|
|
769
|
+
readonly bridge: "native";
|
|
770
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
771
|
+
};
|
|
695
772
|
readonly LUTE: {
|
|
696
773
|
readonly name: "Alandale";
|
|
697
774
|
readonly symbol: "LUTE";
|
|
@@ -1102,6 +1179,18 @@ declare const robinhood: {
|
|
|
1102
1179
|
readonly bridge: "native";
|
|
1103
1180
|
readonly tags: readonly ["MEMECOIN"];
|
|
1104
1181
|
};
|
|
1182
|
+
readonly INU: {
|
|
1183
|
+
readonly name: "iNu";
|
|
1184
|
+
readonly address: "0x63Ee32Ac3077d1fbd8a77eBBA2a6ed4b8e9c1e18";
|
|
1185
|
+
readonly symbol: "INU";
|
|
1186
|
+
readonly oracleId: "INU";
|
|
1187
|
+
readonly decimals: 18;
|
|
1188
|
+
readonly chainId: 4663;
|
|
1189
|
+
readonly website: "https://inuapple.com/";
|
|
1190
|
+
readonly description: "Think Different. Think iNu.";
|
|
1191
|
+
readonly bridge: "native";
|
|
1192
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
1193
|
+
};
|
|
1105
1194
|
readonly UP: {
|
|
1106
1195
|
readonly name: "up";
|
|
1107
1196
|
readonly symbol: "UP33";
|
|
@@ -1395,6 +1484,71 @@ declare const robinhood: {
|
|
|
1395
1484
|
readonly bridge: "native";
|
|
1396
1485
|
readonly tags: readonly ["STOCK"];
|
|
1397
1486
|
};
|
|
1487
|
+
readonly PAIR: {
|
|
1488
|
+
readonly name: "PAIR";
|
|
1489
|
+
readonly symbol: "PAIR";
|
|
1490
|
+
readonly oracleId: "PAIR";
|
|
1491
|
+
readonly address: "0x6b1d42927B1a84eC28Fa88d4fC6FA7AF404966be";
|
|
1492
|
+
readonly chainId: 4663;
|
|
1493
|
+
readonly decimals: 18;
|
|
1494
|
+
readonly website: "https://pair.fund/";
|
|
1495
|
+
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.";
|
|
1496
|
+
readonly documentation: "https://pair.fund/docs";
|
|
1497
|
+
readonly bridge: "native";
|
|
1498
|
+
readonly tags: readonly ["NO_AUDIT", "MEMECOIN"];
|
|
1499
|
+
};
|
|
1500
|
+
readonly rhINDEX: {
|
|
1501
|
+
readonly name: "The Index";
|
|
1502
|
+
readonly symbol: "Index";
|
|
1503
|
+
readonly oracleId: "rhINDEX";
|
|
1504
|
+
readonly address: "0x56910D4409F3a0C78C64DD8D0545FF0705389870";
|
|
1505
|
+
readonly chainId: 4663;
|
|
1506
|
+
readonly decimals: 18;
|
|
1507
|
+
readonly website: "https://theindex.finance/";
|
|
1508
|
+
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.";
|
|
1509
|
+
readonly documentation: "https://theindex.finance/#/docs";
|
|
1510
|
+
readonly bridge: "native";
|
|
1511
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
1512
|
+
};
|
|
1513
|
+
readonly PARE: {
|
|
1514
|
+
readonly name: "Pare";
|
|
1515
|
+
readonly symbol: "PARE";
|
|
1516
|
+
readonly oracleId: "PARE";
|
|
1517
|
+
readonly address: "0x15d36B6A28d8327ABc7aFABF0F106AE2c9Af5C4d";
|
|
1518
|
+
readonly chainId: 4663;
|
|
1519
|
+
readonly decimals: 18;
|
|
1520
|
+
readonly website: "https://parestocks.com/";
|
|
1521
|
+
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.";
|
|
1522
|
+
readonly documentation: "https://parestocks.com/docs";
|
|
1523
|
+
readonly bridge: "native";
|
|
1524
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
1525
|
+
};
|
|
1526
|
+
readonly DELTA: {
|
|
1527
|
+
readonly name: "Delta";
|
|
1528
|
+
readonly symbol: "DELTA";
|
|
1529
|
+
readonly oracleId: "DELTA";
|
|
1530
|
+
readonly address: "0xe8ffd7e24187F72afB08d75B1bb13088A989a791";
|
|
1531
|
+
readonly chainId: 4663;
|
|
1532
|
+
readonly decimals: 18;
|
|
1533
|
+
readonly website: "https://deltaliquidity.app";
|
|
1534
|
+
readonly description: "DELTA is the protocol token of Delta Liquidity, a Robinhood Chain liquidity protocol focused on staking and compounding liquidity-pool positions.";
|
|
1535
|
+
readonly documentation: "https://deltaliquidity.app/docs";
|
|
1536
|
+
readonly bridge: "native";
|
|
1537
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
1538
|
+
};
|
|
1539
|
+
readonly NET: {
|
|
1540
|
+
readonly name: "NetNet";
|
|
1541
|
+
readonly symbol: "NET";
|
|
1542
|
+
readonly oracleId: "NET";
|
|
1543
|
+
readonly address: "0xCA9c78Dd337A67F6e0077F65F5E9218719d30eDf";
|
|
1544
|
+
readonly chainId: 4663;
|
|
1545
|
+
readonly decimals: 9;
|
|
1546
|
+
readonly website: "https://netnet.capital";
|
|
1547
|
+
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.";
|
|
1548
|
+
readonly documentation: "docs.netnet.capital";
|
|
1549
|
+
readonly bridge: "native";
|
|
1550
|
+
readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
|
|
1551
|
+
};
|
|
1398
1552
|
readonly LUTE: {
|
|
1399
1553
|
readonly name: "Alandale";
|
|
1400
1554
|
readonly symbol: "LUTE";
|
|
@@ -372,6 +372,18 @@ const tokens = {
|
|
|
372
372
|
bridge: "native",
|
|
373
373
|
tags: ["MEMECOIN"]
|
|
374
374
|
},
|
|
375
|
+
INU: {
|
|
376
|
+
name: "iNu",
|
|
377
|
+
address: "0x63Ee32Ac3077d1fbd8a77eBBA2a6ed4b8e9c1e18",
|
|
378
|
+
symbol: "INU",
|
|
379
|
+
oracleId: "INU",
|
|
380
|
+
decimals: 18,
|
|
381
|
+
chainId: 4663,
|
|
382
|
+
website: "https://inuapple.com/",
|
|
383
|
+
description: "Think Different. Think iNu.",
|
|
384
|
+
bridge: "native",
|
|
385
|
+
tags: ["MEMECOIN"]
|
|
386
|
+
},
|
|
375
387
|
UP,
|
|
376
388
|
UP33: UP,
|
|
377
389
|
RAM: {
|
|
@@ -643,6 +655,87 @@ const tokens = {
|
|
|
643
655
|
bridge: "native",
|
|
644
656
|
tags: ["STOCK"]
|
|
645
657
|
},
|
|
658
|
+
PAIR: {
|
|
659
|
+
name: "PAIR",
|
|
660
|
+
symbol: "PAIR",
|
|
661
|
+
oracleId: "PAIR",
|
|
662
|
+
address: "0x6b1d42927B1a84eC28Fa88d4fC6FA7AF404966be",
|
|
663
|
+
chainId: 4663,
|
|
664
|
+
decimals: 18,
|
|
665
|
+
website: "https://pair.fund/",
|
|
666
|
+
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.",
|
|
667
|
+
documentation: "https://pair.fund/docs",
|
|
668
|
+
bridge: "native",
|
|
669
|
+
tags: ["NO_AUDIT", "MEMECOIN"]
|
|
670
|
+
},
|
|
671
|
+
rhINDEX: {
|
|
672
|
+
name: "The Index",
|
|
673
|
+
symbol: "Index",
|
|
674
|
+
oracleId: "rhINDEX",
|
|
675
|
+
address: "0x56910D4409F3a0C78C64DD8D0545FF0705389870",
|
|
676
|
+
chainId: 4663,
|
|
677
|
+
decimals: 18,
|
|
678
|
+
website: "https://theindex.finance/",
|
|
679
|
+
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.",
|
|
680
|
+
documentation: "https://theindex.finance/#/docs",
|
|
681
|
+
bridge: "native",
|
|
682
|
+
tags: [
|
|
683
|
+
"NO_AUDIT",
|
|
684
|
+
"NO_TIMELOCK",
|
|
685
|
+
"MEMECOIN"
|
|
686
|
+
]
|
|
687
|
+
},
|
|
688
|
+
PARE: {
|
|
689
|
+
name: "Pare",
|
|
690
|
+
symbol: "PARE",
|
|
691
|
+
oracleId: "PARE",
|
|
692
|
+
address: "0x15d36B6A28d8327ABc7aFABF0F106AE2c9Af5C4d",
|
|
693
|
+
chainId: 4663,
|
|
694
|
+
decimals: 18,
|
|
695
|
+
website: "https://parestocks.com/",
|
|
696
|
+
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.",
|
|
697
|
+
documentation: "https://parestocks.com/docs",
|
|
698
|
+
bridge: "native",
|
|
699
|
+
tags: [
|
|
700
|
+
"NO_AUDIT",
|
|
701
|
+
"NO_TIMELOCK",
|
|
702
|
+
"MEMECOIN"
|
|
703
|
+
]
|
|
704
|
+
},
|
|
705
|
+
DELTA: {
|
|
706
|
+
name: "Delta",
|
|
707
|
+
symbol: "DELTA",
|
|
708
|
+
oracleId: "DELTA",
|
|
709
|
+
address: "0xe8ffd7e24187F72afB08d75B1bb13088A989a791",
|
|
710
|
+
chainId: 4663,
|
|
711
|
+
decimals: 18,
|
|
712
|
+
website: "https://deltaliquidity.app",
|
|
713
|
+
description: "DELTA is the protocol token of Delta Liquidity, a Robinhood Chain liquidity protocol focused on staking and compounding liquidity-pool positions.",
|
|
714
|
+
documentation: "https://deltaliquidity.app/docs",
|
|
715
|
+
bridge: "native",
|
|
716
|
+
tags: [
|
|
717
|
+
"NO_AUDIT",
|
|
718
|
+
"NO_TIMELOCK",
|
|
719
|
+
"MEMECOIN"
|
|
720
|
+
]
|
|
721
|
+
},
|
|
722
|
+
NET: {
|
|
723
|
+
name: "NetNet",
|
|
724
|
+
symbol: "NET",
|
|
725
|
+
oracleId: "NET",
|
|
726
|
+
address: "0xCA9c78Dd337A67F6e0077F65F5E9218719d30eDf",
|
|
727
|
+
chainId: 4663,
|
|
728
|
+
decimals: 9,
|
|
729
|
+
website: "https://netnet.capital",
|
|
730
|
+
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.",
|
|
731
|
+
documentation: "docs.netnet.capital",
|
|
732
|
+
bridge: "native",
|
|
733
|
+
tags: [
|
|
734
|
+
"NO_AUDIT",
|
|
735
|
+
"NO_TIMELOCK",
|
|
736
|
+
"MEMECOIN"
|
|
737
|
+
]
|
|
738
|
+
},
|
|
646
739
|
LUTE: {
|
|
647
740
|
name: "Alandale",
|
|
648
741
|
symbol: "LUTE",
|
|
@@ -372,6 +372,18 @@ const tokens = {
|
|
|
372
372
|
bridge: "native",
|
|
373
373
|
tags: ["MEMECOIN"]
|
|
374
374
|
},
|
|
375
|
+
INU: {
|
|
376
|
+
name: "iNu",
|
|
377
|
+
address: "0x63Ee32Ac3077d1fbd8a77eBBA2a6ed4b8e9c1e18",
|
|
378
|
+
symbol: "INU",
|
|
379
|
+
oracleId: "INU",
|
|
380
|
+
decimals: 18,
|
|
381
|
+
chainId: 4663,
|
|
382
|
+
website: "https://inuapple.com/",
|
|
383
|
+
description: "Think Different. Think iNu.",
|
|
384
|
+
bridge: "native",
|
|
385
|
+
tags: ["MEMECOIN"]
|
|
386
|
+
},
|
|
375
387
|
UP,
|
|
376
388
|
UP33: UP,
|
|
377
389
|
RAM: {
|
|
@@ -643,6 +655,87 @@ const tokens = {
|
|
|
643
655
|
bridge: "native",
|
|
644
656
|
tags: ["STOCK"]
|
|
645
657
|
},
|
|
658
|
+
PAIR: {
|
|
659
|
+
name: "PAIR",
|
|
660
|
+
symbol: "PAIR",
|
|
661
|
+
oracleId: "PAIR",
|
|
662
|
+
address: "0x6b1d42927B1a84eC28Fa88d4fC6FA7AF404966be",
|
|
663
|
+
chainId: 4663,
|
|
664
|
+
decimals: 18,
|
|
665
|
+
website: "https://pair.fund/",
|
|
666
|
+
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.",
|
|
667
|
+
documentation: "https://pair.fund/docs",
|
|
668
|
+
bridge: "native",
|
|
669
|
+
tags: ["NO_AUDIT", "MEMECOIN"]
|
|
670
|
+
},
|
|
671
|
+
rhINDEX: {
|
|
672
|
+
name: "The Index",
|
|
673
|
+
symbol: "Index",
|
|
674
|
+
oracleId: "rhINDEX",
|
|
675
|
+
address: "0x56910D4409F3a0C78C64DD8D0545FF0705389870",
|
|
676
|
+
chainId: 4663,
|
|
677
|
+
decimals: 18,
|
|
678
|
+
website: "https://theindex.finance/",
|
|
679
|
+
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.",
|
|
680
|
+
documentation: "https://theindex.finance/#/docs",
|
|
681
|
+
bridge: "native",
|
|
682
|
+
tags: [
|
|
683
|
+
"NO_AUDIT",
|
|
684
|
+
"NO_TIMELOCK",
|
|
685
|
+
"MEMECOIN"
|
|
686
|
+
]
|
|
687
|
+
},
|
|
688
|
+
PARE: {
|
|
689
|
+
name: "Pare",
|
|
690
|
+
symbol: "PARE",
|
|
691
|
+
oracleId: "PARE",
|
|
692
|
+
address: "0x15d36B6A28d8327ABc7aFABF0F106AE2c9Af5C4d",
|
|
693
|
+
chainId: 4663,
|
|
694
|
+
decimals: 18,
|
|
695
|
+
website: "https://parestocks.com/",
|
|
696
|
+
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.",
|
|
697
|
+
documentation: "https://parestocks.com/docs",
|
|
698
|
+
bridge: "native",
|
|
699
|
+
tags: [
|
|
700
|
+
"NO_AUDIT",
|
|
701
|
+
"NO_TIMELOCK",
|
|
702
|
+
"MEMECOIN"
|
|
703
|
+
]
|
|
704
|
+
},
|
|
705
|
+
DELTA: {
|
|
706
|
+
name: "Delta",
|
|
707
|
+
symbol: "DELTA",
|
|
708
|
+
oracleId: "DELTA",
|
|
709
|
+
address: "0xe8ffd7e24187F72afB08d75B1bb13088A989a791",
|
|
710
|
+
chainId: 4663,
|
|
711
|
+
decimals: 18,
|
|
712
|
+
website: "https://deltaliquidity.app",
|
|
713
|
+
description: "DELTA is the protocol token of Delta Liquidity, a Robinhood Chain liquidity protocol focused on staking and compounding liquidity-pool positions.",
|
|
714
|
+
documentation: "https://deltaliquidity.app/docs",
|
|
715
|
+
bridge: "native",
|
|
716
|
+
tags: [
|
|
717
|
+
"NO_AUDIT",
|
|
718
|
+
"NO_TIMELOCK",
|
|
719
|
+
"MEMECOIN"
|
|
720
|
+
]
|
|
721
|
+
},
|
|
722
|
+
NET: {
|
|
723
|
+
name: "NetNet",
|
|
724
|
+
symbol: "NET",
|
|
725
|
+
oracleId: "NET",
|
|
726
|
+
address: "0xCA9c78Dd337A67F6e0077F65F5E9218719d30eDf",
|
|
727
|
+
chainId: 4663,
|
|
728
|
+
decimals: 9,
|
|
729
|
+
website: "https://netnet.capital",
|
|
730
|
+
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.",
|
|
731
|
+
documentation: "docs.netnet.capital",
|
|
732
|
+
bridge: "native",
|
|
733
|
+
tags: [
|
|
734
|
+
"NO_AUDIT",
|
|
735
|
+
"NO_TIMELOCK",
|
|
736
|
+
"MEMECOIN"
|
|
737
|
+
]
|
|
738
|
+
},
|
|
646
739
|
LUTE: {
|
|
647
740
|
name: "Alandale",
|
|
648
741
|
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