@beefyfinance/blockchain-addressbook 0.56.2 → 0.56.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.
- package/build/address-book/robinhood/index.d.ts +22 -0
- package/build/address-book/robinhood/tokens/tokens.d.ts +11 -0
- package/build/address-book/robinhood/tokens/tokens.js +12 -0
- package/build-esm/address-book/robinhood/index.d.ts +22 -0
- package/build-esm/address-book/robinhood/tokens/tokens.d.ts +11 -0
- package/build-esm/address-book/robinhood/tokens/tokens.js +12 -0
- package/package.json +1 -1
|
@@ -80,6 +80,17 @@ export declare const robinhood: {
|
|
|
80
80
|
readonly documentation: "https://cashcattoken.xyz/#tokenomics";
|
|
81
81
|
readonly tags: readonly ["MEMECOIN"];
|
|
82
82
|
};
|
|
83
|
+
readonly TENDIES: {
|
|
84
|
+
readonly name: "TENDIES";
|
|
85
|
+
readonly address: "0x45242320DBB855EeA8Fd36804C6487E10E97FCF9";
|
|
86
|
+
readonly symbol: "TENDIES";
|
|
87
|
+
readonly oracleId: "TENDIES";
|
|
88
|
+
readonly decimals: 18;
|
|
89
|
+
readonly chainId: 4663;
|
|
90
|
+
readonly description: "Tendies is a community/meme token. There is no team, there is no supply hoarding.";
|
|
91
|
+
readonly bridge: "native";
|
|
92
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
93
|
+
};
|
|
83
94
|
};
|
|
84
95
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
85
96
|
readonly WNATIVE: {
|
|
@@ -160,6 +171,17 @@ export declare const robinhood: {
|
|
|
160
171
|
readonly documentation: "https://cashcattoken.xyz/#tokenomics";
|
|
161
172
|
readonly tags: readonly ["MEMECOIN"];
|
|
162
173
|
};
|
|
174
|
+
readonly TENDIES: {
|
|
175
|
+
readonly name: "TENDIES";
|
|
176
|
+
readonly address: "0x45242320DBB855EeA8Fd36804C6487E10E97FCF9";
|
|
177
|
+
readonly symbol: "TENDIES";
|
|
178
|
+
readonly oracleId: "TENDIES";
|
|
179
|
+
readonly decimals: 18;
|
|
180
|
+
readonly chainId: 4663;
|
|
181
|
+
readonly description: "Tendies is a community/meme token. There is no team, there is no supply hoarding.";
|
|
182
|
+
readonly bridge: "native";
|
|
183
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
184
|
+
};
|
|
163
185
|
}>;
|
|
164
186
|
readonly native: {
|
|
165
187
|
readonly symbol: "ETH";
|
|
@@ -77,4 +77,15 @@ export declare const tokens: {
|
|
|
77
77
|
readonly documentation: "https://cashcattoken.xyz/#tokenomics";
|
|
78
78
|
readonly tags: readonly ["MEMECOIN"];
|
|
79
79
|
};
|
|
80
|
+
readonly TENDIES: {
|
|
81
|
+
readonly name: "TENDIES";
|
|
82
|
+
readonly address: "0x45242320DBB855EeA8Fd36804C6487E10E97FCF9";
|
|
83
|
+
readonly symbol: "TENDIES";
|
|
84
|
+
readonly oracleId: "TENDIES";
|
|
85
|
+
readonly decimals: 18;
|
|
86
|
+
readonly chainId: 4663;
|
|
87
|
+
readonly description: "Tendies is a community/meme token. There is no team, there is no supply hoarding.";
|
|
88
|
+
readonly bridge: "native";
|
|
89
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
90
|
+
};
|
|
80
91
|
};
|
|
@@ -40,6 +40,17 @@ const CASHCAT = {
|
|
|
40
40
|
documentation: 'https://cashcattoken.xyz/#tokenomics',
|
|
41
41
|
tags: ['MEMECOIN'],
|
|
42
42
|
};
|
|
43
|
+
const TENDIES = {
|
|
44
|
+
name: 'TENDIES',
|
|
45
|
+
address: '0x45242320DBB855EeA8Fd36804C6487E10E97FCF9',
|
|
46
|
+
symbol: 'TENDIES',
|
|
47
|
+
oracleId: 'TENDIES',
|
|
48
|
+
decimals: 18,
|
|
49
|
+
chainId: 4663,
|
|
50
|
+
description: 'Tendies is a community/meme token. There is no team, there is no supply hoarding.',
|
|
51
|
+
bridge: 'native',
|
|
52
|
+
tags: ['MEMECOIN'],
|
|
53
|
+
};
|
|
43
54
|
exports.tokens = {
|
|
44
55
|
WNATIVE: ETH,
|
|
45
56
|
FEES: ETH,
|
|
@@ -47,4 +58,5 @@ exports.tokens = {
|
|
|
47
58
|
WETH: ETH,
|
|
48
59
|
USDG,
|
|
49
60
|
CASHCAT,
|
|
61
|
+
TENDIES,
|
|
50
62
|
};
|
|
@@ -80,6 +80,17 @@ export declare const robinhood: {
|
|
|
80
80
|
readonly documentation: "https://cashcattoken.xyz/#tokenomics";
|
|
81
81
|
readonly tags: readonly ["MEMECOIN"];
|
|
82
82
|
};
|
|
83
|
+
readonly TENDIES: {
|
|
84
|
+
readonly name: "TENDIES";
|
|
85
|
+
readonly address: "0x45242320DBB855EeA8Fd36804C6487E10E97FCF9";
|
|
86
|
+
readonly symbol: "TENDIES";
|
|
87
|
+
readonly oracleId: "TENDIES";
|
|
88
|
+
readonly decimals: 18;
|
|
89
|
+
readonly chainId: 4663;
|
|
90
|
+
readonly description: "Tendies is a community/meme token. There is no team, there is no supply hoarding.";
|
|
91
|
+
readonly bridge: "native";
|
|
92
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
93
|
+
};
|
|
83
94
|
};
|
|
84
95
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
85
96
|
readonly WNATIVE: {
|
|
@@ -160,6 +171,17 @@ export declare const robinhood: {
|
|
|
160
171
|
readonly documentation: "https://cashcattoken.xyz/#tokenomics";
|
|
161
172
|
readonly tags: readonly ["MEMECOIN"];
|
|
162
173
|
};
|
|
174
|
+
readonly TENDIES: {
|
|
175
|
+
readonly name: "TENDIES";
|
|
176
|
+
readonly address: "0x45242320DBB855EeA8Fd36804C6487E10E97FCF9";
|
|
177
|
+
readonly symbol: "TENDIES";
|
|
178
|
+
readonly oracleId: "TENDIES";
|
|
179
|
+
readonly decimals: 18;
|
|
180
|
+
readonly chainId: 4663;
|
|
181
|
+
readonly description: "Tendies is a community/meme token. There is no team, there is no supply hoarding.";
|
|
182
|
+
readonly bridge: "native";
|
|
183
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
184
|
+
};
|
|
163
185
|
}>;
|
|
164
186
|
readonly native: {
|
|
165
187
|
readonly symbol: "ETH";
|
|
@@ -77,4 +77,15 @@ export declare const tokens: {
|
|
|
77
77
|
readonly documentation: "https://cashcattoken.xyz/#tokenomics";
|
|
78
78
|
readonly tags: readonly ["MEMECOIN"];
|
|
79
79
|
};
|
|
80
|
+
readonly TENDIES: {
|
|
81
|
+
readonly name: "TENDIES";
|
|
82
|
+
readonly address: "0x45242320DBB855EeA8Fd36804C6487E10E97FCF9";
|
|
83
|
+
readonly symbol: "TENDIES";
|
|
84
|
+
readonly oracleId: "TENDIES";
|
|
85
|
+
readonly decimals: 18;
|
|
86
|
+
readonly chainId: 4663;
|
|
87
|
+
readonly description: "Tendies is a community/meme token. There is no team, there is no supply hoarding.";
|
|
88
|
+
readonly bridge: "native";
|
|
89
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
90
|
+
};
|
|
80
91
|
};
|
|
@@ -37,6 +37,17 @@ const CASHCAT = {
|
|
|
37
37
|
documentation: 'https://cashcattoken.xyz/#tokenomics',
|
|
38
38
|
tags: ['MEMECOIN'],
|
|
39
39
|
};
|
|
40
|
+
const TENDIES = {
|
|
41
|
+
name: 'TENDIES',
|
|
42
|
+
address: '0x45242320DBB855EeA8Fd36804C6487E10E97FCF9',
|
|
43
|
+
symbol: 'TENDIES',
|
|
44
|
+
oracleId: 'TENDIES',
|
|
45
|
+
decimals: 18,
|
|
46
|
+
chainId: 4663,
|
|
47
|
+
description: 'Tendies is a community/meme token. There is no team, there is no supply hoarding.',
|
|
48
|
+
bridge: 'native',
|
|
49
|
+
tags: ['MEMECOIN'],
|
|
50
|
+
};
|
|
40
51
|
export const tokens = {
|
|
41
52
|
WNATIVE: ETH,
|
|
42
53
|
FEES: ETH,
|
|
@@ -44,4 +55,5 @@ export const tokens = {
|
|
|
44
55
|
WETH: ETH,
|
|
45
56
|
USDG,
|
|
46
57
|
CASHCAT,
|
|
58
|
+
TENDIES,
|
|
47
59
|
};
|
package/package.json
CHANGED