@beefyfinance/blockchain-addressbook 0.56.0 → 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/index.js +3 -0
- package/build/address-book/robinhood/index.d.ts +168 -0
- package/build/address-book/robinhood/index.js +15 -0
- package/build/address-book/robinhood/platforms/beefyfinance.d.ts +35 -0
- package/build/address-book/robinhood/platforms/beefyfinance.js +42 -0
- package/build/address-book/robinhood/platforms/index.d.ts +1 -0
- package/build/address-book/robinhood/platforms/index.js +17 -0
- package/build/address-book/robinhood/tokens/tokens.d.ts +80 -0
- package/build/address-book/robinhood/tokens/tokens.js +50 -0
- package/build/types/chainid.d.ts +2 -1
- package/build/types/chainid.js +1 -0
- package/build/util/chainIdMap.d.ts +1 -0
- package/build/util/chainIdMap.js +1 -0
- package/build-esm/address-book/index.js +3 -0
- package/build-esm/address-book/robinhood/index.d.ts +168 -0
- package/build-esm/address-book/robinhood/index.js +12 -0
- package/build-esm/address-book/robinhood/platforms/beefyfinance.d.ts +35 -0
- package/build-esm/address-book/robinhood/platforms/beefyfinance.js +39 -0
- package/build-esm/address-book/robinhood/platforms/index.d.ts +1 -0
- package/build-esm/address-book/robinhood/platforms/index.js +1 -0
- package/build-esm/address-book/robinhood/tokens/tokens.d.ts +80 -0
- package/build-esm/address-book/robinhood/tokens/tokens.js +47 -0
- package/build-esm/types/chainid.d.ts +2 -1
- package/build-esm/types/chainid.js +1 -0
- package/package.json +1 -1
|
@@ -44,6 +44,7 @@ const index_js_38 = require("./hyperevm/index.js");
|
|
|
44
44
|
const index_js_39 = require("./plasma/index.js");
|
|
45
45
|
const index_js_40 = require("./monad/index.js");
|
|
46
46
|
const index_js_41 = require("./megaeth/index.js");
|
|
47
|
+
const index_js_42 = require("./robinhood/index.js");
|
|
47
48
|
exports.addressBook = {
|
|
48
49
|
polygon: index_js_1.polygon,
|
|
49
50
|
bsc: index_js_2.bsc,
|
|
@@ -86,6 +87,7 @@ exports.addressBook = {
|
|
|
86
87
|
plasma: index_js_39.plasma,
|
|
87
88
|
monad: index_js_40.monad,
|
|
88
89
|
megaeth: index_js_41.megaeth,
|
|
90
|
+
robinhood: index_js_42.robinhood,
|
|
89
91
|
};
|
|
90
92
|
exports.addressBookByChainId = {
|
|
91
93
|
[chainid_js_1.ChainId.polygon]: index_js_1.polygon,
|
|
@@ -129,4 +131,5 @@ exports.addressBookByChainId = {
|
|
|
129
131
|
[chainid_js_1.ChainId.plasma]: index_js_39.plasma,
|
|
130
132
|
[chainid_js_1.ChainId.monad]: index_js_40.monad,
|
|
131
133
|
[chainid_js_1.ChainId.megaeth]: index_js_41.megaeth,
|
|
134
|
+
[chainid_js_1.ChainId.robinhood]: index_js_42.robinhood,
|
|
132
135
|
};
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
import * as platforms from './platforms/index.js';
|
|
2
|
+
export declare const robinhood: {
|
|
3
|
+
readonly platforms: typeof platforms;
|
|
4
|
+
readonly tokens: {
|
|
5
|
+
readonly WNATIVE: {
|
|
6
|
+
readonly name: "Wrapped Ether";
|
|
7
|
+
readonly address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
8
|
+
readonly symbol: "WETH";
|
|
9
|
+
readonly oracleId: "WETH";
|
|
10
|
+
readonly decimals: 18;
|
|
11
|
+
readonly chainId: 4663;
|
|
12
|
+
readonly website: "https://weth.io/";
|
|
13
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
14
|
+
readonly bridge: "robinhood-canonical";
|
|
15
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
16
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
17
|
+
};
|
|
18
|
+
readonly FEES: {
|
|
19
|
+
readonly name: "Wrapped Ether";
|
|
20
|
+
readonly address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
21
|
+
readonly symbol: "WETH";
|
|
22
|
+
readonly oracleId: "WETH";
|
|
23
|
+
readonly decimals: 18;
|
|
24
|
+
readonly chainId: 4663;
|
|
25
|
+
readonly website: "https://weth.io/";
|
|
26
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
27
|
+
readonly bridge: "robinhood-canonical";
|
|
28
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
29
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
30
|
+
};
|
|
31
|
+
readonly ETH: {
|
|
32
|
+
readonly name: "Wrapped Ether";
|
|
33
|
+
readonly address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
34
|
+
readonly symbol: "WETH";
|
|
35
|
+
readonly oracleId: "WETH";
|
|
36
|
+
readonly decimals: 18;
|
|
37
|
+
readonly chainId: 4663;
|
|
38
|
+
readonly website: "https://weth.io/";
|
|
39
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
40
|
+
readonly bridge: "robinhood-canonical";
|
|
41
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
42
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
43
|
+
};
|
|
44
|
+
readonly WETH: {
|
|
45
|
+
readonly name: "Wrapped Ether";
|
|
46
|
+
readonly address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
47
|
+
readonly symbol: "WETH";
|
|
48
|
+
readonly oracleId: "WETH";
|
|
49
|
+
readonly decimals: 18;
|
|
50
|
+
readonly chainId: 4663;
|
|
51
|
+
readonly website: "https://weth.io/";
|
|
52
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
53
|
+
readonly bridge: "robinhood-canonical";
|
|
54
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
55
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
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
|
+
};
|
|
83
|
+
};
|
|
84
|
+
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
85
|
+
readonly WNATIVE: {
|
|
86
|
+
readonly name: "Wrapped Ether";
|
|
87
|
+
readonly address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
88
|
+
readonly symbol: "WETH";
|
|
89
|
+
readonly oracleId: "WETH";
|
|
90
|
+
readonly decimals: 18;
|
|
91
|
+
readonly chainId: 4663;
|
|
92
|
+
readonly website: "https://weth.io/";
|
|
93
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
94
|
+
readonly bridge: "robinhood-canonical";
|
|
95
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
96
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
97
|
+
};
|
|
98
|
+
readonly FEES: {
|
|
99
|
+
readonly name: "Wrapped Ether";
|
|
100
|
+
readonly address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
101
|
+
readonly symbol: "WETH";
|
|
102
|
+
readonly oracleId: "WETH";
|
|
103
|
+
readonly decimals: 18;
|
|
104
|
+
readonly chainId: 4663;
|
|
105
|
+
readonly website: "https://weth.io/";
|
|
106
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
107
|
+
readonly bridge: "robinhood-canonical";
|
|
108
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
109
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
110
|
+
};
|
|
111
|
+
readonly ETH: {
|
|
112
|
+
readonly name: "Wrapped Ether";
|
|
113
|
+
readonly address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
114
|
+
readonly symbol: "WETH";
|
|
115
|
+
readonly oracleId: "WETH";
|
|
116
|
+
readonly decimals: 18;
|
|
117
|
+
readonly chainId: 4663;
|
|
118
|
+
readonly website: "https://weth.io/";
|
|
119
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
120
|
+
readonly bridge: "robinhood-canonical";
|
|
121
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
122
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
123
|
+
};
|
|
124
|
+
readonly WETH: {
|
|
125
|
+
readonly name: "Wrapped Ether";
|
|
126
|
+
readonly address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
127
|
+
readonly symbol: "WETH";
|
|
128
|
+
readonly oracleId: "WETH";
|
|
129
|
+
readonly decimals: 18;
|
|
130
|
+
readonly chainId: 4663;
|
|
131
|
+
readonly website: "https://weth.io/";
|
|
132
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
133
|
+
readonly bridge: "robinhood-canonical";
|
|
134
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
135
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
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
|
+
};
|
|
163
|
+
}>;
|
|
164
|
+
readonly native: {
|
|
165
|
+
readonly symbol: "ETH";
|
|
166
|
+
readonly oracleId: "ETH";
|
|
167
|
+
};
|
|
168
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.robinhood = void 0;
|
|
4
|
+
const convertSymbolTokenMapToAddressTokenMap_js_1 = require("../../util/convertSymbolTokenMapToAddressTokenMap.js");
|
|
5
|
+
const platforms = require("./platforms/index.js");
|
|
6
|
+
const tokens_js_1 = require("./tokens/tokens.js");
|
|
7
|
+
exports.robinhood = {
|
|
8
|
+
platforms,
|
|
9
|
+
tokens: tokens_js_1.tokens,
|
|
10
|
+
tokenAddressMap: (0, convertSymbolTokenMapToAddressTokenMap_js_1.convertSymbolTokenMapToAddressTokenMap)(tokens_js_1.tokens),
|
|
11
|
+
native: {
|
|
12
|
+
symbol: 'ETH',
|
|
13
|
+
oracleId: 'ETH',
|
|
14
|
+
},
|
|
15
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export declare const beefyfinance: {
|
|
2
|
+
readonly devMultisig: "0x000000a151650b85742d8c286E09ABa7bE9BDB82";
|
|
3
|
+
readonly treasuryMultisig: "0xA55e75C4815Ff39eFD76C257857441d9FD99b45b";
|
|
4
|
+
readonly strategyOwner: "0x14E05B7161f57F4F0e3428CC49B4d477EcBf6D51";
|
|
5
|
+
readonly vaultOwner: "0x03193Ef8c3f75C22fAf2995540602399cdcD4cbc";
|
|
6
|
+
readonly keeper: "0x4fED5491693007f0CD49f4614FFC38Ab6A04B619";
|
|
7
|
+
readonly treasurer: "0xA55e75C4815Ff39eFD76C257857441d9FD99b45b";
|
|
8
|
+
readonly launchpoolOwner: "0x000000a151650b85742d8c286E09ABa7bE9BDB82";
|
|
9
|
+
readonly rewardPool: "0x0000000000000000000000000000000000000000";
|
|
10
|
+
readonly treasury: "0x0000000000000000000000000000000000000000";
|
|
11
|
+
readonly beefyFeeRecipient: "0x02Ae4716B9D5d48Db1445814b0eDE39f5c28264B";
|
|
12
|
+
readonly zapFeeRecipient: "0xA55e75C4815Ff39eFD76C257857441d9FD99b45b";
|
|
13
|
+
readonly multicall: "0x8Ed9A8c5Cac2Ed45E04feE0BC8D3B2293f092FB3";
|
|
14
|
+
readonly bifiMaxiStrategy: "0x0000000000000000000000000000000000000000";
|
|
15
|
+
readonly voter: "0x5e1caC103F943Cd84A1E92dAde4145664ebf692A";
|
|
16
|
+
readonly beefyFeeConfig: "0x3CBa40c350ed4346F693C266831035dd60AF628e";
|
|
17
|
+
readonly vaultFactory: "0x2f99004ed581bc0fe35749047cAc44F0ee410cdf";
|
|
18
|
+
readonly strategyFactory: "0x0E141deee4CcDa44212C30FD9242CB977b5Dff0B";
|
|
19
|
+
readonly wrapperFactory: "0x704526D6622C99Fb9A809000c6B64BEaA02dF32c";
|
|
20
|
+
readonly zap: "0xA4Fa243F43D9B3f60664e9F11E377a49D322BD1a";
|
|
21
|
+
readonly zapTokenManager: "0x057dD7686F9EFD62b261655D178d088190cF08Ef";
|
|
22
|
+
readonly treasurySwapper: "0x0000000000000000000000000000000000000000";
|
|
23
|
+
readonly clmFactory: "0x7881036d5DE71CE2ed5f2916025460A2AcA69ac4";
|
|
24
|
+
readonly clmStrategyFactory: "0xD4E968d673bc2C4Ba5abcB773de6f07e65E94E44";
|
|
25
|
+
readonly clmRewardPoolFactory: "0x45efE862a9c6Dba32221c040885b794A9589103F";
|
|
26
|
+
readonly positionMulticall: "0x119cad4333D74536a4d7E288d9E7108fB507A1B5";
|
|
27
|
+
readonly beefySwapper: "0x19123E344Dc22ef22525994FcB801E99fb37fA9E";
|
|
28
|
+
readonly beefyOracle: "0x3e810a6bf0418c53eAAC24221375A166F77841EE";
|
|
29
|
+
readonly beefyOracleChainlink: "0xf9925a9B0d22e82345277C08780a31106F6aB4B7";
|
|
30
|
+
readonly beefyOracleUniswapV2: "0x03279D9b8458875A89ca018f587CcfFAdC8e75E0";
|
|
31
|
+
readonly beefyOracleUniswapV3: "0x3f7727F63af17A5F51d30a1E30F5Aef0E14266dF";
|
|
32
|
+
readonly beefyOracleERC4626: "0xDEc5C3b6ceAa7d2F6b7354b9411cbF5713e1a50D";
|
|
33
|
+
readonly beefyMultiHopSwapper: "0xb78CFc9e16fcE56d0bD28f5D1f8E4c8519CAb627";
|
|
34
|
+
readonly beefyUniV4Swapper: "0xb035c4f8FB32CE442e6b58DD3EdAFBE01F780310";
|
|
35
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.beefyfinance = void 0;
|
|
4
|
+
const devMultisig = '0x000000a151650b85742d8c286E09ABa7bE9BDB82';
|
|
5
|
+
const treasuryMultisig = '0xA55e75C4815Ff39eFD76C257857441d9FD99b45b';
|
|
6
|
+
exports.beefyfinance = {
|
|
7
|
+
devMultisig,
|
|
8
|
+
treasuryMultisig,
|
|
9
|
+
strategyOwner: '0x14E05B7161f57F4F0e3428CC49B4d477EcBf6D51',
|
|
10
|
+
vaultOwner: '0x03193Ef8c3f75C22fAf2995540602399cdcD4cbc',
|
|
11
|
+
keeper: '0x4fED5491693007f0CD49f4614FFC38Ab6A04B619',
|
|
12
|
+
treasurer: treasuryMultisig,
|
|
13
|
+
launchpoolOwner: devMultisig,
|
|
14
|
+
rewardPool: '0x0000000000000000000000000000000000000000',
|
|
15
|
+
treasury: '0x0000000000000000000000000000000000000000',
|
|
16
|
+
beefyFeeRecipient: '0x02Ae4716B9D5d48Db1445814b0eDE39f5c28264B',
|
|
17
|
+
zapFeeRecipient: treasuryMultisig,
|
|
18
|
+
multicall: '0x8Ed9A8c5Cac2Ed45E04feE0BC8D3B2293f092FB3',
|
|
19
|
+
bifiMaxiStrategy: '0x0000000000000000000000000000000000000000',
|
|
20
|
+
voter: '0x5e1caC103F943Cd84A1E92dAde4145664ebf692A',
|
|
21
|
+
beefyFeeConfig: '0x3CBa40c350ed4346F693C266831035dd60AF628e',
|
|
22
|
+
vaultFactory: '0x2f99004ed581bc0fe35749047cAc44F0ee410cdf',
|
|
23
|
+
strategyFactory: '0x0E141deee4CcDa44212C30FD9242CB977b5Dff0B',
|
|
24
|
+
wrapperFactory: '0x704526D6622C99Fb9A809000c6B64BEaA02dF32c',
|
|
25
|
+
zap: '0xA4Fa243F43D9B3f60664e9F11E377a49D322BD1a',
|
|
26
|
+
zapTokenManager: '0x057dD7686F9EFD62b261655D178d088190cF08Ef',
|
|
27
|
+
treasurySwapper: '0x0000000000000000000000000000000000000000',
|
|
28
|
+
/// CLM Contracts
|
|
29
|
+
clmFactory: '0x7881036d5DE71CE2ed5f2916025460A2AcA69ac4',
|
|
30
|
+
clmStrategyFactory: '0xD4E968d673bc2C4Ba5abcB773de6f07e65E94E44',
|
|
31
|
+
clmRewardPoolFactory: '0x45efE862a9c6Dba32221c040885b794A9589103F',
|
|
32
|
+
positionMulticall: '0x119cad4333D74536a4d7E288d9E7108fB507A1B5',
|
|
33
|
+
/// Beefy Swapper Contracts
|
|
34
|
+
beefySwapper: '0x19123E344Dc22ef22525994FcB801E99fb37fA9E',
|
|
35
|
+
beefyOracle: '0x3e810a6bf0418c53eAAC24221375A166F77841EE',
|
|
36
|
+
beefyOracleChainlink: '0xf9925a9B0d22e82345277C08780a31106F6aB4B7',
|
|
37
|
+
beefyOracleUniswapV2: '0x03279D9b8458875A89ca018f587CcfFAdC8e75E0',
|
|
38
|
+
beefyOracleUniswapV3: '0x3f7727F63af17A5F51d30a1E30F5Aef0E14266dF',
|
|
39
|
+
beefyOracleERC4626: '0xDEc5C3b6ceAa7d2F6b7354b9411cbF5713e1a50D',
|
|
40
|
+
beefyMultiHopSwapper: '0xb78CFc9e16fcE56d0bD28f5D1f8E4c8519CAb627',
|
|
41
|
+
beefyUniV4Swapper: '0xb035c4f8FB32CE442e6b58DD3EdAFBE01F780310',
|
|
42
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './beefyfinance.js';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./beefyfinance.js"), exports);
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
export declare const tokens: {
|
|
2
|
+
readonly WNATIVE: {
|
|
3
|
+
readonly name: "Wrapped Ether";
|
|
4
|
+
readonly address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
5
|
+
readonly symbol: "WETH";
|
|
6
|
+
readonly oracleId: "WETH";
|
|
7
|
+
readonly decimals: 18;
|
|
8
|
+
readonly chainId: 4663;
|
|
9
|
+
readonly website: "https://weth.io/";
|
|
10
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
11
|
+
readonly bridge: "robinhood-canonical";
|
|
12
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
13
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
14
|
+
};
|
|
15
|
+
readonly FEES: {
|
|
16
|
+
readonly name: "Wrapped Ether";
|
|
17
|
+
readonly address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
18
|
+
readonly symbol: "WETH";
|
|
19
|
+
readonly oracleId: "WETH";
|
|
20
|
+
readonly decimals: 18;
|
|
21
|
+
readonly chainId: 4663;
|
|
22
|
+
readonly website: "https://weth.io/";
|
|
23
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
24
|
+
readonly bridge: "robinhood-canonical";
|
|
25
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
26
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
27
|
+
};
|
|
28
|
+
readonly ETH: {
|
|
29
|
+
readonly name: "Wrapped Ether";
|
|
30
|
+
readonly address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
31
|
+
readonly symbol: "WETH";
|
|
32
|
+
readonly oracleId: "WETH";
|
|
33
|
+
readonly decimals: 18;
|
|
34
|
+
readonly chainId: 4663;
|
|
35
|
+
readonly website: "https://weth.io/";
|
|
36
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
37
|
+
readonly bridge: "robinhood-canonical";
|
|
38
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
39
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
40
|
+
};
|
|
41
|
+
readonly WETH: {
|
|
42
|
+
readonly name: "Wrapped Ether";
|
|
43
|
+
readonly address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
44
|
+
readonly symbol: "WETH";
|
|
45
|
+
readonly oracleId: "WETH";
|
|
46
|
+
readonly decimals: 18;
|
|
47
|
+
readonly chainId: 4663;
|
|
48
|
+
readonly website: "https://weth.io/";
|
|
49
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
50
|
+
readonly bridge: "robinhood-canonical";
|
|
51
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
52
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
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
|
+
};
|
|
80
|
+
};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.tokens = void 0;
|
|
4
|
+
const ETH = {
|
|
5
|
+
name: 'Wrapped Ether',
|
|
6
|
+
address: '0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73',
|
|
7
|
+
symbol: 'WETH',
|
|
8
|
+
oracleId: 'WETH',
|
|
9
|
+
decimals: 18,
|
|
10
|
+
chainId: 4663,
|
|
11
|
+
website: 'https://weth.io/',
|
|
12
|
+
description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
|
|
13
|
+
bridge: 'robinhood-canonical',
|
|
14
|
+
documentation: 'https://ethereum.org/en/developers/docs/',
|
|
15
|
+
tags: ['BLUECHIP'],
|
|
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
|
+
};
|
|
43
|
+
exports.tokens = {
|
|
44
|
+
WNATIVE: ETH,
|
|
45
|
+
FEES: ETH,
|
|
46
|
+
ETH,
|
|
47
|
+
WETH: ETH,
|
|
48
|
+
USDG,
|
|
49
|
+
CASHCAT,
|
|
50
|
+
};
|
package/build/types/chainid.d.ts
CHANGED
package/build/types/chainid.js
CHANGED
package/build/util/chainIdMap.js
CHANGED
|
@@ -40,6 +40,7 @@ import { hyperevm } from './hyperevm/index.js';
|
|
|
40
40
|
import { plasma } from './plasma/index.js';
|
|
41
41
|
import { monad } from './monad/index.js';
|
|
42
42
|
import { megaeth } from './megaeth/index.js';
|
|
43
|
+
import { robinhood } from './robinhood/index.js';
|
|
43
44
|
export { ChainId }; // enum which is compiled to a JS object
|
|
44
45
|
export const addressBook = {
|
|
45
46
|
polygon,
|
|
@@ -83,6 +84,7 @@ export const addressBook = {
|
|
|
83
84
|
plasma,
|
|
84
85
|
monad,
|
|
85
86
|
megaeth,
|
|
87
|
+
robinhood,
|
|
86
88
|
};
|
|
87
89
|
export const addressBookByChainId = {
|
|
88
90
|
[ChainId.polygon]: polygon,
|
|
@@ -126,4 +128,5 @@ export const addressBookByChainId = {
|
|
|
126
128
|
[ChainId.plasma]: plasma,
|
|
127
129
|
[ChainId.monad]: monad,
|
|
128
130
|
[ChainId.megaeth]: megaeth,
|
|
131
|
+
[ChainId.robinhood]: robinhood,
|
|
129
132
|
};
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
import * as platforms from './platforms/index.js';
|
|
2
|
+
export declare const robinhood: {
|
|
3
|
+
readonly platforms: typeof platforms;
|
|
4
|
+
readonly tokens: {
|
|
5
|
+
readonly WNATIVE: {
|
|
6
|
+
readonly name: "Wrapped Ether";
|
|
7
|
+
readonly address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
8
|
+
readonly symbol: "WETH";
|
|
9
|
+
readonly oracleId: "WETH";
|
|
10
|
+
readonly decimals: 18;
|
|
11
|
+
readonly chainId: 4663;
|
|
12
|
+
readonly website: "https://weth.io/";
|
|
13
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
14
|
+
readonly bridge: "robinhood-canonical";
|
|
15
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
16
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
17
|
+
};
|
|
18
|
+
readonly FEES: {
|
|
19
|
+
readonly name: "Wrapped Ether";
|
|
20
|
+
readonly address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
21
|
+
readonly symbol: "WETH";
|
|
22
|
+
readonly oracleId: "WETH";
|
|
23
|
+
readonly decimals: 18;
|
|
24
|
+
readonly chainId: 4663;
|
|
25
|
+
readonly website: "https://weth.io/";
|
|
26
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
27
|
+
readonly bridge: "robinhood-canonical";
|
|
28
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
29
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
30
|
+
};
|
|
31
|
+
readonly ETH: {
|
|
32
|
+
readonly name: "Wrapped Ether";
|
|
33
|
+
readonly address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
34
|
+
readonly symbol: "WETH";
|
|
35
|
+
readonly oracleId: "WETH";
|
|
36
|
+
readonly decimals: 18;
|
|
37
|
+
readonly chainId: 4663;
|
|
38
|
+
readonly website: "https://weth.io/";
|
|
39
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
40
|
+
readonly bridge: "robinhood-canonical";
|
|
41
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
42
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
43
|
+
};
|
|
44
|
+
readonly WETH: {
|
|
45
|
+
readonly name: "Wrapped Ether";
|
|
46
|
+
readonly address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
47
|
+
readonly symbol: "WETH";
|
|
48
|
+
readonly oracleId: "WETH";
|
|
49
|
+
readonly decimals: 18;
|
|
50
|
+
readonly chainId: 4663;
|
|
51
|
+
readonly website: "https://weth.io/";
|
|
52
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
53
|
+
readonly bridge: "robinhood-canonical";
|
|
54
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
55
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
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
|
+
};
|
|
83
|
+
};
|
|
84
|
+
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
85
|
+
readonly WNATIVE: {
|
|
86
|
+
readonly name: "Wrapped Ether";
|
|
87
|
+
readonly address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
88
|
+
readonly symbol: "WETH";
|
|
89
|
+
readonly oracleId: "WETH";
|
|
90
|
+
readonly decimals: 18;
|
|
91
|
+
readonly chainId: 4663;
|
|
92
|
+
readonly website: "https://weth.io/";
|
|
93
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
94
|
+
readonly bridge: "robinhood-canonical";
|
|
95
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
96
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
97
|
+
};
|
|
98
|
+
readonly FEES: {
|
|
99
|
+
readonly name: "Wrapped Ether";
|
|
100
|
+
readonly address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
101
|
+
readonly symbol: "WETH";
|
|
102
|
+
readonly oracleId: "WETH";
|
|
103
|
+
readonly decimals: 18;
|
|
104
|
+
readonly chainId: 4663;
|
|
105
|
+
readonly website: "https://weth.io/";
|
|
106
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
107
|
+
readonly bridge: "robinhood-canonical";
|
|
108
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
109
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
110
|
+
};
|
|
111
|
+
readonly ETH: {
|
|
112
|
+
readonly name: "Wrapped Ether";
|
|
113
|
+
readonly address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
114
|
+
readonly symbol: "WETH";
|
|
115
|
+
readonly oracleId: "WETH";
|
|
116
|
+
readonly decimals: 18;
|
|
117
|
+
readonly chainId: 4663;
|
|
118
|
+
readonly website: "https://weth.io/";
|
|
119
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
120
|
+
readonly bridge: "robinhood-canonical";
|
|
121
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
122
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
123
|
+
};
|
|
124
|
+
readonly WETH: {
|
|
125
|
+
readonly name: "Wrapped Ether";
|
|
126
|
+
readonly address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
127
|
+
readonly symbol: "WETH";
|
|
128
|
+
readonly oracleId: "WETH";
|
|
129
|
+
readonly decimals: 18;
|
|
130
|
+
readonly chainId: 4663;
|
|
131
|
+
readonly website: "https://weth.io/";
|
|
132
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
133
|
+
readonly bridge: "robinhood-canonical";
|
|
134
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
135
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
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
|
+
};
|
|
163
|
+
}>;
|
|
164
|
+
readonly native: {
|
|
165
|
+
readonly symbol: "ETH";
|
|
166
|
+
readonly oracleId: "ETH";
|
|
167
|
+
};
|
|
168
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { convertSymbolTokenMapToAddressTokenMap } from '../../util/convertSymbolTokenMapToAddressTokenMap.js';
|
|
2
|
+
import * as platforms from './platforms/index.js';
|
|
3
|
+
import { tokens } from './tokens/tokens.js';
|
|
4
|
+
export const robinhood = {
|
|
5
|
+
platforms,
|
|
6
|
+
tokens,
|
|
7
|
+
tokenAddressMap: convertSymbolTokenMapToAddressTokenMap(tokens),
|
|
8
|
+
native: {
|
|
9
|
+
symbol: 'ETH',
|
|
10
|
+
oracleId: 'ETH',
|
|
11
|
+
},
|
|
12
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export declare const beefyfinance: {
|
|
2
|
+
readonly devMultisig: "0x000000a151650b85742d8c286E09ABa7bE9BDB82";
|
|
3
|
+
readonly treasuryMultisig: "0xA55e75C4815Ff39eFD76C257857441d9FD99b45b";
|
|
4
|
+
readonly strategyOwner: "0x14E05B7161f57F4F0e3428CC49B4d477EcBf6D51";
|
|
5
|
+
readonly vaultOwner: "0x03193Ef8c3f75C22fAf2995540602399cdcD4cbc";
|
|
6
|
+
readonly keeper: "0x4fED5491693007f0CD49f4614FFC38Ab6A04B619";
|
|
7
|
+
readonly treasurer: "0xA55e75C4815Ff39eFD76C257857441d9FD99b45b";
|
|
8
|
+
readonly launchpoolOwner: "0x000000a151650b85742d8c286E09ABa7bE9BDB82";
|
|
9
|
+
readonly rewardPool: "0x0000000000000000000000000000000000000000";
|
|
10
|
+
readonly treasury: "0x0000000000000000000000000000000000000000";
|
|
11
|
+
readonly beefyFeeRecipient: "0x02Ae4716B9D5d48Db1445814b0eDE39f5c28264B";
|
|
12
|
+
readonly zapFeeRecipient: "0xA55e75C4815Ff39eFD76C257857441d9FD99b45b";
|
|
13
|
+
readonly multicall: "0x8Ed9A8c5Cac2Ed45E04feE0BC8D3B2293f092FB3";
|
|
14
|
+
readonly bifiMaxiStrategy: "0x0000000000000000000000000000000000000000";
|
|
15
|
+
readonly voter: "0x5e1caC103F943Cd84A1E92dAde4145664ebf692A";
|
|
16
|
+
readonly beefyFeeConfig: "0x3CBa40c350ed4346F693C266831035dd60AF628e";
|
|
17
|
+
readonly vaultFactory: "0x2f99004ed581bc0fe35749047cAc44F0ee410cdf";
|
|
18
|
+
readonly strategyFactory: "0x0E141deee4CcDa44212C30FD9242CB977b5Dff0B";
|
|
19
|
+
readonly wrapperFactory: "0x704526D6622C99Fb9A809000c6B64BEaA02dF32c";
|
|
20
|
+
readonly zap: "0xA4Fa243F43D9B3f60664e9F11E377a49D322BD1a";
|
|
21
|
+
readonly zapTokenManager: "0x057dD7686F9EFD62b261655D178d088190cF08Ef";
|
|
22
|
+
readonly treasurySwapper: "0x0000000000000000000000000000000000000000";
|
|
23
|
+
readonly clmFactory: "0x7881036d5DE71CE2ed5f2916025460A2AcA69ac4";
|
|
24
|
+
readonly clmStrategyFactory: "0xD4E968d673bc2C4Ba5abcB773de6f07e65E94E44";
|
|
25
|
+
readonly clmRewardPoolFactory: "0x45efE862a9c6Dba32221c040885b794A9589103F";
|
|
26
|
+
readonly positionMulticall: "0x119cad4333D74536a4d7E288d9E7108fB507A1B5";
|
|
27
|
+
readonly beefySwapper: "0x19123E344Dc22ef22525994FcB801E99fb37fA9E";
|
|
28
|
+
readonly beefyOracle: "0x3e810a6bf0418c53eAAC24221375A166F77841EE";
|
|
29
|
+
readonly beefyOracleChainlink: "0xf9925a9B0d22e82345277C08780a31106F6aB4B7";
|
|
30
|
+
readonly beefyOracleUniswapV2: "0x03279D9b8458875A89ca018f587CcfFAdC8e75E0";
|
|
31
|
+
readonly beefyOracleUniswapV3: "0x3f7727F63af17A5F51d30a1E30F5Aef0E14266dF";
|
|
32
|
+
readonly beefyOracleERC4626: "0xDEc5C3b6ceAa7d2F6b7354b9411cbF5713e1a50D";
|
|
33
|
+
readonly beefyMultiHopSwapper: "0xb78CFc9e16fcE56d0bD28f5D1f8E4c8519CAb627";
|
|
34
|
+
readonly beefyUniV4Swapper: "0xb035c4f8FB32CE442e6b58DD3EdAFBE01F780310";
|
|
35
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
const devMultisig = '0x000000a151650b85742d8c286E09ABa7bE9BDB82';
|
|
2
|
+
const treasuryMultisig = '0xA55e75C4815Ff39eFD76C257857441d9FD99b45b';
|
|
3
|
+
export const beefyfinance = {
|
|
4
|
+
devMultisig,
|
|
5
|
+
treasuryMultisig,
|
|
6
|
+
strategyOwner: '0x14E05B7161f57F4F0e3428CC49B4d477EcBf6D51',
|
|
7
|
+
vaultOwner: '0x03193Ef8c3f75C22fAf2995540602399cdcD4cbc',
|
|
8
|
+
keeper: '0x4fED5491693007f0CD49f4614FFC38Ab6A04B619',
|
|
9
|
+
treasurer: treasuryMultisig,
|
|
10
|
+
launchpoolOwner: devMultisig,
|
|
11
|
+
rewardPool: '0x0000000000000000000000000000000000000000',
|
|
12
|
+
treasury: '0x0000000000000000000000000000000000000000',
|
|
13
|
+
beefyFeeRecipient: '0x02Ae4716B9D5d48Db1445814b0eDE39f5c28264B',
|
|
14
|
+
zapFeeRecipient: treasuryMultisig,
|
|
15
|
+
multicall: '0x8Ed9A8c5Cac2Ed45E04feE0BC8D3B2293f092FB3',
|
|
16
|
+
bifiMaxiStrategy: '0x0000000000000000000000000000000000000000',
|
|
17
|
+
voter: '0x5e1caC103F943Cd84A1E92dAde4145664ebf692A',
|
|
18
|
+
beefyFeeConfig: '0x3CBa40c350ed4346F693C266831035dd60AF628e',
|
|
19
|
+
vaultFactory: '0x2f99004ed581bc0fe35749047cAc44F0ee410cdf',
|
|
20
|
+
strategyFactory: '0x0E141deee4CcDa44212C30FD9242CB977b5Dff0B',
|
|
21
|
+
wrapperFactory: '0x704526D6622C99Fb9A809000c6B64BEaA02dF32c',
|
|
22
|
+
zap: '0xA4Fa243F43D9B3f60664e9F11E377a49D322BD1a',
|
|
23
|
+
zapTokenManager: '0x057dD7686F9EFD62b261655D178d088190cF08Ef',
|
|
24
|
+
treasurySwapper: '0x0000000000000000000000000000000000000000',
|
|
25
|
+
/// CLM Contracts
|
|
26
|
+
clmFactory: '0x7881036d5DE71CE2ed5f2916025460A2AcA69ac4',
|
|
27
|
+
clmStrategyFactory: '0xD4E968d673bc2C4Ba5abcB773de6f07e65E94E44',
|
|
28
|
+
clmRewardPoolFactory: '0x45efE862a9c6Dba32221c040885b794A9589103F',
|
|
29
|
+
positionMulticall: '0x119cad4333D74536a4d7E288d9E7108fB507A1B5',
|
|
30
|
+
/// Beefy Swapper Contracts
|
|
31
|
+
beefySwapper: '0x19123E344Dc22ef22525994FcB801E99fb37fA9E',
|
|
32
|
+
beefyOracle: '0x3e810a6bf0418c53eAAC24221375A166F77841EE',
|
|
33
|
+
beefyOracleChainlink: '0xf9925a9B0d22e82345277C08780a31106F6aB4B7',
|
|
34
|
+
beefyOracleUniswapV2: '0x03279D9b8458875A89ca018f587CcfFAdC8e75E0',
|
|
35
|
+
beefyOracleUniswapV3: '0x3f7727F63af17A5F51d30a1E30F5Aef0E14266dF',
|
|
36
|
+
beefyOracleERC4626: '0xDEc5C3b6ceAa7d2F6b7354b9411cbF5713e1a50D',
|
|
37
|
+
beefyMultiHopSwapper: '0xb78CFc9e16fcE56d0bD28f5D1f8E4c8519CAb627',
|
|
38
|
+
beefyUniV4Swapper: '0xb035c4f8FB32CE442e6b58DD3EdAFBE01F780310',
|
|
39
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './beefyfinance.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './beefyfinance.js';
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
export declare const tokens: {
|
|
2
|
+
readonly WNATIVE: {
|
|
3
|
+
readonly name: "Wrapped Ether";
|
|
4
|
+
readonly address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
5
|
+
readonly symbol: "WETH";
|
|
6
|
+
readonly oracleId: "WETH";
|
|
7
|
+
readonly decimals: 18;
|
|
8
|
+
readonly chainId: 4663;
|
|
9
|
+
readonly website: "https://weth.io/";
|
|
10
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
11
|
+
readonly bridge: "robinhood-canonical";
|
|
12
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
13
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
14
|
+
};
|
|
15
|
+
readonly FEES: {
|
|
16
|
+
readonly name: "Wrapped Ether";
|
|
17
|
+
readonly address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
18
|
+
readonly symbol: "WETH";
|
|
19
|
+
readonly oracleId: "WETH";
|
|
20
|
+
readonly decimals: 18;
|
|
21
|
+
readonly chainId: 4663;
|
|
22
|
+
readonly website: "https://weth.io/";
|
|
23
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
24
|
+
readonly bridge: "robinhood-canonical";
|
|
25
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
26
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
27
|
+
};
|
|
28
|
+
readonly ETH: {
|
|
29
|
+
readonly name: "Wrapped Ether";
|
|
30
|
+
readonly address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
31
|
+
readonly symbol: "WETH";
|
|
32
|
+
readonly oracleId: "WETH";
|
|
33
|
+
readonly decimals: 18;
|
|
34
|
+
readonly chainId: 4663;
|
|
35
|
+
readonly website: "https://weth.io/";
|
|
36
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
37
|
+
readonly bridge: "robinhood-canonical";
|
|
38
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
39
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
40
|
+
};
|
|
41
|
+
readonly WETH: {
|
|
42
|
+
readonly name: "Wrapped Ether";
|
|
43
|
+
readonly address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
44
|
+
readonly symbol: "WETH";
|
|
45
|
+
readonly oracleId: "WETH";
|
|
46
|
+
readonly decimals: 18;
|
|
47
|
+
readonly chainId: 4663;
|
|
48
|
+
readonly website: "https://weth.io/";
|
|
49
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
50
|
+
readonly bridge: "robinhood-canonical";
|
|
51
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
52
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
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
|
+
};
|
|
80
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
const ETH = {
|
|
2
|
+
name: 'Wrapped Ether',
|
|
3
|
+
address: '0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73',
|
|
4
|
+
symbol: 'WETH',
|
|
5
|
+
oracleId: 'WETH',
|
|
6
|
+
decimals: 18,
|
|
7
|
+
chainId: 4663,
|
|
8
|
+
website: 'https://weth.io/',
|
|
9
|
+
description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
|
|
10
|
+
bridge: 'robinhood-canonical',
|
|
11
|
+
documentation: 'https://ethereum.org/en/developers/docs/',
|
|
12
|
+
tags: ['BLUECHIP'],
|
|
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
|
+
};
|
|
40
|
+
export const tokens = {
|
|
41
|
+
WNATIVE: ETH,
|
|
42
|
+
FEES: ETH,
|
|
43
|
+
ETH,
|
|
44
|
+
WETH: ETH,
|
|
45
|
+
USDG,
|
|
46
|
+
CASHCAT,
|
|
47
|
+
};
|
package/package.json
CHANGED