@beefyfinance/blockchain-addressbook 0.54.177 → 0.54.178
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/mantle/index.d.ts +50 -0
- package/build/address-book/mantle/platforms/beefyfinance.d.ts +1 -0
- package/build/address-book/mantle/platforms/beefyfinance.js +1 -0
- package/build/address-book/mantle/tokens/tokens.d.ts +25 -0
- package/build/address-book/mantle/tokens/tokens.js +25 -0
- package/build-esm/address-book/mantle/index.d.ts +50 -0
- package/build-esm/address-book/mantle/platforms/beefyfinance.d.ts +1 -0
- package/build-esm/address-book/mantle/platforms/beefyfinance.js +1 -0
- package/build-esm/address-book/mantle/tokens/tokens.d.ts +25 -0
- package/build-esm/address-book/mantle/tokens/tokens.js +25 -0
- package/package.json +1 -1
|
@@ -228,6 +228,31 @@ export declare const mantle: {
|
|
|
228
228
|
readonly bridge: "stargate";
|
|
229
229
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
230
230
|
};
|
|
231
|
+
readonly GHO: {
|
|
232
|
+
readonly name: "GHO";
|
|
233
|
+
readonly symbol: "GHO";
|
|
234
|
+
readonly oracleId: "GHO";
|
|
235
|
+
readonly address: "0xfc421aD3C883Bf9E7C4f42dE845C4e4405799e73";
|
|
236
|
+
readonly chainId: 5000;
|
|
237
|
+
readonly decimals: 18;
|
|
238
|
+
readonly website: "https://aave.com/";
|
|
239
|
+
readonly documentation: "https://aave.com/docs/ecosystem/gho";
|
|
240
|
+
readonly description: "GHO (pronounced go) is a decentralised, over-collateralised stablecoin that is fully backed, transparent, and native to the Aave Protocol. Designed to maintain a value pegged to the U.S. dollar, GHO is minted by users on demand, subject to mint cap limitations set by Aave's governance.";
|
|
241
|
+
readonly bridge: "chainlink-ccip";
|
|
242
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
243
|
+
};
|
|
244
|
+
readonly USDT0: {
|
|
245
|
+
readonly name: "USDT0";
|
|
246
|
+
readonly symbol: "USDT0";
|
|
247
|
+
readonly oracleId: "USDT0";
|
|
248
|
+
readonly address: "0x779Ded0c9e1022225f8E0630b35a9b54bE713736";
|
|
249
|
+
readonly chainId: 5000;
|
|
250
|
+
readonly decimals: 6;
|
|
251
|
+
readonly website: "https://tether.to/";
|
|
252
|
+
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.";
|
|
253
|
+
readonly bridge: "layer-zero";
|
|
254
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
255
|
+
};
|
|
231
256
|
};
|
|
232
257
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
233
258
|
readonly WNATIVE: {
|
|
@@ -456,6 +481,31 @@ export declare const mantle: {
|
|
|
456
481
|
readonly bridge: "stargate";
|
|
457
482
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
458
483
|
};
|
|
484
|
+
readonly GHO: {
|
|
485
|
+
readonly name: "GHO";
|
|
486
|
+
readonly symbol: "GHO";
|
|
487
|
+
readonly oracleId: "GHO";
|
|
488
|
+
readonly address: "0xfc421aD3C883Bf9E7C4f42dE845C4e4405799e73";
|
|
489
|
+
readonly chainId: 5000;
|
|
490
|
+
readonly decimals: 18;
|
|
491
|
+
readonly website: "https://aave.com/";
|
|
492
|
+
readonly documentation: "https://aave.com/docs/ecosystem/gho";
|
|
493
|
+
readonly description: "GHO (pronounced go) is a decentralised, over-collateralised stablecoin that is fully backed, transparent, and native to the Aave Protocol. Designed to maintain a value pegged to the U.S. dollar, GHO is minted by users on demand, subject to mint cap limitations set by Aave's governance.";
|
|
494
|
+
readonly bridge: "chainlink-ccip";
|
|
495
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
496
|
+
};
|
|
497
|
+
readonly USDT0: {
|
|
498
|
+
readonly name: "USDT0";
|
|
499
|
+
readonly symbol: "USDT0";
|
|
500
|
+
readonly oracleId: "USDT0";
|
|
501
|
+
readonly address: "0x779Ded0c9e1022225f8E0630b35a9b54bE713736";
|
|
502
|
+
readonly chainId: 5000;
|
|
503
|
+
readonly decimals: 6;
|
|
504
|
+
readonly website: "https://tether.to/";
|
|
505
|
+
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.";
|
|
506
|
+
readonly bridge: "layer-zero";
|
|
507
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
508
|
+
};
|
|
459
509
|
}>;
|
|
460
510
|
readonly native: {
|
|
461
511
|
readonly symbol: "MNT";
|
|
@@ -13,6 +13,7 @@ export declare const beefyfinance: {
|
|
|
13
13
|
readonly bifiMaxiStrategy: "0x0000000000000000000000000000000000000000";
|
|
14
14
|
readonly voter: "0x5e1caC103F943Cd84A1E92dAde4145664ebf692A";
|
|
15
15
|
readonly beefyFeeConfig: "0x8e0B63846ebEFf857EE35eF3BD3A2df9EF7D6456";
|
|
16
|
+
readonly strategyFactory: "0xc0Ca1F7DE45C42Fd1D78f9998a07385eE7C81462";
|
|
16
17
|
readonly vaultFactory: "0xfc69704cC3cAac545cC7577009Ea4AA04F1a61Eb";
|
|
17
18
|
readonly zap: "0x445d3D1E75824197bd6A7F46434F67D754FA25C3";
|
|
18
19
|
readonly zapTokenManager: "0x71c1203fD77fbB109aA06ef5F07f3CE592E96370";
|
|
@@ -18,6 +18,7 @@ exports.beefyfinance = {
|
|
|
18
18
|
bifiMaxiStrategy: '0x0000000000000000000000000000000000000000', // Not used
|
|
19
19
|
voter: '0x5e1caC103F943Cd84A1E92dAde4145664ebf692A',
|
|
20
20
|
beefyFeeConfig: '0x8e0B63846ebEFf857EE35eF3BD3A2df9EF7D6456',
|
|
21
|
+
strategyFactory: '0xc0Ca1F7DE45C42Fd1D78f9998a07385eE7C81462',
|
|
21
22
|
vaultFactory: '0xfc69704cC3cAac545cC7577009Ea4AA04F1a61Eb',
|
|
22
23
|
zap: '0x445d3D1E75824197bd6A7F46434F67D754FA25C3',
|
|
23
24
|
zapTokenManager: '0x71c1203fD77fbB109aA06ef5F07f3CE592E96370',
|
|
@@ -225,4 +225,29 @@ export declare const tokens: {
|
|
|
225
225
|
readonly bridge: "stargate";
|
|
226
226
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
227
227
|
};
|
|
228
|
+
readonly GHO: {
|
|
229
|
+
readonly name: "GHO";
|
|
230
|
+
readonly symbol: "GHO";
|
|
231
|
+
readonly oracleId: "GHO";
|
|
232
|
+
readonly address: "0xfc421aD3C883Bf9E7C4f42dE845C4e4405799e73";
|
|
233
|
+
readonly chainId: 5000;
|
|
234
|
+
readonly decimals: 18;
|
|
235
|
+
readonly website: "https://aave.com/";
|
|
236
|
+
readonly documentation: "https://aave.com/docs/ecosystem/gho";
|
|
237
|
+
readonly description: "GHO (pronounced go) is a decentralised, over-collateralised stablecoin that is fully backed, transparent, and native to the Aave Protocol. Designed to maintain a value pegged to the U.S. dollar, GHO is minted by users on demand, subject to mint cap limitations set by Aave's governance.";
|
|
238
|
+
readonly bridge: "chainlink-ccip";
|
|
239
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
240
|
+
};
|
|
241
|
+
readonly USDT0: {
|
|
242
|
+
readonly name: "USDT0";
|
|
243
|
+
readonly symbol: "USDT0";
|
|
244
|
+
readonly oracleId: "USDT0";
|
|
245
|
+
readonly address: "0x779Ded0c9e1022225f8E0630b35a9b54bE713736";
|
|
246
|
+
readonly chainId: 5000;
|
|
247
|
+
readonly decimals: 6;
|
|
248
|
+
readonly website: "https://tether.to/";
|
|
249
|
+
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.";
|
|
250
|
+
readonly bridge: "layer-zero";
|
|
251
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
252
|
+
};
|
|
228
253
|
};
|
|
@@ -196,4 +196,29 @@ exports.tokens = {
|
|
|
196
196
|
bridge: 'stargate',
|
|
197
197
|
tags: ['NO_TIMELOCK'],
|
|
198
198
|
},
|
|
199
|
+
GHO: {
|
|
200
|
+
name: 'GHO',
|
|
201
|
+
symbol: 'GHO',
|
|
202
|
+
oracleId: 'GHO',
|
|
203
|
+
address: '0xfc421aD3C883Bf9E7C4f42dE845C4e4405799e73',
|
|
204
|
+
chainId: 5000,
|
|
205
|
+
decimals: 18,
|
|
206
|
+
website: 'https://aave.com/',
|
|
207
|
+
documentation: 'https://aave.com/docs/ecosystem/gho',
|
|
208
|
+
description: "GHO (pronounced go) is a decentralised, over-collateralised stablecoin that is fully backed, transparent, and native to the Aave Protocol. Designed to maintain a value pegged to the U.S. dollar, GHO is minted by users on demand, subject to mint cap limitations set by Aave's governance.",
|
|
209
|
+
bridge: 'chainlink-ccip',
|
|
210
|
+
tags: ['STABLECOIN', 'SYNTHETIC'],
|
|
211
|
+
},
|
|
212
|
+
USDT0: {
|
|
213
|
+
name: 'USDT0',
|
|
214
|
+
symbol: 'USDT0',
|
|
215
|
+
oracleId: 'USDT0',
|
|
216
|
+
address: '0x779Ded0c9e1022225f8E0630b35a9b54bE713736',
|
|
217
|
+
chainId: 5000,
|
|
218
|
+
decimals: 6,
|
|
219
|
+
website: 'https://tether.to/',
|
|
220
|
+
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.',
|
|
221
|
+
bridge: 'layer-zero',
|
|
222
|
+
tags: ['STABLECOIN'],
|
|
223
|
+
},
|
|
199
224
|
};
|
|
@@ -228,6 +228,31 @@ export declare const mantle: {
|
|
|
228
228
|
readonly bridge: "stargate";
|
|
229
229
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
230
230
|
};
|
|
231
|
+
readonly GHO: {
|
|
232
|
+
readonly name: "GHO";
|
|
233
|
+
readonly symbol: "GHO";
|
|
234
|
+
readonly oracleId: "GHO";
|
|
235
|
+
readonly address: "0xfc421aD3C883Bf9E7C4f42dE845C4e4405799e73";
|
|
236
|
+
readonly chainId: 5000;
|
|
237
|
+
readonly decimals: 18;
|
|
238
|
+
readonly website: "https://aave.com/";
|
|
239
|
+
readonly documentation: "https://aave.com/docs/ecosystem/gho";
|
|
240
|
+
readonly description: "GHO (pronounced go) is a decentralised, over-collateralised stablecoin that is fully backed, transparent, and native to the Aave Protocol. Designed to maintain a value pegged to the U.S. dollar, GHO is minted by users on demand, subject to mint cap limitations set by Aave's governance.";
|
|
241
|
+
readonly bridge: "chainlink-ccip";
|
|
242
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
243
|
+
};
|
|
244
|
+
readonly USDT0: {
|
|
245
|
+
readonly name: "USDT0";
|
|
246
|
+
readonly symbol: "USDT0";
|
|
247
|
+
readonly oracleId: "USDT0";
|
|
248
|
+
readonly address: "0x779Ded0c9e1022225f8E0630b35a9b54bE713736";
|
|
249
|
+
readonly chainId: 5000;
|
|
250
|
+
readonly decimals: 6;
|
|
251
|
+
readonly website: "https://tether.to/";
|
|
252
|
+
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.";
|
|
253
|
+
readonly bridge: "layer-zero";
|
|
254
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
255
|
+
};
|
|
231
256
|
};
|
|
232
257
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
233
258
|
readonly WNATIVE: {
|
|
@@ -456,6 +481,31 @@ export declare const mantle: {
|
|
|
456
481
|
readonly bridge: "stargate";
|
|
457
482
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
458
483
|
};
|
|
484
|
+
readonly GHO: {
|
|
485
|
+
readonly name: "GHO";
|
|
486
|
+
readonly symbol: "GHO";
|
|
487
|
+
readonly oracleId: "GHO";
|
|
488
|
+
readonly address: "0xfc421aD3C883Bf9E7C4f42dE845C4e4405799e73";
|
|
489
|
+
readonly chainId: 5000;
|
|
490
|
+
readonly decimals: 18;
|
|
491
|
+
readonly website: "https://aave.com/";
|
|
492
|
+
readonly documentation: "https://aave.com/docs/ecosystem/gho";
|
|
493
|
+
readonly description: "GHO (pronounced go) is a decentralised, over-collateralised stablecoin that is fully backed, transparent, and native to the Aave Protocol. Designed to maintain a value pegged to the U.S. dollar, GHO is minted by users on demand, subject to mint cap limitations set by Aave's governance.";
|
|
494
|
+
readonly bridge: "chainlink-ccip";
|
|
495
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
496
|
+
};
|
|
497
|
+
readonly USDT0: {
|
|
498
|
+
readonly name: "USDT0";
|
|
499
|
+
readonly symbol: "USDT0";
|
|
500
|
+
readonly oracleId: "USDT0";
|
|
501
|
+
readonly address: "0x779Ded0c9e1022225f8E0630b35a9b54bE713736";
|
|
502
|
+
readonly chainId: 5000;
|
|
503
|
+
readonly decimals: 6;
|
|
504
|
+
readonly website: "https://tether.to/";
|
|
505
|
+
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.";
|
|
506
|
+
readonly bridge: "layer-zero";
|
|
507
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
508
|
+
};
|
|
459
509
|
}>;
|
|
460
510
|
readonly native: {
|
|
461
511
|
readonly symbol: "MNT";
|
|
@@ -13,6 +13,7 @@ export declare const beefyfinance: {
|
|
|
13
13
|
readonly bifiMaxiStrategy: "0x0000000000000000000000000000000000000000";
|
|
14
14
|
readonly voter: "0x5e1caC103F943Cd84A1E92dAde4145664ebf692A";
|
|
15
15
|
readonly beefyFeeConfig: "0x8e0B63846ebEFf857EE35eF3BD3A2df9EF7D6456";
|
|
16
|
+
readonly strategyFactory: "0xc0Ca1F7DE45C42Fd1D78f9998a07385eE7C81462";
|
|
16
17
|
readonly vaultFactory: "0xfc69704cC3cAac545cC7577009Ea4AA04F1a61Eb";
|
|
17
18
|
readonly zap: "0x445d3D1E75824197bd6A7F46434F67D754FA25C3";
|
|
18
19
|
readonly zapTokenManager: "0x71c1203fD77fbB109aA06ef5F07f3CE592E96370";
|
|
@@ -15,6 +15,7 @@ export const beefyfinance = {
|
|
|
15
15
|
bifiMaxiStrategy: '0x0000000000000000000000000000000000000000', // Not used
|
|
16
16
|
voter: '0x5e1caC103F943Cd84A1E92dAde4145664ebf692A',
|
|
17
17
|
beefyFeeConfig: '0x8e0B63846ebEFf857EE35eF3BD3A2df9EF7D6456',
|
|
18
|
+
strategyFactory: '0xc0Ca1F7DE45C42Fd1D78f9998a07385eE7C81462',
|
|
18
19
|
vaultFactory: '0xfc69704cC3cAac545cC7577009Ea4AA04F1a61Eb',
|
|
19
20
|
zap: '0x445d3D1E75824197bd6A7F46434F67D754FA25C3',
|
|
20
21
|
zapTokenManager: '0x71c1203fD77fbB109aA06ef5F07f3CE592E96370',
|
|
@@ -225,4 +225,29 @@ export declare const tokens: {
|
|
|
225
225
|
readonly bridge: "stargate";
|
|
226
226
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
227
227
|
};
|
|
228
|
+
readonly GHO: {
|
|
229
|
+
readonly name: "GHO";
|
|
230
|
+
readonly symbol: "GHO";
|
|
231
|
+
readonly oracleId: "GHO";
|
|
232
|
+
readonly address: "0xfc421aD3C883Bf9E7C4f42dE845C4e4405799e73";
|
|
233
|
+
readonly chainId: 5000;
|
|
234
|
+
readonly decimals: 18;
|
|
235
|
+
readonly website: "https://aave.com/";
|
|
236
|
+
readonly documentation: "https://aave.com/docs/ecosystem/gho";
|
|
237
|
+
readonly description: "GHO (pronounced go) is a decentralised, over-collateralised stablecoin that is fully backed, transparent, and native to the Aave Protocol. Designed to maintain a value pegged to the U.S. dollar, GHO is minted by users on demand, subject to mint cap limitations set by Aave's governance.";
|
|
238
|
+
readonly bridge: "chainlink-ccip";
|
|
239
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
240
|
+
};
|
|
241
|
+
readonly USDT0: {
|
|
242
|
+
readonly name: "USDT0";
|
|
243
|
+
readonly symbol: "USDT0";
|
|
244
|
+
readonly oracleId: "USDT0";
|
|
245
|
+
readonly address: "0x779Ded0c9e1022225f8E0630b35a9b54bE713736";
|
|
246
|
+
readonly chainId: 5000;
|
|
247
|
+
readonly decimals: 6;
|
|
248
|
+
readonly website: "https://tether.to/";
|
|
249
|
+
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.";
|
|
250
|
+
readonly bridge: "layer-zero";
|
|
251
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
252
|
+
};
|
|
228
253
|
};
|
|
@@ -193,4 +193,29 @@ export const tokens = {
|
|
|
193
193
|
bridge: 'stargate',
|
|
194
194
|
tags: ['NO_TIMELOCK'],
|
|
195
195
|
},
|
|
196
|
+
GHO: {
|
|
197
|
+
name: 'GHO',
|
|
198
|
+
symbol: 'GHO',
|
|
199
|
+
oracleId: 'GHO',
|
|
200
|
+
address: '0xfc421aD3C883Bf9E7C4f42dE845C4e4405799e73',
|
|
201
|
+
chainId: 5000,
|
|
202
|
+
decimals: 18,
|
|
203
|
+
website: 'https://aave.com/',
|
|
204
|
+
documentation: 'https://aave.com/docs/ecosystem/gho',
|
|
205
|
+
description: "GHO (pronounced go) is a decentralised, over-collateralised stablecoin that is fully backed, transparent, and native to the Aave Protocol. Designed to maintain a value pegged to the U.S. dollar, GHO is minted by users on demand, subject to mint cap limitations set by Aave's governance.",
|
|
206
|
+
bridge: 'chainlink-ccip',
|
|
207
|
+
tags: ['STABLECOIN', 'SYNTHETIC'],
|
|
208
|
+
},
|
|
209
|
+
USDT0: {
|
|
210
|
+
name: 'USDT0',
|
|
211
|
+
symbol: 'USDT0',
|
|
212
|
+
oracleId: 'USDT0',
|
|
213
|
+
address: '0x779Ded0c9e1022225f8E0630b35a9b54bE713736',
|
|
214
|
+
chainId: 5000,
|
|
215
|
+
decimals: 6,
|
|
216
|
+
website: 'https://tether.to/',
|
|
217
|
+
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.',
|
|
218
|
+
bridge: 'layer-zero',
|
|
219
|
+
tags: ['STABLECOIN'],
|
|
220
|
+
},
|
|
196
221
|
};
|
package/package.json
CHANGED