@beefyfinance/blockchain-addressbook 0.59.20 → 0.59.21

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.
@@ -782,6 +782,18 @@ declare const robinhood: {
782
782
  readonly bridge: "native";
783
783
  readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
784
784
  };
785
+ readonly musebook: {
786
+ readonly name: "musebook";
787
+ readonly symbol: "musebook";
788
+ readonly oracleId: "musebook";
789
+ readonly address: "0x91A2DAe9699f0B82540B5886b0d8759C22820bA3";
790
+ readonly chainId: 4663;
791
+ readonly decimals: 18;
792
+ readonly website: "https://bankr.bot/terminal/trade?out=0x91a2dae9699f0b82540b5886b0d8759c22820ba3&chain=robinhood";
793
+ readonly description: "musebook";
794
+ readonly bridge: "native";
795
+ readonly tags: readonly ["NO_AUDIT", "LARGE_HOLDERS", "MEMECOIN"];
796
+ };
785
797
  readonly LUTE: {
786
798
  readonly name: "Alandale";
787
799
  readonly symbol: "LUTE";
@@ -1575,6 +1587,18 @@ declare const robinhood: {
1575
1587
  readonly bridge: "native";
1576
1588
  readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
1577
1589
  };
1590
+ readonly musebook: {
1591
+ readonly name: "musebook";
1592
+ readonly symbol: "musebook";
1593
+ readonly oracleId: "musebook";
1594
+ readonly address: "0x91A2DAe9699f0B82540B5886b0d8759C22820bA3";
1595
+ readonly chainId: 4663;
1596
+ readonly decimals: 18;
1597
+ readonly website: "https://bankr.bot/terminal/trade?out=0x91a2dae9699f0b82540b5886b0d8759c22820ba3&chain=robinhood";
1598
+ readonly description: "musebook";
1599
+ readonly bridge: "native";
1600
+ readonly tags: readonly ["NO_AUDIT", "LARGE_HOLDERS", "MEMECOIN"];
1601
+ };
1578
1602
  readonly LUTE: {
1579
1603
  readonly name: "Alandale";
1580
1604
  readonly symbol: "LUTE";
@@ -782,6 +782,18 @@ declare const robinhood: {
782
782
  readonly bridge: "native";
783
783
  readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
784
784
  };
785
+ readonly musebook: {
786
+ readonly name: "musebook";
787
+ readonly symbol: "musebook";
788
+ readonly oracleId: "musebook";
789
+ readonly address: "0x91A2DAe9699f0B82540B5886b0d8759C22820bA3";
790
+ readonly chainId: 4663;
791
+ readonly decimals: 18;
792
+ readonly website: "https://bankr.bot/terminal/trade?out=0x91a2dae9699f0b82540b5886b0d8759c22820ba3&chain=robinhood";
793
+ readonly description: "musebook";
794
+ readonly bridge: "native";
795
+ readonly tags: readonly ["NO_AUDIT", "LARGE_HOLDERS", "MEMECOIN"];
796
+ };
785
797
  readonly LUTE: {
786
798
  readonly name: "Alandale";
787
799
  readonly symbol: "LUTE";
@@ -1575,6 +1587,18 @@ declare const robinhood: {
1575
1587
  readonly bridge: "native";
1576
1588
  readonly tags: readonly ["NO_AUDIT", "NO_TIMELOCK", "MEMECOIN"];
1577
1589
  };
1590
+ readonly musebook: {
1591
+ readonly name: "musebook";
1592
+ readonly symbol: "musebook";
1593
+ readonly oracleId: "musebook";
1594
+ readonly address: "0x91A2DAe9699f0B82540B5886b0d8759C22820bA3";
1595
+ readonly chainId: 4663;
1596
+ readonly decimals: 18;
1597
+ readonly website: "https://bankr.bot/terminal/trade?out=0x91a2dae9699f0b82540b5886b0d8759c22820ba3&chain=robinhood";
1598
+ readonly description: "musebook";
1599
+ readonly bridge: "native";
1600
+ readonly tags: readonly ["NO_AUDIT", "LARGE_HOLDERS", "MEMECOIN"];
1601
+ };
1578
1602
  readonly LUTE: {
1579
1603
  readonly name: "Alandale";
1580
1604
  readonly symbol: "LUTE";
@@ -749,6 +749,22 @@ const tokens = {
749
749
  "MEMECOIN"
750
750
  ]
751
751
  },
752
+ musebook: {
753
+ name: "musebook",
754
+ symbol: "musebook",
755
+ oracleId: "musebook",
756
+ address: "0x91A2DAe9699f0B82540B5886b0d8759C22820bA3",
757
+ chainId: 4663,
758
+ decimals: 18,
759
+ website: "https://bankr.bot/terminal/trade?out=0x91a2dae9699f0b82540b5886b0d8759c22820ba3&chain=robinhood",
760
+ description: "musebook",
761
+ bridge: "native",
762
+ tags: [
763
+ "NO_AUDIT",
764
+ "LARGE_HOLDERS",
765
+ "MEMECOIN"
766
+ ]
767
+ },
752
768
  LUTE: {
753
769
  name: "Alandale",
754
770
  symbol: "LUTE",
@@ -749,6 +749,22 @@ const tokens = {
749
749
  "MEMECOIN"
750
750
  ]
751
751
  },
752
+ musebook: {
753
+ name: "musebook",
754
+ symbol: "musebook",
755
+ oracleId: "musebook",
756
+ address: "0x91A2DAe9699f0B82540B5886b0d8759C22820bA3",
757
+ chainId: 4663,
758
+ decimals: 18,
759
+ website: "https://bankr.bot/terminal/trade?out=0x91a2dae9699f0b82540b5886b0d8759c22820ba3&chain=robinhood",
760
+ description: "musebook",
761
+ bridge: "native",
762
+ tags: [
763
+ "NO_AUDIT",
764
+ "LARGE_HOLDERS",
765
+ "MEMECOIN"
766
+ ]
767
+ },
752
768
  LUTE: {
753
769
  name: "Alandale",
754
770
  symbol: "LUTE",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beefyfinance/blockchain-addressbook",
3
- "version": "0.59.20",
3
+ "version": "0.59.21",
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",