@beefyfinance/blockchain-addressbook 0.56.1 → 0.56.2
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 +52 -0
- package/build/address-book/robinhood/tokens/tokens.d.ts +26 -0
- package/build/address-book/robinhood/tokens/tokens.js +28 -0
- package/build-esm/address-book/robinhood/index.d.ts +52 -0
- package/build-esm/address-book/robinhood/tokens/tokens.d.ts +26 -0
- package/build-esm/address-book/robinhood/tokens/tokens.js +28 -0
- package/package.json +1 -1
|
@@ -54,6 +54,32 @@ export declare const robinhood: {
|
|
|
54
54
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
55
55
|
readonly tags: readonly ["BLUECHIP"];
|
|
56
56
|
};
|
|
57
|
+
readonly USDG: {
|
|
58
|
+
readonly name: "Global Dollar";
|
|
59
|
+
readonly address: "0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168";
|
|
60
|
+
readonly symbol: "USDG";
|
|
61
|
+
readonly oracleId: "USDG";
|
|
62
|
+
readonly decimals: 6;
|
|
63
|
+
readonly chainId: 4663;
|
|
64
|
+
readonly website: "https://globaldollar.com/";
|
|
65
|
+
readonly description: "Global Dollar (USDG) is a single-currency stablecoin pegged to the US dollar, issued by Paxos. Built for payments, settlements and treasury, USDG can be used as an interoperable building block for open-source smart contracts.";
|
|
66
|
+
readonly bridge: "layer-zero";
|
|
67
|
+
readonly documentation: "https://docs.paxos.com/guides/stablecoin/usdg";
|
|
68
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
69
|
+
};
|
|
70
|
+
readonly CASHCAT: {
|
|
71
|
+
readonly name: "Cash Cat";
|
|
72
|
+
readonly address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4";
|
|
73
|
+
readonly symbol: "CASHCAT";
|
|
74
|
+
readonly oracleId: "CASHCAT";
|
|
75
|
+
readonly decimals: 18;
|
|
76
|
+
readonly chainId: 4663;
|
|
77
|
+
readonly website: "https://cashcattoken.xyz/";
|
|
78
|
+
readonly description: "The cat that became a hood. The mascot of the movement before the movement had a logo. $CASHCAT honors the origin story of Robinhood Chain.";
|
|
79
|
+
readonly bridge: "native";
|
|
80
|
+
readonly documentation: "https://cashcattoken.xyz/#tokenomics";
|
|
81
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
82
|
+
};
|
|
57
83
|
};
|
|
58
84
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
59
85
|
readonly WNATIVE: {
|
|
@@ -108,6 +134,32 @@ export declare const robinhood: {
|
|
|
108
134
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
109
135
|
readonly tags: readonly ["BLUECHIP"];
|
|
110
136
|
};
|
|
137
|
+
readonly USDG: {
|
|
138
|
+
readonly name: "Global Dollar";
|
|
139
|
+
readonly address: "0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168";
|
|
140
|
+
readonly symbol: "USDG";
|
|
141
|
+
readonly oracleId: "USDG";
|
|
142
|
+
readonly decimals: 6;
|
|
143
|
+
readonly chainId: 4663;
|
|
144
|
+
readonly website: "https://globaldollar.com/";
|
|
145
|
+
readonly description: "Global Dollar (USDG) is a single-currency stablecoin pegged to the US dollar, issued by Paxos. Built for payments, settlements and treasury, USDG can be used as an interoperable building block for open-source smart contracts.";
|
|
146
|
+
readonly bridge: "layer-zero";
|
|
147
|
+
readonly documentation: "https://docs.paxos.com/guides/stablecoin/usdg";
|
|
148
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
149
|
+
};
|
|
150
|
+
readonly CASHCAT: {
|
|
151
|
+
readonly name: "Cash Cat";
|
|
152
|
+
readonly address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4";
|
|
153
|
+
readonly symbol: "CASHCAT";
|
|
154
|
+
readonly oracleId: "CASHCAT";
|
|
155
|
+
readonly decimals: 18;
|
|
156
|
+
readonly chainId: 4663;
|
|
157
|
+
readonly website: "https://cashcattoken.xyz/";
|
|
158
|
+
readonly description: "The cat that became a hood. The mascot of the movement before the movement had a logo. $CASHCAT honors the origin story of Robinhood Chain.";
|
|
159
|
+
readonly bridge: "native";
|
|
160
|
+
readonly documentation: "https://cashcattoken.xyz/#tokenomics";
|
|
161
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
162
|
+
};
|
|
111
163
|
}>;
|
|
112
164
|
readonly native: {
|
|
113
165
|
readonly symbol: "ETH";
|
|
@@ -51,4 +51,30 @@ export declare const tokens: {
|
|
|
51
51
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
52
52
|
readonly tags: readonly ["BLUECHIP"];
|
|
53
53
|
};
|
|
54
|
+
readonly USDG: {
|
|
55
|
+
readonly name: "Global Dollar";
|
|
56
|
+
readonly address: "0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168";
|
|
57
|
+
readonly symbol: "USDG";
|
|
58
|
+
readonly oracleId: "USDG";
|
|
59
|
+
readonly decimals: 6;
|
|
60
|
+
readonly chainId: 4663;
|
|
61
|
+
readonly website: "https://globaldollar.com/";
|
|
62
|
+
readonly description: "Global Dollar (USDG) is a single-currency stablecoin pegged to the US dollar, issued by Paxos. Built for payments, settlements and treasury, USDG can be used as an interoperable building block for open-source smart contracts.";
|
|
63
|
+
readonly bridge: "layer-zero";
|
|
64
|
+
readonly documentation: "https://docs.paxos.com/guides/stablecoin/usdg";
|
|
65
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
66
|
+
};
|
|
67
|
+
readonly CASHCAT: {
|
|
68
|
+
readonly name: "Cash Cat";
|
|
69
|
+
readonly address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4";
|
|
70
|
+
readonly symbol: "CASHCAT";
|
|
71
|
+
readonly oracleId: "CASHCAT";
|
|
72
|
+
readonly decimals: 18;
|
|
73
|
+
readonly chainId: 4663;
|
|
74
|
+
readonly website: "https://cashcattoken.xyz/";
|
|
75
|
+
readonly description: "The cat that became a hood. The mascot of the movement before the movement had a logo. $CASHCAT honors the origin story of Robinhood Chain.";
|
|
76
|
+
readonly bridge: "native";
|
|
77
|
+
readonly documentation: "https://cashcattoken.xyz/#tokenomics";
|
|
78
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
79
|
+
};
|
|
54
80
|
};
|
|
@@ -14,9 +14,37 @@ const ETH = {
|
|
|
14
14
|
documentation: 'https://ethereum.org/en/developers/docs/',
|
|
15
15
|
tags: ['BLUECHIP'],
|
|
16
16
|
};
|
|
17
|
+
const USDG = {
|
|
18
|
+
name: 'Global Dollar',
|
|
19
|
+
address: '0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168',
|
|
20
|
+
symbol: 'USDG',
|
|
21
|
+
oracleId: 'USDG',
|
|
22
|
+
decimals: 6,
|
|
23
|
+
chainId: 4663,
|
|
24
|
+
website: 'https://globaldollar.com/',
|
|
25
|
+
description: 'Global Dollar (USDG) is a single-currency stablecoin pegged to the US dollar, issued by Paxos. Built for payments, settlements and treasury, USDG can be used as an interoperable building block for open-source smart contracts.',
|
|
26
|
+
bridge: 'layer-zero',
|
|
27
|
+
documentation: 'https://docs.paxos.com/guides/stablecoin/usdg',
|
|
28
|
+
tags: ['STABLECOIN'],
|
|
29
|
+
};
|
|
30
|
+
const CASHCAT = {
|
|
31
|
+
name: 'Cash Cat',
|
|
32
|
+
address: '0x020bfC650A365f8BB26819deAAbF3E21291018b4',
|
|
33
|
+
symbol: 'CASHCAT',
|
|
34
|
+
oracleId: 'CASHCAT',
|
|
35
|
+
decimals: 18,
|
|
36
|
+
chainId: 4663,
|
|
37
|
+
website: 'https://cashcattoken.xyz/',
|
|
38
|
+
description: 'The cat that became a hood. The mascot of the movement before the movement had a logo. $CASHCAT honors the origin story of Robinhood Chain.',
|
|
39
|
+
bridge: 'native',
|
|
40
|
+
documentation: 'https://cashcattoken.xyz/#tokenomics',
|
|
41
|
+
tags: ['MEMECOIN'],
|
|
42
|
+
};
|
|
17
43
|
exports.tokens = {
|
|
18
44
|
WNATIVE: ETH,
|
|
19
45
|
FEES: ETH,
|
|
20
46
|
ETH,
|
|
21
47
|
WETH: ETH,
|
|
48
|
+
USDG,
|
|
49
|
+
CASHCAT,
|
|
22
50
|
};
|
|
@@ -54,6 +54,32 @@ export declare const robinhood: {
|
|
|
54
54
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
55
55
|
readonly tags: readonly ["BLUECHIP"];
|
|
56
56
|
};
|
|
57
|
+
readonly USDG: {
|
|
58
|
+
readonly name: "Global Dollar";
|
|
59
|
+
readonly address: "0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168";
|
|
60
|
+
readonly symbol: "USDG";
|
|
61
|
+
readonly oracleId: "USDG";
|
|
62
|
+
readonly decimals: 6;
|
|
63
|
+
readonly chainId: 4663;
|
|
64
|
+
readonly website: "https://globaldollar.com/";
|
|
65
|
+
readonly description: "Global Dollar (USDG) is a single-currency stablecoin pegged to the US dollar, issued by Paxos. Built for payments, settlements and treasury, USDG can be used as an interoperable building block for open-source smart contracts.";
|
|
66
|
+
readonly bridge: "layer-zero";
|
|
67
|
+
readonly documentation: "https://docs.paxos.com/guides/stablecoin/usdg";
|
|
68
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
69
|
+
};
|
|
70
|
+
readonly CASHCAT: {
|
|
71
|
+
readonly name: "Cash Cat";
|
|
72
|
+
readonly address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4";
|
|
73
|
+
readonly symbol: "CASHCAT";
|
|
74
|
+
readonly oracleId: "CASHCAT";
|
|
75
|
+
readonly decimals: 18;
|
|
76
|
+
readonly chainId: 4663;
|
|
77
|
+
readonly website: "https://cashcattoken.xyz/";
|
|
78
|
+
readonly description: "The cat that became a hood. The mascot of the movement before the movement had a logo. $CASHCAT honors the origin story of Robinhood Chain.";
|
|
79
|
+
readonly bridge: "native";
|
|
80
|
+
readonly documentation: "https://cashcattoken.xyz/#tokenomics";
|
|
81
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
82
|
+
};
|
|
57
83
|
};
|
|
58
84
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
59
85
|
readonly WNATIVE: {
|
|
@@ -108,6 +134,32 @@ export declare const robinhood: {
|
|
|
108
134
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
109
135
|
readonly tags: readonly ["BLUECHIP"];
|
|
110
136
|
};
|
|
137
|
+
readonly USDG: {
|
|
138
|
+
readonly name: "Global Dollar";
|
|
139
|
+
readonly address: "0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168";
|
|
140
|
+
readonly symbol: "USDG";
|
|
141
|
+
readonly oracleId: "USDG";
|
|
142
|
+
readonly decimals: 6;
|
|
143
|
+
readonly chainId: 4663;
|
|
144
|
+
readonly website: "https://globaldollar.com/";
|
|
145
|
+
readonly description: "Global Dollar (USDG) is a single-currency stablecoin pegged to the US dollar, issued by Paxos. Built for payments, settlements and treasury, USDG can be used as an interoperable building block for open-source smart contracts.";
|
|
146
|
+
readonly bridge: "layer-zero";
|
|
147
|
+
readonly documentation: "https://docs.paxos.com/guides/stablecoin/usdg";
|
|
148
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
149
|
+
};
|
|
150
|
+
readonly CASHCAT: {
|
|
151
|
+
readonly name: "Cash Cat";
|
|
152
|
+
readonly address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4";
|
|
153
|
+
readonly symbol: "CASHCAT";
|
|
154
|
+
readonly oracleId: "CASHCAT";
|
|
155
|
+
readonly decimals: 18;
|
|
156
|
+
readonly chainId: 4663;
|
|
157
|
+
readonly website: "https://cashcattoken.xyz/";
|
|
158
|
+
readonly description: "The cat that became a hood. The mascot of the movement before the movement had a logo. $CASHCAT honors the origin story of Robinhood Chain.";
|
|
159
|
+
readonly bridge: "native";
|
|
160
|
+
readonly documentation: "https://cashcattoken.xyz/#tokenomics";
|
|
161
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
162
|
+
};
|
|
111
163
|
}>;
|
|
112
164
|
readonly native: {
|
|
113
165
|
readonly symbol: "ETH";
|
|
@@ -51,4 +51,30 @@ export declare const tokens: {
|
|
|
51
51
|
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
52
52
|
readonly tags: readonly ["BLUECHIP"];
|
|
53
53
|
};
|
|
54
|
+
readonly USDG: {
|
|
55
|
+
readonly name: "Global Dollar";
|
|
56
|
+
readonly address: "0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168";
|
|
57
|
+
readonly symbol: "USDG";
|
|
58
|
+
readonly oracleId: "USDG";
|
|
59
|
+
readonly decimals: 6;
|
|
60
|
+
readonly chainId: 4663;
|
|
61
|
+
readonly website: "https://globaldollar.com/";
|
|
62
|
+
readonly description: "Global Dollar (USDG) is a single-currency stablecoin pegged to the US dollar, issued by Paxos. Built for payments, settlements and treasury, USDG can be used as an interoperable building block for open-source smart contracts.";
|
|
63
|
+
readonly bridge: "layer-zero";
|
|
64
|
+
readonly documentation: "https://docs.paxos.com/guides/stablecoin/usdg";
|
|
65
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
66
|
+
};
|
|
67
|
+
readonly CASHCAT: {
|
|
68
|
+
readonly name: "Cash Cat";
|
|
69
|
+
readonly address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4";
|
|
70
|
+
readonly symbol: "CASHCAT";
|
|
71
|
+
readonly oracleId: "CASHCAT";
|
|
72
|
+
readonly decimals: 18;
|
|
73
|
+
readonly chainId: 4663;
|
|
74
|
+
readonly website: "https://cashcattoken.xyz/";
|
|
75
|
+
readonly description: "The cat that became a hood. The mascot of the movement before the movement had a logo. $CASHCAT honors the origin story of Robinhood Chain.";
|
|
76
|
+
readonly bridge: "native";
|
|
77
|
+
readonly documentation: "https://cashcattoken.xyz/#tokenomics";
|
|
78
|
+
readonly tags: readonly ["MEMECOIN"];
|
|
79
|
+
};
|
|
54
80
|
};
|
|
@@ -11,9 +11,37 @@ const ETH = {
|
|
|
11
11
|
documentation: 'https://ethereum.org/en/developers/docs/',
|
|
12
12
|
tags: ['BLUECHIP'],
|
|
13
13
|
};
|
|
14
|
+
const USDG = {
|
|
15
|
+
name: 'Global Dollar',
|
|
16
|
+
address: '0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168',
|
|
17
|
+
symbol: 'USDG',
|
|
18
|
+
oracleId: 'USDG',
|
|
19
|
+
decimals: 6,
|
|
20
|
+
chainId: 4663,
|
|
21
|
+
website: 'https://globaldollar.com/',
|
|
22
|
+
description: 'Global Dollar (USDG) is a single-currency stablecoin pegged to the US dollar, issued by Paxos. Built for payments, settlements and treasury, USDG can be used as an interoperable building block for open-source smart contracts.',
|
|
23
|
+
bridge: 'layer-zero',
|
|
24
|
+
documentation: 'https://docs.paxos.com/guides/stablecoin/usdg',
|
|
25
|
+
tags: ['STABLECOIN'],
|
|
26
|
+
};
|
|
27
|
+
const CASHCAT = {
|
|
28
|
+
name: 'Cash Cat',
|
|
29
|
+
address: '0x020bfC650A365f8BB26819deAAbF3E21291018b4',
|
|
30
|
+
symbol: 'CASHCAT',
|
|
31
|
+
oracleId: 'CASHCAT',
|
|
32
|
+
decimals: 18,
|
|
33
|
+
chainId: 4663,
|
|
34
|
+
website: 'https://cashcattoken.xyz/',
|
|
35
|
+
description: 'The cat that became a hood. The mascot of the movement before the movement had a logo. $CASHCAT honors the origin story of Robinhood Chain.',
|
|
36
|
+
bridge: 'native',
|
|
37
|
+
documentation: 'https://cashcattoken.xyz/#tokenomics',
|
|
38
|
+
tags: ['MEMECOIN'],
|
|
39
|
+
};
|
|
14
40
|
export const tokens = {
|
|
15
41
|
WNATIVE: ETH,
|
|
16
42
|
FEES: ETH,
|
|
17
43
|
ETH,
|
|
18
44
|
WETH: ETH,
|
|
45
|
+
USDG,
|
|
46
|
+
CASHCAT,
|
|
19
47
|
};
|
package/package.json
CHANGED