@beefyfinance/blockchain-addressbook 0.54.167 → 0.54.169
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/megaeth/index.d.ts +218 -0
- package/build/address-book/megaeth/index.js +15 -0
- package/build/address-book/megaeth/platforms/beefyfinance.d.ts +33 -0
- package/build/address-book/megaeth/platforms/beefyfinance.js +40 -0
- package/build/address-book/megaeth/platforms/index.d.ts +1 -0
- package/build/address-book/megaeth/platforms/index.js +17 -0
- package/build/address-book/megaeth/tokens/tokens.d.ts +105 -0
- package/build/address-book/megaeth/tokens/tokens.js +73 -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/megaeth/index.d.ts +218 -0
- package/build-esm/address-book/megaeth/index.js +12 -0
- package/build-esm/address-book/megaeth/platforms/beefyfinance.d.ts +33 -0
- package/build-esm/address-book/megaeth/platforms/beefyfinance.js +37 -0
- package/build-esm/address-book/megaeth/platforms/index.d.ts +1 -0
- package/build-esm/address-book/megaeth/platforms/index.js +1 -0
- package/build-esm/address-book/megaeth/tokens/tokens.d.ts +105 -0
- package/build-esm/address-book/megaeth/tokens/tokens.js +70 -0
- package/build-esm/types/chainid.d.ts +2 -1
- package/build-esm/types/chainid.js +1 -0
- package/package.json +1 -1
|
@@ -43,6 +43,7 @@ const index_js_37 = require("./saga/index.js");
|
|
|
43
43
|
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
|
+
const index_js_41 = require("./megaeth/index.js");
|
|
46
47
|
exports.addressBook = {
|
|
47
48
|
polygon: index_js_1.polygon,
|
|
48
49
|
bsc: index_js_2.bsc,
|
|
@@ -84,6 +85,7 @@ exports.addressBook = {
|
|
|
84
85
|
hyperevm: index_js_38.hyperevm,
|
|
85
86
|
plasma: index_js_39.plasma,
|
|
86
87
|
monad: index_js_40.monad,
|
|
88
|
+
megaeth: index_js_41.megaeth,
|
|
87
89
|
};
|
|
88
90
|
exports.addressBookByChainId = {
|
|
89
91
|
[chainid_js_1.ChainId.polygon]: index_js_1.polygon,
|
|
@@ -126,4 +128,5 @@ exports.addressBookByChainId = {
|
|
|
126
128
|
[chainid_js_1.ChainId.hyperevm]: index_js_38.hyperevm,
|
|
127
129
|
[chainid_js_1.ChainId.plasma]: index_js_39.plasma,
|
|
128
130
|
[chainid_js_1.ChainId.monad]: index_js_40.monad,
|
|
131
|
+
[chainid_js_1.ChainId.megaeth]: index_js_41.megaeth,
|
|
129
132
|
};
|
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
import * as platforms from './platforms/index.js';
|
|
2
|
+
export declare const megaeth: {
|
|
3
|
+
readonly platforms: typeof platforms;
|
|
4
|
+
readonly tokens: {
|
|
5
|
+
readonly WNATIVE: {
|
|
6
|
+
readonly name: "Wrapped Ether";
|
|
7
|
+
readonly address: "0x4200000000000000000000000000000000000006";
|
|
8
|
+
readonly symbol: "WETH";
|
|
9
|
+
readonly oracleId: "WETH";
|
|
10
|
+
readonly decimals: 18;
|
|
11
|
+
readonly chainId: 4326;
|
|
12
|
+
readonly website: "https://weth.io/";
|
|
13
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
14
|
+
readonly bridge: "megaeth-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: "0x4200000000000000000000000000000000000006";
|
|
21
|
+
readonly symbol: "WETH";
|
|
22
|
+
readonly oracleId: "WETH";
|
|
23
|
+
readonly decimals: 18;
|
|
24
|
+
readonly chainId: 4326;
|
|
25
|
+
readonly website: "https://weth.io/";
|
|
26
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
27
|
+
readonly bridge: "megaeth-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: "0x4200000000000000000000000000000000000006";
|
|
34
|
+
readonly symbol: "WETH";
|
|
35
|
+
readonly oracleId: "WETH";
|
|
36
|
+
readonly decimals: 18;
|
|
37
|
+
readonly chainId: 4326;
|
|
38
|
+
readonly website: "https://weth.io/";
|
|
39
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
40
|
+
readonly bridge: "megaeth-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: "0x4200000000000000000000000000000000000006";
|
|
47
|
+
readonly symbol: "WETH";
|
|
48
|
+
readonly oracleId: "WETH";
|
|
49
|
+
readonly decimals: 18;
|
|
50
|
+
readonly chainId: 4326;
|
|
51
|
+
readonly website: "https://weth.io/";
|
|
52
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
53
|
+
readonly bridge: "megaeth-canonical";
|
|
54
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
55
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
56
|
+
};
|
|
57
|
+
readonly USDm: {
|
|
58
|
+
readonly name: "MegaUSD";
|
|
59
|
+
readonly address: "0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7";
|
|
60
|
+
readonly symbol: "USDm";
|
|
61
|
+
readonly oracleId: "USDm";
|
|
62
|
+
readonly decimals: 18;
|
|
63
|
+
readonly website: "https://www.megaeth.com/";
|
|
64
|
+
readonly description: "USDm is a stablecoin purpose-built to power real-time applications on MegaETH. USDm is issued through Ethena's stablecoin stack and designed to be deeply integrated across wallets, apps, and onchain services on MegaETH.";
|
|
65
|
+
readonly bridge: "layer-zero";
|
|
66
|
+
readonly chainId: 4326;
|
|
67
|
+
readonly documentation: "https://www.megaeth.com/blog-news/megaeth-introduces-usdm";
|
|
68
|
+
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK"];
|
|
69
|
+
};
|
|
70
|
+
readonly USDT0: {
|
|
71
|
+
readonly name: "USDT0";
|
|
72
|
+
readonly symbol: "USDT0";
|
|
73
|
+
readonly oracleId: "USDT0";
|
|
74
|
+
readonly address: "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb";
|
|
75
|
+
readonly chainId: 4326;
|
|
76
|
+
readonly decimals: 6;
|
|
77
|
+
readonly website: "https://tether.to/";
|
|
78
|
+
readonly description: "Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.";
|
|
79
|
+
readonly bridge: "layer-zero";
|
|
80
|
+
readonly documentation: "https://tether.to/en/how-it-works";
|
|
81
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
82
|
+
};
|
|
83
|
+
readonly cUSD: {
|
|
84
|
+
readonly name: "cUSD";
|
|
85
|
+
readonly symbol: "cUSD";
|
|
86
|
+
readonly oracleId: "cUSD";
|
|
87
|
+
readonly address: "0xcCcc62962d17b8914c62D74FfB843d73B2a3cccC";
|
|
88
|
+
readonly chainId: 4326;
|
|
89
|
+
readonly decimals: 18;
|
|
90
|
+
readonly website: "https://www.cap.app/";
|
|
91
|
+
readonly description: "cUSD is Cap's yield-generating stablecoin built on verifiable guarantees from Symbiotic and Eigenlayer. Cap generates yield via operators ranging from banks, HFT firms, and market makers and yields are passed on to cUSD holders.";
|
|
92
|
+
readonly bridge: "layer-zero";
|
|
93
|
+
readonly documentation: "https://docs.cap.app/";
|
|
94
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
95
|
+
};
|
|
96
|
+
readonly BTCb: {
|
|
97
|
+
readonly name: "Bitcoin";
|
|
98
|
+
readonly symbol: "BTC.b";
|
|
99
|
+
readonly oracleId: "BTCb";
|
|
100
|
+
readonly address: "0xB0F70C0bD6FD87dbEb7C10dC692a2a6106817072";
|
|
101
|
+
readonly chainId: 4326;
|
|
102
|
+
readonly decimals: 8;
|
|
103
|
+
readonly website: "https://www.lombard.finance/";
|
|
104
|
+
readonly description: "BTC.b, issued by Lombard, is the flagship BTC asset on MegaETH.";
|
|
105
|
+
readonly bridge: "native";
|
|
106
|
+
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
110
|
+
readonly WNATIVE: {
|
|
111
|
+
readonly name: "Wrapped Ether";
|
|
112
|
+
readonly address: "0x4200000000000000000000000000000000000006";
|
|
113
|
+
readonly symbol: "WETH";
|
|
114
|
+
readonly oracleId: "WETH";
|
|
115
|
+
readonly decimals: 18;
|
|
116
|
+
readonly chainId: 4326;
|
|
117
|
+
readonly website: "https://weth.io/";
|
|
118
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
119
|
+
readonly bridge: "megaeth-canonical";
|
|
120
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
121
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
122
|
+
};
|
|
123
|
+
readonly FEES: {
|
|
124
|
+
readonly name: "Wrapped Ether";
|
|
125
|
+
readonly address: "0x4200000000000000000000000000000000000006";
|
|
126
|
+
readonly symbol: "WETH";
|
|
127
|
+
readonly oracleId: "WETH";
|
|
128
|
+
readonly decimals: 18;
|
|
129
|
+
readonly chainId: 4326;
|
|
130
|
+
readonly website: "https://weth.io/";
|
|
131
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
132
|
+
readonly bridge: "megaeth-canonical";
|
|
133
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
134
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
135
|
+
};
|
|
136
|
+
readonly ETH: {
|
|
137
|
+
readonly name: "Wrapped Ether";
|
|
138
|
+
readonly address: "0x4200000000000000000000000000000000000006";
|
|
139
|
+
readonly symbol: "WETH";
|
|
140
|
+
readonly oracleId: "WETH";
|
|
141
|
+
readonly decimals: 18;
|
|
142
|
+
readonly chainId: 4326;
|
|
143
|
+
readonly website: "https://weth.io/";
|
|
144
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
145
|
+
readonly bridge: "megaeth-canonical";
|
|
146
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
147
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
148
|
+
};
|
|
149
|
+
readonly WETH: {
|
|
150
|
+
readonly name: "Wrapped Ether";
|
|
151
|
+
readonly address: "0x4200000000000000000000000000000000000006";
|
|
152
|
+
readonly symbol: "WETH";
|
|
153
|
+
readonly oracleId: "WETH";
|
|
154
|
+
readonly decimals: 18;
|
|
155
|
+
readonly chainId: 4326;
|
|
156
|
+
readonly website: "https://weth.io/";
|
|
157
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
158
|
+
readonly bridge: "megaeth-canonical";
|
|
159
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
160
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
161
|
+
};
|
|
162
|
+
readonly USDm: {
|
|
163
|
+
readonly name: "MegaUSD";
|
|
164
|
+
readonly address: "0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7";
|
|
165
|
+
readonly symbol: "USDm";
|
|
166
|
+
readonly oracleId: "USDm";
|
|
167
|
+
readonly decimals: 18;
|
|
168
|
+
readonly website: "https://www.megaeth.com/";
|
|
169
|
+
readonly description: "USDm is a stablecoin purpose-built to power real-time applications on MegaETH. USDm is issued through Ethena's stablecoin stack and designed to be deeply integrated across wallets, apps, and onchain services on MegaETH.";
|
|
170
|
+
readonly bridge: "layer-zero";
|
|
171
|
+
readonly chainId: 4326;
|
|
172
|
+
readonly documentation: "https://www.megaeth.com/blog-news/megaeth-introduces-usdm";
|
|
173
|
+
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK"];
|
|
174
|
+
};
|
|
175
|
+
readonly USDT0: {
|
|
176
|
+
readonly name: "USDT0";
|
|
177
|
+
readonly symbol: "USDT0";
|
|
178
|
+
readonly oracleId: "USDT0";
|
|
179
|
+
readonly address: "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb";
|
|
180
|
+
readonly chainId: 4326;
|
|
181
|
+
readonly decimals: 6;
|
|
182
|
+
readonly website: "https://tether.to/";
|
|
183
|
+
readonly description: "Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.";
|
|
184
|
+
readonly bridge: "layer-zero";
|
|
185
|
+
readonly documentation: "https://tether.to/en/how-it-works";
|
|
186
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
187
|
+
};
|
|
188
|
+
readonly cUSD: {
|
|
189
|
+
readonly name: "cUSD";
|
|
190
|
+
readonly symbol: "cUSD";
|
|
191
|
+
readonly oracleId: "cUSD";
|
|
192
|
+
readonly address: "0xcCcc62962d17b8914c62D74FfB843d73B2a3cccC";
|
|
193
|
+
readonly chainId: 4326;
|
|
194
|
+
readonly decimals: 18;
|
|
195
|
+
readonly website: "https://www.cap.app/";
|
|
196
|
+
readonly description: "cUSD is Cap's yield-generating stablecoin built on verifiable guarantees from Symbiotic and Eigenlayer. Cap generates yield via operators ranging from banks, HFT firms, and market makers and yields are passed on to cUSD holders.";
|
|
197
|
+
readonly bridge: "layer-zero";
|
|
198
|
+
readonly documentation: "https://docs.cap.app/";
|
|
199
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
200
|
+
};
|
|
201
|
+
readonly BTCb: {
|
|
202
|
+
readonly name: "Bitcoin";
|
|
203
|
+
readonly symbol: "BTC.b";
|
|
204
|
+
readonly oracleId: "BTCb";
|
|
205
|
+
readonly address: "0xB0F70C0bD6FD87dbEb7C10dC692a2a6106817072";
|
|
206
|
+
readonly chainId: 4326;
|
|
207
|
+
readonly decimals: 8;
|
|
208
|
+
readonly website: "https://www.lombard.finance/";
|
|
209
|
+
readonly description: "BTC.b, issued by Lombard, is the flagship BTC asset on MegaETH.";
|
|
210
|
+
readonly bridge: "native";
|
|
211
|
+
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
212
|
+
};
|
|
213
|
+
}>;
|
|
214
|
+
readonly native: {
|
|
215
|
+
readonly symbol: "ETH";
|
|
216
|
+
readonly oracleId: "ETH";
|
|
217
|
+
};
|
|
218
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.megaeth = 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.megaeth = {
|
|
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,33 @@
|
|
|
1
|
+
export declare const beefyfinance: {
|
|
2
|
+
readonly devMultisig: "0x000000a151650b85742d8c286E09ABa7bE9BDB82";
|
|
3
|
+
readonly treasuryMultisig: "0xA55e75C4815Ff39eFD76C257857441d9FD99b45b";
|
|
4
|
+
readonly strategyOwner: "0x445d3D1E75824197bd6A7F46434F67D754FA25C3";
|
|
5
|
+
readonly vaultOwner: "0xf2068e1FE1A80E7f5Ba80D6ABD6e8618aD4E959E";
|
|
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 multicall: "0x9C18deE5290925f596fbEfee2f6745b640f3A4C6";
|
|
13
|
+
readonly bifiMaxiStrategy: "0x0000000000000000000000000000000000000000";
|
|
14
|
+
readonly voter: "0x5e1caC103F943Cd84A1E92dAde4145664ebf692A";
|
|
15
|
+
readonly beefyFeeConfig: "0x992Ccc9D9b8b76310E044660E96171116820F019";
|
|
16
|
+
readonly vaultFactory: "0xecf7d9a1f6bc964e67806e7B9F1830B9a0328018";
|
|
17
|
+
readonly strategyFactory: "0xED9d262985E18710DDDAC0dfC10a3f900679063B";
|
|
18
|
+
readonly wrapperFactory: "0x0000000000000000000000000000000000000000";
|
|
19
|
+
readonly zap: "0x6f66F246Bb436B6f4E66A992C2218b57cD906109";
|
|
20
|
+
readonly zapTokenManager: "0xD3D46FF34cD495d5B91b8F3C5C552E81E5e3eab5";
|
|
21
|
+
readonly treasurySwapper: "0x0000000000000000000000000000000000000000";
|
|
22
|
+
readonly clmFactory: "0x719A0Db9C0f730196cC4592d8f19B0ACC4b7BeC3";
|
|
23
|
+
readonly clmStrategyFactory: "0x53d189C1b6C28d4929AAc71355D5e4001E2A9Cff";
|
|
24
|
+
readonly clmRewardPoolFactory: "0x30E3D9a60D3B5C16FD29CDdB802E61708B699cBC";
|
|
25
|
+
readonly positionMulticall: "0x6fbc1041921248D632aA4E422F534C9ec220E459";
|
|
26
|
+
readonly beefySwapper: "0xEa13A590eFd8545a10134d08081d6fC2FA0417a7";
|
|
27
|
+
readonly beefyOracle: "0xC32Ba58Fa82DA63EB4F9056126F9bb252929e361";
|
|
28
|
+
readonly beefyOracleChainlink: "0xEe5F763e6C2fABe34fBcb3433Bf5331fc2e87322";
|
|
29
|
+
readonly beefyOracleUniswapV2: "0x57Be6EE3642EA9F6aFad527c73c4f7ACEe7cBD9C";
|
|
30
|
+
readonly beefyOracleUniswapV3: "0x67cD25747494b5C8afaD60160186078b7A0625ee";
|
|
31
|
+
readonly beefyOracleERC4626: "0xd53833A9dC7d969Faa732DFA5027980dCda2DE80";
|
|
32
|
+
readonly beefyMultiHopSwapper: "0xDBad28672fD60c4609EE6B26dF2b8cB93DE12afe";
|
|
33
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
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: '0x445d3D1E75824197bd6A7F46434F67D754FA25C3',
|
|
10
|
+
vaultOwner: '0xf2068e1FE1A80E7f5Ba80D6ABD6e8618aD4E959E',
|
|
11
|
+
keeper: '0x4fED5491693007f0CD49f4614FFC38Ab6A04B619',
|
|
12
|
+
treasurer: treasuryMultisig,
|
|
13
|
+
launchpoolOwner: devMultisig,
|
|
14
|
+
rewardPool: '0x0000000000000000000000000000000000000000',
|
|
15
|
+
treasury: '0x0000000000000000000000000000000000000000',
|
|
16
|
+
beefyFeeRecipient: '0x02Ae4716B9D5d48Db1445814b0eDE39f5c28264B',
|
|
17
|
+
multicall: '0x9C18deE5290925f596fbEfee2f6745b640f3A4C6',
|
|
18
|
+
bifiMaxiStrategy: '0x0000000000000000000000000000000000000000',
|
|
19
|
+
voter: '0x5e1caC103F943Cd84A1E92dAde4145664ebf692A',
|
|
20
|
+
beefyFeeConfig: '0x992Ccc9D9b8b76310E044660E96171116820F019',
|
|
21
|
+
vaultFactory: '0xecf7d9a1f6bc964e67806e7B9F1830B9a0328018',
|
|
22
|
+
strategyFactory: '0xED9d262985E18710DDDAC0dfC10a3f900679063B',
|
|
23
|
+
wrapperFactory: '0x0000000000000000000000000000000000000000',
|
|
24
|
+
zap: '0x6f66F246Bb436B6f4E66A992C2218b57cD906109',
|
|
25
|
+
zapTokenManager: '0xD3D46FF34cD495d5B91b8F3C5C552E81E5e3eab5',
|
|
26
|
+
treasurySwapper: '0x0000000000000000000000000000000000000000',
|
|
27
|
+
/// CLM Contracts
|
|
28
|
+
clmFactory: '0x719A0Db9C0f730196cC4592d8f19B0ACC4b7BeC3',
|
|
29
|
+
clmStrategyFactory: '0x53d189C1b6C28d4929AAc71355D5e4001E2A9Cff',
|
|
30
|
+
clmRewardPoolFactory: '0x30E3D9a60D3B5C16FD29CDdB802E61708B699cBC',
|
|
31
|
+
positionMulticall: '0x6fbc1041921248D632aA4E422F534C9ec220E459',
|
|
32
|
+
/// Beefy Swapper Contracts
|
|
33
|
+
beefySwapper: '0xEa13A590eFd8545a10134d08081d6fC2FA0417a7',
|
|
34
|
+
beefyOracle: '0xC32Ba58Fa82DA63EB4F9056126F9bb252929e361',
|
|
35
|
+
beefyOracleChainlink: '0xEe5F763e6C2fABe34fBcb3433Bf5331fc2e87322',
|
|
36
|
+
beefyOracleUniswapV2: '0x57Be6EE3642EA9F6aFad527c73c4f7ACEe7cBD9C',
|
|
37
|
+
beefyOracleUniswapV3: '0x67cD25747494b5C8afaD60160186078b7A0625ee',
|
|
38
|
+
beefyOracleERC4626: '0xd53833A9dC7d969Faa732DFA5027980dCda2DE80',
|
|
39
|
+
beefyMultiHopSwapper: '0xDBad28672fD60c4609EE6B26dF2b8cB93DE12afe',
|
|
40
|
+
};
|
|
@@ -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,105 @@
|
|
|
1
|
+
export declare const tokens: {
|
|
2
|
+
readonly WNATIVE: {
|
|
3
|
+
readonly name: "Wrapped Ether";
|
|
4
|
+
readonly address: "0x4200000000000000000000000000000000000006";
|
|
5
|
+
readonly symbol: "WETH";
|
|
6
|
+
readonly oracleId: "WETH";
|
|
7
|
+
readonly decimals: 18;
|
|
8
|
+
readonly chainId: 4326;
|
|
9
|
+
readonly website: "https://weth.io/";
|
|
10
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
11
|
+
readonly bridge: "megaeth-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: "0x4200000000000000000000000000000000000006";
|
|
18
|
+
readonly symbol: "WETH";
|
|
19
|
+
readonly oracleId: "WETH";
|
|
20
|
+
readonly decimals: 18;
|
|
21
|
+
readonly chainId: 4326;
|
|
22
|
+
readonly website: "https://weth.io/";
|
|
23
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
24
|
+
readonly bridge: "megaeth-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: "0x4200000000000000000000000000000000000006";
|
|
31
|
+
readonly symbol: "WETH";
|
|
32
|
+
readonly oracleId: "WETH";
|
|
33
|
+
readonly decimals: 18;
|
|
34
|
+
readonly chainId: 4326;
|
|
35
|
+
readonly website: "https://weth.io/";
|
|
36
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
37
|
+
readonly bridge: "megaeth-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: "0x4200000000000000000000000000000000000006";
|
|
44
|
+
readonly symbol: "WETH";
|
|
45
|
+
readonly oracleId: "WETH";
|
|
46
|
+
readonly decimals: 18;
|
|
47
|
+
readonly chainId: 4326;
|
|
48
|
+
readonly website: "https://weth.io/";
|
|
49
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
50
|
+
readonly bridge: "megaeth-canonical";
|
|
51
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
52
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
53
|
+
};
|
|
54
|
+
readonly USDm: {
|
|
55
|
+
readonly name: "MegaUSD";
|
|
56
|
+
readonly address: "0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7";
|
|
57
|
+
readonly symbol: "USDm";
|
|
58
|
+
readonly oracleId: "USDm";
|
|
59
|
+
readonly decimals: 18;
|
|
60
|
+
readonly website: "https://www.megaeth.com/";
|
|
61
|
+
readonly description: "USDm is a stablecoin purpose-built to power real-time applications on MegaETH. USDm is issued through Ethena's stablecoin stack and designed to be deeply integrated across wallets, apps, and onchain services on MegaETH.";
|
|
62
|
+
readonly bridge: "layer-zero";
|
|
63
|
+
readonly chainId: 4326;
|
|
64
|
+
readonly documentation: "https://www.megaeth.com/blog-news/megaeth-introduces-usdm";
|
|
65
|
+
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK"];
|
|
66
|
+
};
|
|
67
|
+
readonly USDT0: {
|
|
68
|
+
readonly name: "USDT0";
|
|
69
|
+
readonly symbol: "USDT0";
|
|
70
|
+
readonly oracleId: "USDT0";
|
|
71
|
+
readonly address: "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb";
|
|
72
|
+
readonly chainId: 4326;
|
|
73
|
+
readonly decimals: 6;
|
|
74
|
+
readonly website: "https://tether.to/";
|
|
75
|
+
readonly description: "Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.";
|
|
76
|
+
readonly bridge: "layer-zero";
|
|
77
|
+
readonly documentation: "https://tether.to/en/how-it-works";
|
|
78
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
79
|
+
};
|
|
80
|
+
readonly cUSD: {
|
|
81
|
+
readonly name: "cUSD";
|
|
82
|
+
readonly symbol: "cUSD";
|
|
83
|
+
readonly oracleId: "cUSD";
|
|
84
|
+
readonly address: "0xcCcc62962d17b8914c62D74FfB843d73B2a3cccC";
|
|
85
|
+
readonly chainId: 4326;
|
|
86
|
+
readonly decimals: 18;
|
|
87
|
+
readonly website: "https://www.cap.app/";
|
|
88
|
+
readonly description: "cUSD is Cap's yield-generating stablecoin built on verifiable guarantees from Symbiotic and Eigenlayer. Cap generates yield via operators ranging from banks, HFT firms, and market makers and yields are passed on to cUSD holders.";
|
|
89
|
+
readonly bridge: "layer-zero";
|
|
90
|
+
readonly documentation: "https://docs.cap.app/";
|
|
91
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
92
|
+
};
|
|
93
|
+
readonly BTCb: {
|
|
94
|
+
readonly name: "Bitcoin";
|
|
95
|
+
readonly symbol: "BTC.b";
|
|
96
|
+
readonly oracleId: "BTCb";
|
|
97
|
+
readonly address: "0xB0F70C0bD6FD87dbEb7C10dC692a2a6106817072";
|
|
98
|
+
readonly chainId: 4326;
|
|
99
|
+
readonly decimals: 8;
|
|
100
|
+
readonly website: "https://www.lombard.finance/";
|
|
101
|
+
readonly description: "BTC.b, issued by Lombard, is the flagship BTC asset on MegaETH.";
|
|
102
|
+
readonly bridge: "native";
|
|
103
|
+
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
104
|
+
};
|
|
105
|
+
};
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.tokens = void 0;
|
|
4
|
+
const ETH = {
|
|
5
|
+
name: 'Wrapped Ether',
|
|
6
|
+
address: '0x4200000000000000000000000000000000000006',
|
|
7
|
+
symbol: 'WETH',
|
|
8
|
+
oracleId: 'WETH',
|
|
9
|
+
decimals: 18,
|
|
10
|
+
chainId: 4326,
|
|
11
|
+
website: 'https://weth.io/',
|
|
12
|
+
description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
|
|
13
|
+
bridge: 'megaeth-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
|
+
USDm: {
|
|
23
|
+
name: 'MegaUSD',
|
|
24
|
+
address: '0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7',
|
|
25
|
+
symbol: 'USDm',
|
|
26
|
+
oracleId: 'USDm',
|
|
27
|
+
decimals: 18,
|
|
28
|
+
website: 'https://www.megaeth.com/',
|
|
29
|
+
description: "USDm is a stablecoin purpose-built to power real-time applications on MegaETH. USDm is issued through Ethena's stablecoin stack and designed to be deeply integrated across wallets, apps, and onchain services on MegaETH.",
|
|
30
|
+
bridge: 'layer-zero',
|
|
31
|
+
chainId: 4326,
|
|
32
|
+
documentation: 'https://www.megaeth.com/blog-news/megaeth-introduces-usdm',
|
|
33
|
+
tags: ['STABLECOIN', 'NO_TIMELOCK'],
|
|
34
|
+
},
|
|
35
|
+
USDT0: {
|
|
36
|
+
name: 'USDT0',
|
|
37
|
+
symbol: 'USDT0',
|
|
38
|
+
oracleId: 'USDT0',
|
|
39
|
+
address: '0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb',
|
|
40
|
+
chainId: 4326,
|
|
41
|
+
decimals: 6,
|
|
42
|
+
website: 'https://tether.to/',
|
|
43
|
+
description: 'Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.',
|
|
44
|
+
bridge: 'layer-zero',
|
|
45
|
+
documentation: 'https://tether.to/en/how-it-works',
|
|
46
|
+
tags: ['STABLECOIN'],
|
|
47
|
+
},
|
|
48
|
+
cUSD: {
|
|
49
|
+
name: 'cUSD',
|
|
50
|
+
symbol: 'cUSD',
|
|
51
|
+
oracleId: 'cUSD',
|
|
52
|
+
address: '0xcCcc62962d17b8914c62D74FfB843d73B2a3cccC',
|
|
53
|
+
chainId: 4326,
|
|
54
|
+
decimals: 18,
|
|
55
|
+
website: 'https://www.cap.app/',
|
|
56
|
+
description: "cUSD is Cap's yield-generating stablecoin built on verifiable guarantees from Symbiotic and Eigenlayer. Cap generates yield via operators ranging from banks, HFT firms, and market makers and yields are passed on to cUSD holders.",
|
|
57
|
+
bridge: 'layer-zero',
|
|
58
|
+
documentation: 'https://docs.cap.app/',
|
|
59
|
+
tags: ['STABLECOIN'],
|
|
60
|
+
},
|
|
61
|
+
BTCb: {
|
|
62
|
+
name: 'Bitcoin',
|
|
63
|
+
symbol: 'BTC.b',
|
|
64
|
+
oracleId: 'BTCb',
|
|
65
|
+
address: '0xB0F70C0bD6FD87dbEb7C10dC692a2a6106817072',
|
|
66
|
+
chainId: 4326,
|
|
67
|
+
decimals: 8,
|
|
68
|
+
website: 'https://www.lombard.finance/',
|
|
69
|
+
description: 'BTC.b, issued by Lombard, is the flagship BTC asset on MegaETH.',
|
|
70
|
+
bridge: 'native',
|
|
71
|
+
tags: ['BLUECHIP', 'NO_TIMELOCK'],
|
|
72
|
+
},
|
|
73
|
+
};
|
package/build/types/chainid.d.ts
CHANGED
package/build/types/chainid.js
CHANGED
package/build/util/chainIdMap.js
CHANGED
|
@@ -39,6 +39,7 @@ import { saga } from './saga/index.js';
|
|
|
39
39
|
import { hyperevm } from './hyperevm/index.js';
|
|
40
40
|
import { plasma } from './plasma/index.js';
|
|
41
41
|
import { monad } from './monad/index.js';
|
|
42
|
+
import { megaeth } from './megaeth/index.js';
|
|
42
43
|
export { ChainId }; // enum which is compiled to a JS object
|
|
43
44
|
export const addressBook = {
|
|
44
45
|
polygon,
|
|
@@ -81,6 +82,7 @@ export const addressBook = {
|
|
|
81
82
|
hyperevm,
|
|
82
83
|
plasma,
|
|
83
84
|
monad,
|
|
85
|
+
megaeth,
|
|
84
86
|
};
|
|
85
87
|
export const addressBookByChainId = {
|
|
86
88
|
[ChainId.polygon]: polygon,
|
|
@@ -123,4 +125,5 @@ export const addressBookByChainId = {
|
|
|
123
125
|
[ChainId.hyperevm]: hyperevm,
|
|
124
126
|
[ChainId.plasma]: plasma,
|
|
125
127
|
[ChainId.monad]: monad,
|
|
128
|
+
[ChainId.megaeth]: megaeth,
|
|
126
129
|
};
|
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
import * as platforms from './platforms/index.js';
|
|
2
|
+
export declare const megaeth: {
|
|
3
|
+
readonly platforms: typeof platforms;
|
|
4
|
+
readonly tokens: {
|
|
5
|
+
readonly WNATIVE: {
|
|
6
|
+
readonly name: "Wrapped Ether";
|
|
7
|
+
readonly address: "0x4200000000000000000000000000000000000006";
|
|
8
|
+
readonly symbol: "WETH";
|
|
9
|
+
readonly oracleId: "WETH";
|
|
10
|
+
readonly decimals: 18;
|
|
11
|
+
readonly chainId: 4326;
|
|
12
|
+
readonly website: "https://weth.io/";
|
|
13
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
14
|
+
readonly bridge: "megaeth-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: "0x4200000000000000000000000000000000000006";
|
|
21
|
+
readonly symbol: "WETH";
|
|
22
|
+
readonly oracleId: "WETH";
|
|
23
|
+
readonly decimals: 18;
|
|
24
|
+
readonly chainId: 4326;
|
|
25
|
+
readonly website: "https://weth.io/";
|
|
26
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
27
|
+
readonly bridge: "megaeth-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: "0x4200000000000000000000000000000000000006";
|
|
34
|
+
readonly symbol: "WETH";
|
|
35
|
+
readonly oracleId: "WETH";
|
|
36
|
+
readonly decimals: 18;
|
|
37
|
+
readonly chainId: 4326;
|
|
38
|
+
readonly website: "https://weth.io/";
|
|
39
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
40
|
+
readonly bridge: "megaeth-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: "0x4200000000000000000000000000000000000006";
|
|
47
|
+
readonly symbol: "WETH";
|
|
48
|
+
readonly oracleId: "WETH";
|
|
49
|
+
readonly decimals: 18;
|
|
50
|
+
readonly chainId: 4326;
|
|
51
|
+
readonly website: "https://weth.io/";
|
|
52
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
53
|
+
readonly bridge: "megaeth-canonical";
|
|
54
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
55
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
56
|
+
};
|
|
57
|
+
readonly USDm: {
|
|
58
|
+
readonly name: "MegaUSD";
|
|
59
|
+
readonly address: "0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7";
|
|
60
|
+
readonly symbol: "USDm";
|
|
61
|
+
readonly oracleId: "USDm";
|
|
62
|
+
readonly decimals: 18;
|
|
63
|
+
readonly website: "https://www.megaeth.com/";
|
|
64
|
+
readonly description: "USDm is a stablecoin purpose-built to power real-time applications on MegaETH. USDm is issued through Ethena's stablecoin stack and designed to be deeply integrated across wallets, apps, and onchain services on MegaETH.";
|
|
65
|
+
readonly bridge: "layer-zero";
|
|
66
|
+
readonly chainId: 4326;
|
|
67
|
+
readonly documentation: "https://www.megaeth.com/blog-news/megaeth-introduces-usdm";
|
|
68
|
+
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK"];
|
|
69
|
+
};
|
|
70
|
+
readonly USDT0: {
|
|
71
|
+
readonly name: "USDT0";
|
|
72
|
+
readonly symbol: "USDT0";
|
|
73
|
+
readonly oracleId: "USDT0";
|
|
74
|
+
readonly address: "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb";
|
|
75
|
+
readonly chainId: 4326;
|
|
76
|
+
readonly decimals: 6;
|
|
77
|
+
readonly website: "https://tether.to/";
|
|
78
|
+
readonly description: "Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.";
|
|
79
|
+
readonly bridge: "layer-zero";
|
|
80
|
+
readonly documentation: "https://tether.to/en/how-it-works";
|
|
81
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
82
|
+
};
|
|
83
|
+
readonly cUSD: {
|
|
84
|
+
readonly name: "cUSD";
|
|
85
|
+
readonly symbol: "cUSD";
|
|
86
|
+
readonly oracleId: "cUSD";
|
|
87
|
+
readonly address: "0xcCcc62962d17b8914c62D74FfB843d73B2a3cccC";
|
|
88
|
+
readonly chainId: 4326;
|
|
89
|
+
readonly decimals: 18;
|
|
90
|
+
readonly website: "https://www.cap.app/";
|
|
91
|
+
readonly description: "cUSD is Cap's yield-generating stablecoin built on verifiable guarantees from Symbiotic and Eigenlayer. Cap generates yield via operators ranging from banks, HFT firms, and market makers and yields are passed on to cUSD holders.";
|
|
92
|
+
readonly bridge: "layer-zero";
|
|
93
|
+
readonly documentation: "https://docs.cap.app/";
|
|
94
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
95
|
+
};
|
|
96
|
+
readonly BTCb: {
|
|
97
|
+
readonly name: "Bitcoin";
|
|
98
|
+
readonly symbol: "BTC.b";
|
|
99
|
+
readonly oracleId: "BTCb";
|
|
100
|
+
readonly address: "0xB0F70C0bD6FD87dbEb7C10dC692a2a6106817072";
|
|
101
|
+
readonly chainId: 4326;
|
|
102
|
+
readonly decimals: 8;
|
|
103
|
+
readonly website: "https://www.lombard.finance/";
|
|
104
|
+
readonly description: "BTC.b, issued by Lombard, is the flagship BTC asset on MegaETH.";
|
|
105
|
+
readonly bridge: "native";
|
|
106
|
+
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
110
|
+
readonly WNATIVE: {
|
|
111
|
+
readonly name: "Wrapped Ether";
|
|
112
|
+
readonly address: "0x4200000000000000000000000000000000000006";
|
|
113
|
+
readonly symbol: "WETH";
|
|
114
|
+
readonly oracleId: "WETH";
|
|
115
|
+
readonly decimals: 18;
|
|
116
|
+
readonly chainId: 4326;
|
|
117
|
+
readonly website: "https://weth.io/";
|
|
118
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
119
|
+
readonly bridge: "megaeth-canonical";
|
|
120
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
121
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
122
|
+
};
|
|
123
|
+
readonly FEES: {
|
|
124
|
+
readonly name: "Wrapped Ether";
|
|
125
|
+
readonly address: "0x4200000000000000000000000000000000000006";
|
|
126
|
+
readonly symbol: "WETH";
|
|
127
|
+
readonly oracleId: "WETH";
|
|
128
|
+
readonly decimals: 18;
|
|
129
|
+
readonly chainId: 4326;
|
|
130
|
+
readonly website: "https://weth.io/";
|
|
131
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
132
|
+
readonly bridge: "megaeth-canonical";
|
|
133
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
134
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
135
|
+
};
|
|
136
|
+
readonly ETH: {
|
|
137
|
+
readonly name: "Wrapped Ether";
|
|
138
|
+
readonly address: "0x4200000000000000000000000000000000000006";
|
|
139
|
+
readonly symbol: "WETH";
|
|
140
|
+
readonly oracleId: "WETH";
|
|
141
|
+
readonly decimals: 18;
|
|
142
|
+
readonly chainId: 4326;
|
|
143
|
+
readonly website: "https://weth.io/";
|
|
144
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
145
|
+
readonly bridge: "megaeth-canonical";
|
|
146
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
147
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
148
|
+
};
|
|
149
|
+
readonly WETH: {
|
|
150
|
+
readonly name: "Wrapped Ether";
|
|
151
|
+
readonly address: "0x4200000000000000000000000000000000000006";
|
|
152
|
+
readonly symbol: "WETH";
|
|
153
|
+
readonly oracleId: "WETH";
|
|
154
|
+
readonly decimals: 18;
|
|
155
|
+
readonly chainId: 4326;
|
|
156
|
+
readonly website: "https://weth.io/";
|
|
157
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
158
|
+
readonly bridge: "megaeth-canonical";
|
|
159
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
160
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
161
|
+
};
|
|
162
|
+
readonly USDm: {
|
|
163
|
+
readonly name: "MegaUSD";
|
|
164
|
+
readonly address: "0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7";
|
|
165
|
+
readonly symbol: "USDm";
|
|
166
|
+
readonly oracleId: "USDm";
|
|
167
|
+
readonly decimals: 18;
|
|
168
|
+
readonly website: "https://www.megaeth.com/";
|
|
169
|
+
readonly description: "USDm is a stablecoin purpose-built to power real-time applications on MegaETH. USDm is issued through Ethena's stablecoin stack and designed to be deeply integrated across wallets, apps, and onchain services on MegaETH.";
|
|
170
|
+
readonly bridge: "layer-zero";
|
|
171
|
+
readonly chainId: 4326;
|
|
172
|
+
readonly documentation: "https://www.megaeth.com/blog-news/megaeth-introduces-usdm";
|
|
173
|
+
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK"];
|
|
174
|
+
};
|
|
175
|
+
readonly USDT0: {
|
|
176
|
+
readonly name: "USDT0";
|
|
177
|
+
readonly symbol: "USDT0";
|
|
178
|
+
readonly oracleId: "USDT0";
|
|
179
|
+
readonly address: "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb";
|
|
180
|
+
readonly chainId: 4326;
|
|
181
|
+
readonly decimals: 6;
|
|
182
|
+
readonly website: "https://tether.to/";
|
|
183
|
+
readonly description: "Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.";
|
|
184
|
+
readonly bridge: "layer-zero";
|
|
185
|
+
readonly documentation: "https://tether.to/en/how-it-works";
|
|
186
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
187
|
+
};
|
|
188
|
+
readonly cUSD: {
|
|
189
|
+
readonly name: "cUSD";
|
|
190
|
+
readonly symbol: "cUSD";
|
|
191
|
+
readonly oracleId: "cUSD";
|
|
192
|
+
readonly address: "0xcCcc62962d17b8914c62D74FfB843d73B2a3cccC";
|
|
193
|
+
readonly chainId: 4326;
|
|
194
|
+
readonly decimals: 18;
|
|
195
|
+
readonly website: "https://www.cap.app/";
|
|
196
|
+
readonly description: "cUSD is Cap's yield-generating stablecoin built on verifiable guarantees from Symbiotic and Eigenlayer. Cap generates yield via operators ranging from banks, HFT firms, and market makers and yields are passed on to cUSD holders.";
|
|
197
|
+
readonly bridge: "layer-zero";
|
|
198
|
+
readonly documentation: "https://docs.cap.app/";
|
|
199
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
200
|
+
};
|
|
201
|
+
readonly BTCb: {
|
|
202
|
+
readonly name: "Bitcoin";
|
|
203
|
+
readonly symbol: "BTC.b";
|
|
204
|
+
readonly oracleId: "BTCb";
|
|
205
|
+
readonly address: "0xB0F70C0bD6FD87dbEb7C10dC692a2a6106817072";
|
|
206
|
+
readonly chainId: 4326;
|
|
207
|
+
readonly decimals: 8;
|
|
208
|
+
readonly website: "https://www.lombard.finance/";
|
|
209
|
+
readonly description: "BTC.b, issued by Lombard, is the flagship BTC asset on MegaETH.";
|
|
210
|
+
readonly bridge: "native";
|
|
211
|
+
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
212
|
+
};
|
|
213
|
+
}>;
|
|
214
|
+
readonly native: {
|
|
215
|
+
readonly symbol: "ETH";
|
|
216
|
+
readonly oracleId: "ETH";
|
|
217
|
+
};
|
|
218
|
+
};
|
|
@@ -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 megaeth = {
|
|
5
|
+
platforms,
|
|
6
|
+
tokens,
|
|
7
|
+
tokenAddressMap: convertSymbolTokenMapToAddressTokenMap(tokens),
|
|
8
|
+
native: {
|
|
9
|
+
symbol: 'ETH',
|
|
10
|
+
oracleId: 'ETH',
|
|
11
|
+
},
|
|
12
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export declare const beefyfinance: {
|
|
2
|
+
readonly devMultisig: "0x000000a151650b85742d8c286E09ABa7bE9BDB82";
|
|
3
|
+
readonly treasuryMultisig: "0xA55e75C4815Ff39eFD76C257857441d9FD99b45b";
|
|
4
|
+
readonly strategyOwner: "0x445d3D1E75824197bd6A7F46434F67D754FA25C3";
|
|
5
|
+
readonly vaultOwner: "0xf2068e1FE1A80E7f5Ba80D6ABD6e8618aD4E959E";
|
|
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 multicall: "0x9C18deE5290925f596fbEfee2f6745b640f3A4C6";
|
|
13
|
+
readonly bifiMaxiStrategy: "0x0000000000000000000000000000000000000000";
|
|
14
|
+
readonly voter: "0x5e1caC103F943Cd84A1E92dAde4145664ebf692A";
|
|
15
|
+
readonly beefyFeeConfig: "0x992Ccc9D9b8b76310E044660E96171116820F019";
|
|
16
|
+
readonly vaultFactory: "0xecf7d9a1f6bc964e67806e7B9F1830B9a0328018";
|
|
17
|
+
readonly strategyFactory: "0xED9d262985E18710DDDAC0dfC10a3f900679063B";
|
|
18
|
+
readonly wrapperFactory: "0x0000000000000000000000000000000000000000";
|
|
19
|
+
readonly zap: "0x6f66F246Bb436B6f4E66A992C2218b57cD906109";
|
|
20
|
+
readonly zapTokenManager: "0xD3D46FF34cD495d5B91b8F3C5C552E81E5e3eab5";
|
|
21
|
+
readonly treasurySwapper: "0x0000000000000000000000000000000000000000";
|
|
22
|
+
readonly clmFactory: "0x719A0Db9C0f730196cC4592d8f19B0ACC4b7BeC3";
|
|
23
|
+
readonly clmStrategyFactory: "0x53d189C1b6C28d4929AAc71355D5e4001E2A9Cff";
|
|
24
|
+
readonly clmRewardPoolFactory: "0x30E3D9a60D3B5C16FD29CDdB802E61708B699cBC";
|
|
25
|
+
readonly positionMulticall: "0x6fbc1041921248D632aA4E422F534C9ec220E459";
|
|
26
|
+
readonly beefySwapper: "0xEa13A590eFd8545a10134d08081d6fC2FA0417a7";
|
|
27
|
+
readonly beefyOracle: "0xC32Ba58Fa82DA63EB4F9056126F9bb252929e361";
|
|
28
|
+
readonly beefyOracleChainlink: "0xEe5F763e6C2fABe34fBcb3433Bf5331fc2e87322";
|
|
29
|
+
readonly beefyOracleUniswapV2: "0x57Be6EE3642EA9F6aFad527c73c4f7ACEe7cBD9C";
|
|
30
|
+
readonly beefyOracleUniswapV3: "0x67cD25747494b5C8afaD60160186078b7A0625ee";
|
|
31
|
+
readonly beefyOracleERC4626: "0xd53833A9dC7d969Faa732DFA5027980dCda2DE80";
|
|
32
|
+
readonly beefyMultiHopSwapper: "0xDBad28672fD60c4609EE6B26dF2b8cB93DE12afe";
|
|
33
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
const devMultisig = '0x000000a151650b85742d8c286E09ABa7bE9BDB82';
|
|
2
|
+
const treasuryMultisig = '0xA55e75C4815Ff39eFD76C257857441d9FD99b45b';
|
|
3
|
+
export const beefyfinance = {
|
|
4
|
+
devMultisig,
|
|
5
|
+
treasuryMultisig,
|
|
6
|
+
strategyOwner: '0x445d3D1E75824197bd6A7F46434F67D754FA25C3',
|
|
7
|
+
vaultOwner: '0xf2068e1FE1A80E7f5Ba80D6ABD6e8618aD4E959E',
|
|
8
|
+
keeper: '0x4fED5491693007f0CD49f4614FFC38Ab6A04B619',
|
|
9
|
+
treasurer: treasuryMultisig,
|
|
10
|
+
launchpoolOwner: devMultisig,
|
|
11
|
+
rewardPool: '0x0000000000000000000000000000000000000000',
|
|
12
|
+
treasury: '0x0000000000000000000000000000000000000000',
|
|
13
|
+
beefyFeeRecipient: '0x02Ae4716B9D5d48Db1445814b0eDE39f5c28264B',
|
|
14
|
+
multicall: '0x9C18deE5290925f596fbEfee2f6745b640f3A4C6',
|
|
15
|
+
bifiMaxiStrategy: '0x0000000000000000000000000000000000000000',
|
|
16
|
+
voter: '0x5e1caC103F943Cd84A1E92dAde4145664ebf692A',
|
|
17
|
+
beefyFeeConfig: '0x992Ccc9D9b8b76310E044660E96171116820F019',
|
|
18
|
+
vaultFactory: '0xecf7d9a1f6bc964e67806e7B9F1830B9a0328018',
|
|
19
|
+
strategyFactory: '0xED9d262985E18710DDDAC0dfC10a3f900679063B',
|
|
20
|
+
wrapperFactory: '0x0000000000000000000000000000000000000000',
|
|
21
|
+
zap: '0x6f66F246Bb436B6f4E66A992C2218b57cD906109',
|
|
22
|
+
zapTokenManager: '0xD3D46FF34cD495d5B91b8F3C5C552E81E5e3eab5',
|
|
23
|
+
treasurySwapper: '0x0000000000000000000000000000000000000000',
|
|
24
|
+
/// CLM Contracts
|
|
25
|
+
clmFactory: '0x719A0Db9C0f730196cC4592d8f19B0ACC4b7BeC3',
|
|
26
|
+
clmStrategyFactory: '0x53d189C1b6C28d4929AAc71355D5e4001E2A9Cff',
|
|
27
|
+
clmRewardPoolFactory: '0x30E3D9a60D3B5C16FD29CDdB802E61708B699cBC',
|
|
28
|
+
positionMulticall: '0x6fbc1041921248D632aA4E422F534C9ec220E459',
|
|
29
|
+
/// Beefy Swapper Contracts
|
|
30
|
+
beefySwapper: '0xEa13A590eFd8545a10134d08081d6fC2FA0417a7',
|
|
31
|
+
beefyOracle: '0xC32Ba58Fa82DA63EB4F9056126F9bb252929e361',
|
|
32
|
+
beefyOracleChainlink: '0xEe5F763e6C2fABe34fBcb3433Bf5331fc2e87322',
|
|
33
|
+
beefyOracleUniswapV2: '0x57Be6EE3642EA9F6aFad527c73c4f7ACEe7cBD9C',
|
|
34
|
+
beefyOracleUniswapV3: '0x67cD25747494b5C8afaD60160186078b7A0625ee',
|
|
35
|
+
beefyOracleERC4626: '0xd53833A9dC7d969Faa732DFA5027980dCda2DE80',
|
|
36
|
+
beefyMultiHopSwapper: '0xDBad28672fD60c4609EE6B26dF2b8cB93DE12afe',
|
|
37
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './beefyfinance.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './beefyfinance.js';
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
export declare const tokens: {
|
|
2
|
+
readonly WNATIVE: {
|
|
3
|
+
readonly name: "Wrapped Ether";
|
|
4
|
+
readonly address: "0x4200000000000000000000000000000000000006";
|
|
5
|
+
readonly symbol: "WETH";
|
|
6
|
+
readonly oracleId: "WETH";
|
|
7
|
+
readonly decimals: 18;
|
|
8
|
+
readonly chainId: 4326;
|
|
9
|
+
readonly website: "https://weth.io/";
|
|
10
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
11
|
+
readonly bridge: "megaeth-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: "0x4200000000000000000000000000000000000006";
|
|
18
|
+
readonly symbol: "WETH";
|
|
19
|
+
readonly oracleId: "WETH";
|
|
20
|
+
readonly decimals: 18;
|
|
21
|
+
readonly chainId: 4326;
|
|
22
|
+
readonly website: "https://weth.io/";
|
|
23
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
24
|
+
readonly bridge: "megaeth-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: "0x4200000000000000000000000000000000000006";
|
|
31
|
+
readonly symbol: "WETH";
|
|
32
|
+
readonly oracleId: "WETH";
|
|
33
|
+
readonly decimals: 18;
|
|
34
|
+
readonly chainId: 4326;
|
|
35
|
+
readonly website: "https://weth.io/";
|
|
36
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
37
|
+
readonly bridge: "megaeth-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: "0x4200000000000000000000000000000000000006";
|
|
44
|
+
readonly symbol: "WETH";
|
|
45
|
+
readonly oracleId: "WETH";
|
|
46
|
+
readonly decimals: 18;
|
|
47
|
+
readonly chainId: 4326;
|
|
48
|
+
readonly website: "https://weth.io/";
|
|
49
|
+
readonly description: "Ether or ETH is the native currency built on the Ethereum blockchain.";
|
|
50
|
+
readonly bridge: "megaeth-canonical";
|
|
51
|
+
readonly documentation: "https://ethereum.org/en/developers/docs/";
|
|
52
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
53
|
+
};
|
|
54
|
+
readonly USDm: {
|
|
55
|
+
readonly name: "MegaUSD";
|
|
56
|
+
readonly address: "0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7";
|
|
57
|
+
readonly symbol: "USDm";
|
|
58
|
+
readonly oracleId: "USDm";
|
|
59
|
+
readonly decimals: 18;
|
|
60
|
+
readonly website: "https://www.megaeth.com/";
|
|
61
|
+
readonly description: "USDm is a stablecoin purpose-built to power real-time applications on MegaETH. USDm is issued through Ethena's stablecoin stack and designed to be deeply integrated across wallets, apps, and onchain services on MegaETH.";
|
|
62
|
+
readonly bridge: "layer-zero";
|
|
63
|
+
readonly chainId: 4326;
|
|
64
|
+
readonly documentation: "https://www.megaeth.com/blog-news/megaeth-introduces-usdm";
|
|
65
|
+
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK"];
|
|
66
|
+
};
|
|
67
|
+
readonly USDT0: {
|
|
68
|
+
readonly name: "USDT0";
|
|
69
|
+
readonly symbol: "USDT0";
|
|
70
|
+
readonly oracleId: "USDT0";
|
|
71
|
+
readonly address: "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb";
|
|
72
|
+
readonly chainId: 4326;
|
|
73
|
+
readonly decimals: 6;
|
|
74
|
+
readonly website: "https://tether.to/";
|
|
75
|
+
readonly description: "Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.";
|
|
76
|
+
readonly bridge: "layer-zero";
|
|
77
|
+
readonly documentation: "https://tether.to/en/how-it-works";
|
|
78
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
79
|
+
};
|
|
80
|
+
readonly cUSD: {
|
|
81
|
+
readonly name: "cUSD";
|
|
82
|
+
readonly symbol: "cUSD";
|
|
83
|
+
readonly oracleId: "cUSD";
|
|
84
|
+
readonly address: "0xcCcc62962d17b8914c62D74FfB843d73B2a3cccC";
|
|
85
|
+
readonly chainId: 4326;
|
|
86
|
+
readonly decimals: 18;
|
|
87
|
+
readonly website: "https://www.cap.app/";
|
|
88
|
+
readonly description: "cUSD is Cap's yield-generating stablecoin built on verifiable guarantees from Symbiotic and Eigenlayer. Cap generates yield via operators ranging from banks, HFT firms, and market makers and yields are passed on to cUSD holders.";
|
|
89
|
+
readonly bridge: "layer-zero";
|
|
90
|
+
readonly documentation: "https://docs.cap.app/";
|
|
91
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
92
|
+
};
|
|
93
|
+
readonly BTCb: {
|
|
94
|
+
readonly name: "Bitcoin";
|
|
95
|
+
readonly symbol: "BTC.b";
|
|
96
|
+
readonly oracleId: "BTCb";
|
|
97
|
+
readonly address: "0xB0F70C0bD6FD87dbEb7C10dC692a2a6106817072";
|
|
98
|
+
readonly chainId: 4326;
|
|
99
|
+
readonly decimals: 8;
|
|
100
|
+
readonly website: "https://www.lombard.finance/";
|
|
101
|
+
readonly description: "BTC.b, issued by Lombard, is the flagship BTC asset on MegaETH.";
|
|
102
|
+
readonly bridge: "native";
|
|
103
|
+
readonly tags: readonly ["BLUECHIP", "NO_TIMELOCK"];
|
|
104
|
+
};
|
|
105
|
+
};
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
const ETH = {
|
|
2
|
+
name: 'Wrapped Ether',
|
|
3
|
+
address: '0x4200000000000000000000000000000000000006',
|
|
4
|
+
symbol: 'WETH',
|
|
5
|
+
oracleId: 'WETH',
|
|
6
|
+
decimals: 18,
|
|
7
|
+
chainId: 4326,
|
|
8
|
+
website: 'https://weth.io/',
|
|
9
|
+
description: 'Ether or ETH is the native currency built on the Ethereum blockchain.',
|
|
10
|
+
bridge: 'megaeth-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
|
+
USDm: {
|
|
20
|
+
name: 'MegaUSD',
|
|
21
|
+
address: '0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7',
|
|
22
|
+
symbol: 'USDm',
|
|
23
|
+
oracleId: 'USDm',
|
|
24
|
+
decimals: 18,
|
|
25
|
+
website: 'https://www.megaeth.com/',
|
|
26
|
+
description: "USDm is a stablecoin purpose-built to power real-time applications on MegaETH. USDm is issued through Ethena's stablecoin stack and designed to be deeply integrated across wallets, apps, and onchain services on MegaETH.",
|
|
27
|
+
bridge: 'layer-zero',
|
|
28
|
+
chainId: 4326,
|
|
29
|
+
documentation: 'https://www.megaeth.com/blog-news/megaeth-introduces-usdm',
|
|
30
|
+
tags: ['STABLECOIN', 'NO_TIMELOCK'],
|
|
31
|
+
},
|
|
32
|
+
USDT0: {
|
|
33
|
+
name: 'USDT0',
|
|
34
|
+
symbol: 'USDT0',
|
|
35
|
+
oracleId: 'USDT0',
|
|
36
|
+
address: '0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb',
|
|
37
|
+
chainId: 4326,
|
|
38
|
+
decimals: 6,
|
|
39
|
+
website: 'https://tether.to/',
|
|
40
|
+
description: 'Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.',
|
|
41
|
+
bridge: 'layer-zero',
|
|
42
|
+
documentation: 'https://tether.to/en/how-it-works',
|
|
43
|
+
tags: ['STABLECOIN'],
|
|
44
|
+
},
|
|
45
|
+
cUSD: {
|
|
46
|
+
name: 'cUSD',
|
|
47
|
+
symbol: 'cUSD',
|
|
48
|
+
oracleId: 'cUSD',
|
|
49
|
+
address: '0xcCcc62962d17b8914c62D74FfB843d73B2a3cccC',
|
|
50
|
+
chainId: 4326,
|
|
51
|
+
decimals: 18,
|
|
52
|
+
website: 'https://www.cap.app/',
|
|
53
|
+
description: "cUSD is Cap's yield-generating stablecoin built on verifiable guarantees from Symbiotic and Eigenlayer. Cap generates yield via operators ranging from banks, HFT firms, and market makers and yields are passed on to cUSD holders.",
|
|
54
|
+
bridge: 'layer-zero',
|
|
55
|
+
documentation: 'https://docs.cap.app/',
|
|
56
|
+
tags: ['STABLECOIN'],
|
|
57
|
+
},
|
|
58
|
+
BTCb: {
|
|
59
|
+
name: 'Bitcoin',
|
|
60
|
+
symbol: 'BTC.b',
|
|
61
|
+
oracleId: 'BTCb',
|
|
62
|
+
address: '0xB0F70C0bD6FD87dbEb7C10dC692a2a6106817072',
|
|
63
|
+
chainId: 4326,
|
|
64
|
+
decimals: 8,
|
|
65
|
+
website: 'https://www.lombard.finance/',
|
|
66
|
+
description: 'BTC.b, issued by Lombard, is the flagship BTC asset on MegaETH.',
|
|
67
|
+
bridge: 'native',
|
|
68
|
+
tags: ['BLUECHIP', 'NO_TIMELOCK'],
|
|
69
|
+
},
|
|
70
|
+
};
|
package/package.json
CHANGED