@beefyfinance/blockchain-addressbook 0.56.0 → 0.56.1
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 +116 -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 +54 -0
- package/build/address-book/robinhood/tokens/tokens.js +22 -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 +116 -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 +54 -0
- package/build-esm/address-book/robinhood/tokens/tokens.js +19 -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,116 @@
|
|
|
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
|
+
};
|
|
58
|
+
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
59
|
+
readonly WNATIVE: {
|
|
60
|
+
readonly name: "Wrapped Ether";
|
|
61
|
+
readonly address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
62
|
+
readonly symbol: "WETH";
|
|
63
|
+
readonly oracleId: "WETH";
|
|
64
|
+
readonly decimals: 18;
|
|
65
|
+
readonly chainId: 4663;
|
|
66
|
+
readonly website: "https://weth.io/";
|
|
67
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
68
|
+
readonly bridge: "robinhood-canonical";
|
|
69
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
70
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
71
|
+
};
|
|
72
|
+
readonly FEES: {
|
|
73
|
+
readonly name: "Wrapped Ether";
|
|
74
|
+
readonly address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
75
|
+
readonly symbol: "WETH";
|
|
76
|
+
readonly oracleId: "WETH";
|
|
77
|
+
readonly decimals: 18;
|
|
78
|
+
readonly chainId: 4663;
|
|
79
|
+
readonly website: "https://weth.io/";
|
|
80
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
81
|
+
readonly bridge: "robinhood-canonical";
|
|
82
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
83
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
84
|
+
};
|
|
85
|
+
readonly ETH: {
|
|
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 WETH: {
|
|
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
|
+
}>;
|
|
112
|
+
readonly native: {
|
|
113
|
+
readonly symbol: "ETH";
|
|
114
|
+
readonly oracleId: "ETH";
|
|
115
|
+
};
|
|
116
|
+
};
|
|
@@ -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,54 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
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
|
+
exports.tokens = {
|
|
18
|
+
WNATIVE: ETH,
|
|
19
|
+
FEES: ETH,
|
|
20
|
+
ETH,
|
|
21
|
+
WETH: ETH,
|
|
22
|
+
};
|
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,116 @@
|
|
|
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
|
+
};
|
|
58
|
+
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
59
|
+
readonly WNATIVE: {
|
|
60
|
+
readonly name: "Wrapped Ether";
|
|
61
|
+
readonly address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
62
|
+
readonly symbol: "WETH";
|
|
63
|
+
readonly oracleId: "WETH";
|
|
64
|
+
readonly decimals: 18;
|
|
65
|
+
readonly chainId: 4663;
|
|
66
|
+
readonly website: "https://weth.io/";
|
|
67
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
68
|
+
readonly bridge: "robinhood-canonical";
|
|
69
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
70
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
71
|
+
};
|
|
72
|
+
readonly FEES: {
|
|
73
|
+
readonly name: "Wrapped Ether";
|
|
74
|
+
readonly address: "0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73";
|
|
75
|
+
readonly symbol: "WETH";
|
|
76
|
+
readonly oracleId: "WETH";
|
|
77
|
+
readonly decimals: 18;
|
|
78
|
+
readonly chainId: 4663;
|
|
79
|
+
readonly website: "https://weth.io/";
|
|
80
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
81
|
+
readonly bridge: "robinhood-canonical";
|
|
82
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
83
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
84
|
+
};
|
|
85
|
+
readonly ETH: {
|
|
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 WETH: {
|
|
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
|
+
}>;
|
|
112
|
+
readonly native: {
|
|
113
|
+
readonly symbol: "ETH";
|
|
114
|
+
readonly oracleId: "ETH";
|
|
115
|
+
};
|
|
116
|
+
};
|
|
@@ -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,54 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
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
|
+
export const tokens = {
|
|
15
|
+
WNATIVE: ETH,
|
|
16
|
+
FEES: ETH,
|
|
17
|
+
ETH,
|
|
18
|
+
WETH: ETH,
|
|
19
|
+
};
|
package/package.json
CHANGED