@beefyfinance/blockchain-addressbook 0.58.2 → 0.58.3
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.
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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",
|
|
@@ -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/package.json
CHANGED