@beefyfinance/blockchain-addressbook 0.58.2 → 0.58.4
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 +26 -2
- package/dist/address-book/robinhood/index.d.ts +26 -2
- package/dist/address-book/robinhood/tokens/tokens.cjs +13 -1
- package/dist/address-book/robinhood/tokens/tokens.js +13 -1
- package/dist/types/token.d.cts +1 -1
- package/dist/types/token.d.ts +1 -1
- package/package.json +1 -1
|
@@ -80,7 +80,7 @@ declare const robinhood: {
|
|
|
80
80
|
readonly description: "GameStop Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to GameStop shares without conferring ownership or shareholder rights.";
|
|
81
81
|
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_gamestop.pdf";
|
|
82
82
|
readonly bridge: "native";
|
|
83
|
-
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
83
|
+
readonly tags: readonly ["LARGE_HOLDERS", "STOCK"];
|
|
84
84
|
};
|
|
85
85
|
readonly CASHCAT: {
|
|
86
86
|
readonly name: "Cash Cat";
|
|
@@ -106,6 +106,18 @@ declare const robinhood: {
|
|
|
106
106
|
readonly bridge: "native";
|
|
107
107
|
readonly tags: readonly ["MEMECOIN"];
|
|
108
108
|
};
|
|
109
|
+
readonly STONKBROKER: {
|
|
110
|
+
readonly name: "StonkBroker";
|
|
111
|
+
readonly address: "0xe934e36A439C94017B64a3FecE66AF12099aBF50";
|
|
112
|
+
readonly symbol: "STONKBROKER";
|
|
113
|
+
readonly oracleId: "STONKBROKER";
|
|
114
|
+
readonly decimals: 18;
|
|
115
|
+
readonly chainId: 4663;
|
|
116
|
+
readonly website: "https://stonkbrokers.cash/";
|
|
117
|
+
readonly description: "StonkBroker is a community/meme token on Robinhood Chain.";
|
|
118
|
+
readonly bridge: "native";
|
|
119
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
120
|
+
};
|
|
109
121
|
readonly FRONG: {
|
|
110
122
|
readonly name: "frong";
|
|
111
123
|
readonly address: "0x6245e67affA44a23077f0Ea7f981a8DC743a0c47";
|
|
@@ -232,7 +244,7 @@ declare const robinhood: {
|
|
|
232
244
|
readonly description: "GameStop Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to GameStop shares without conferring ownership or shareholder rights.";
|
|
233
245
|
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_gamestop.pdf";
|
|
234
246
|
readonly bridge: "native";
|
|
235
|
-
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
247
|
+
readonly tags: readonly ["LARGE_HOLDERS", "STOCK"];
|
|
236
248
|
};
|
|
237
249
|
readonly CASHCAT: {
|
|
238
250
|
readonly name: "Cash Cat";
|
|
@@ -258,6 +270,18 @@ declare const robinhood: {
|
|
|
258
270
|
readonly bridge: "native";
|
|
259
271
|
readonly tags: readonly ["MEMECOIN"];
|
|
260
272
|
};
|
|
273
|
+
readonly STONKBROKER: {
|
|
274
|
+
readonly name: "StonkBroker";
|
|
275
|
+
readonly address: "0xe934e36A439C94017B64a3FecE66AF12099aBF50";
|
|
276
|
+
readonly symbol: "STONKBROKER";
|
|
277
|
+
readonly oracleId: "STONKBROKER";
|
|
278
|
+
readonly decimals: 18;
|
|
279
|
+
readonly chainId: 4663;
|
|
280
|
+
readonly website: "https://stonkbrokers.cash/";
|
|
281
|
+
readonly description: "StonkBroker is a community/meme token on Robinhood Chain.";
|
|
282
|
+
readonly bridge: "native";
|
|
283
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
284
|
+
};
|
|
261
285
|
readonly FRONG: {
|
|
262
286
|
readonly name: "frong";
|
|
263
287
|
readonly address: "0x6245e67affA44a23077f0Ea7f981a8DC743a0c47";
|
|
@@ -80,7 +80,7 @@ declare const robinhood: {
|
|
|
80
80
|
readonly description: "GameStop Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to GameStop shares without conferring ownership or shareholder rights.";
|
|
81
81
|
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_gamestop.pdf";
|
|
82
82
|
readonly bridge: "native";
|
|
83
|
-
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
83
|
+
readonly tags: readonly ["LARGE_HOLDERS", "STOCK"];
|
|
84
84
|
};
|
|
85
85
|
readonly CASHCAT: {
|
|
86
86
|
readonly name: "Cash Cat";
|
|
@@ -106,6 +106,18 @@ declare const robinhood: {
|
|
|
106
106
|
readonly bridge: "native";
|
|
107
107
|
readonly tags: readonly ["MEMECOIN"];
|
|
108
108
|
};
|
|
109
|
+
readonly STONKBROKER: {
|
|
110
|
+
readonly name: "StonkBroker";
|
|
111
|
+
readonly address: "0xe934e36A439C94017B64a3FecE66AF12099aBF50";
|
|
112
|
+
readonly symbol: "STONKBROKER";
|
|
113
|
+
readonly oracleId: "STONKBROKER";
|
|
114
|
+
readonly decimals: 18;
|
|
115
|
+
readonly chainId: 4663;
|
|
116
|
+
readonly website: "https://stonkbrokers.cash/";
|
|
117
|
+
readonly description: "StonkBroker is a community/meme token on Robinhood Chain.";
|
|
118
|
+
readonly bridge: "native";
|
|
119
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
120
|
+
};
|
|
109
121
|
readonly FRONG: {
|
|
110
122
|
readonly name: "frong";
|
|
111
123
|
readonly address: "0x6245e67affA44a23077f0Ea7f981a8DC743a0c47";
|
|
@@ -232,7 +244,7 @@ declare const robinhood: {
|
|
|
232
244
|
readonly description: "GameStop Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to GameStop shares without conferring ownership or shareholder rights.";
|
|
233
245
|
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_gamestop.pdf";
|
|
234
246
|
readonly bridge: "native";
|
|
235
|
-
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
247
|
+
readonly tags: readonly ["LARGE_HOLDERS", "STOCK"];
|
|
236
248
|
};
|
|
237
249
|
readonly CASHCAT: {
|
|
238
250
|
readonly name: "Cash Cat";
|
|
@@ -258,6 +270,18 @@ declare const robinhood: {
|
|
|
258
270
|
readonly bridge: "native";
|
|
259
271
|
readonly tags: readonly ["MEMECOIN"];
|
|
260
272
|
};
|
|
273
|
+
readonly STONKBROKER: {
|
|
274
|
+
readonly name: "StonkBroker";
|
|
275
|
+
readonly address: "0xe934e36A439C94017B64a3FecE66AF12099aBF50";
|
|
276
|
+
readonly symbol: "STONKBROKER";
|
|
277
|
+
readonly oracleId: "STONKBROKER";
|
|
278
|
+
readonly decimals: 18;
|
|
279
|
+
readonly chainId: 4663;
|
|
280
|
+
readonly website: "https://stonkbrokers.cash/";
|
|
281
|
+
readonly description: "StonkBroker is a community/meme token on Robinhood Chain.";
|
|
282
|
+
readonly bridge: "native";
|
|
283
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
284
|
+
};
|
|
261
285
|
readonly FRONG: {
|
|
262
286
|
readonly name: "frong";
|
|
263
287
|
readonly address: "0x6245e67affA44a23077f0Ea7f981a8DC743a0c47";
|
|
@@ -53,7 +53,7 @@ const tokens = {
|
|
|
53
53
|
description: "GameStop Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to GameStop shares without conferring ownership or shareholder rights.",
|
|
54
54
|
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_gamestop.pdf",
|
|
55
55
|
bridge: "native",
|
|
56
|
-
tags: ["LARGE_HOLDERS"]
|
|
56
|
+
tags: ["LARGE_HOLDERS", "STOCK"]
|
|
57
57
|
},
|
|
58
58
|
CASHCAT: {
|
|
59
59
|
name: "Cash Cat",
|
|
@@ -79,6 +79,18 @@ const tokens = {
|
|
|
79
79
|
bridge: "native",
|
|
80
80
|
tags: ["MEMECOIN"]
|
|
81
81
|
},
|
|
82
|
+
STONKBROKER: {
|
|
83
|
+
name: "StonkBroker",
|
|
84
|
+
address: "0xe934e36A439C94017B64a3FecE66AF12099aBF50",
|
|
85
|
+
symbol: "STONKBROKER",
|
|
86
|
+
oracleId: "STONKBROKER",
|
|
87
|
+
decimals: 18,
|
|
88
|
+
chainId: 4663,
|
|
89
|
+
website: "https://stonkbrokers.cash/",
|
|
90
|
+
description: "StonkBroker is a community/meme token on Robinhood Chain.",
|
|
91
|
+
bridge: "native",
|
|
92
|
+
tags: ["MEMECOIN"]
|
|
93
|
+
},
|
|
82
94
|
FRONG: {
|
|
83
95
|
name: "frong",
|
|
84
96
|
address: "0x6245e67affA44a23077f0Ea7f981a8DC743a0c47",
|
|
@@ -53,7 +53,7 @@ const tokens = {
|
|
|
53
53
|
description: "GameStop Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to GameStop shares without conferring ownership or shareholder rights.",
|
|
54
54
|
documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_gamestop.pdf",
|
|
55
55
|
bridge: "native",
|
|
56
|
-
tags: ["LARGE_HOLDERS"]
|
|
56
|
+
tags: ["LARGE_HOLDERS", "STOCK"]
|
|
57
57
|
},
|
|
58
58
|
CASHCAT: {
|
|
59
59
|
name: "Cash Cat",
|
|
@@ -79,6 +79,18 @@ const tokens = {
|
|
|
79
79
|
bridge: "native",
|
|
80
80
|
tags: ["MEMECOIN"]
|
|
81
81
|
},
|
|
82
|
+
STONKBROKER: {
|
|
83
|
+
name: "StonkBroker",
|
|
84
|
+
address: "0xe934e36A439C94017B64a3FecE66AF12099aBF50",
|
|
85
|
+
symbol: "STONKBROKER",
|
|
86
|
+
oracleId: "STONKBROKER",
|
|
87
|
+
decimals: 18,
|
|
88
|
+
chainId: 4663,
|
|
89
|
+
website: "https://stonkbrokers.cash/",
|
|
90
|
+
description: "StonkBroker is a community/meme token on Robinhood Chain.",
|
|
91
|
+
bridge: "native",
|
|
92
|
+
tags: ["MEMECOIN"]
|
|
93
|
+
},
|
|
82
94
|
FRONG: {
|
|
83
95
|
name: "frong",
|
|
84
96
|
address: "0x6245e67affA44a23077f0Ea7f981a8DC743a0c47",
|
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'>;
|
|
15
|
+
tags?: ReadonlyArray<'NO_TIMELOCK' | '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'>;
|
|
15
|
+
tags?: ReadonlyArray<'NO_TIMELOCK' | 'STABLECOIN' | 'SYNTHETIC' | 'CURATED' | 'LARGE_HOLDERS' | 'BLUECHIP' | 'MEMECOIN' | 'STOCK'>;
|
|
16
16
|
}
|
|
17
17
|
interface TokenWithId extends Token {
|
|
18
18
|
id: string;
|
package/package.json
CHANGED