@beefyfinance/blockchain-addressbook 0.54.177 → 0.54.179

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.
@@ -3173,6 +3173,19 @@ export declare const base: {
3173
3173
  readonly bridge: "native";
3174
3174
  readonly tags: readonly ["MEMECOIN"];
3175
3175
  };
3176
+ readonly WCT: {
3177
+ readonly name: "WalletConnect";
3178
+ readonly symbol: "WCT";
3179
+ readonly oracleId: "WCT";
3180
+ readonly address: "0xeF4461891DfB3AC8572cCf7C794664A8DD927945";
3181
+ readonly chainId: 8453;
3182
+ readonly decimals: 18;
3183
+ readonly website: "https://walletconnect.network/";
3184
+ readonly description: "WalletConnect is a non-custodial multi-chain wallet connector.";
3185
+ readonly documentation: "https://docs.walletconnect.network/";
3186
+ readonly bridge: "wormhole";
3187
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
3188
+ };
3176
3189
  readonly UP: {
3177
3190
  readonly name: "Superform";
3178
3191
  readonly symbol: "UP";
@@ -6395,6 +6408,19 @@ export declare const base: {
6395
6408
  readonly bridge: "native";
6396
6409
  readonly tags: readonly ["MEMECOIN"];
6397
6410
  };
6411
+ readonly WCT: {
6412
+ readonly name: "WalletConnect";
6413
+ readonly symbol: "WCT";
6414
+ readonly oracleId: "WCT";
6415
+ readonly address: "0xeF4461891DfB3AC8572cCf7C794664A8DD927945";
6416
+ readonly chainId: 8453;
6417
+ readonly decimals: 18;
6418
+ readonly website: "https://walletconnect.network/";
6419
+ readonly description: "WalletConnect is a non-custodial multi-chain wallet connector.";
6420
+ readonly documentation: "https://docs.walletconnect.network/";
6421
+ readonly bridge: "wormhole";
6422
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
6423
+ };
6398
6424
  readonly UP: {
6399
6425
  readonly name: "Superform";
6400
6426
  readonly symbol: "UP";
@@ -3170,6 +3170,19 @@ export declare const tokens: {
3170
3170
  readonly bridge: "native";
3171
3171
  readonly tags: readonly ["MEMECOIN"];
3172
3172
  };
3173
+ readonly WCT: {
3174
+ readonly name: "WalletConnect";
3175
+ readonly symbol: "WCT";
3176
+ readonly oracleId: "WCT";
3177
+ readonly address: "0xeF4461891DfB3AC8572cCf7C794664A8DD927945";
3178
+ readonly chainId: 8453;
3179
+ readonly decimals: 18;
3180
+ readonly website: "https://walletconnect.network/";
3181
+ readonly description: "WalletConnect is a non-custodial multi-chain wallet connector.";
3182
+ readonly documentation: "https://docs.walletconnect.network/";
3183
+ readonly bridge: "wormhole";
3184
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
3185
+ };
3173
3186
  readonly UP: {
3174
3187
  readonly name: "Superform";
3175
3188
  readonly symbol: "UP";
@@ -3138,6 +3138,19 @@ exports.tokens = {
3138
3138
  bridge: 'native',
3139
3139
  tags: ['MEMECOIN'],
3140
3140
  },
3141
+ WCT: {
3142
+ name: 'WalletConnect',
3143
+ symbol: 'WCT',
3144
+ oracleId: 'WCT',
3145
+ address: '0xeF4461891DfB3AC8572cCf7C794664A8DD927945',
3146
+ chainId: 8453,
3147
+ decimals: 18,
3148
+ website: 'https://walletconnect.network/',
3149
+ description: 'WalletConnect is a non-custodial multi-chain wallet connector.',
3150
+ documentation: 'https://docs.walletconnect.network/',
3151
+ bridge: 'wormhole',
3152
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
3153
+ },
3141
3154
  UP: {
3142
3155
  name: 'Superform',
3143
3156
  symbol: 'UP',
@@ -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";
@@ -22,6 +23,7 @@ export declare const beefyfinance: {
22
23
  readonly positionMulticall: "0xAa1E13Eb1A574F3f3581aB784a3b96195C0e1379";
23
24
  readonly beefySwapper: "0x9C18deE5290925f596fbEfee2f6745b640f3A4C6";
24
25
  readonly beefyOracle: "0x61129dCBd8944aB2D1C6792428603b0845f60c5B";
26
+ readonly beefyOracleChainlink: "0x97901108FD4A0397bd9fdb4200bBdDdee0E32959";
25
27
  readonly beefyOracleUniswapV3: "0x992Ccc9D9b8b76310E044660E96171116820F019";
26
28
  readonly beefyOraclePyth: "0x70Ed6174d8425332F7D9AD2d26C86902977307c0";
27
29
  readonly beefyMultiHopSwapper: "0xdebcd12920E4e39A6c787197dB9812791114Fa3E";
@@ -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',
@@ -29,6 +30,7 @@ exports.beefyfinance = {
29
30
  /// Beefy Swapper Contracts
30
31
  beefySwapper: '0x9C18deE5290925f596fbEfee2f6745b640f3A4C6',
31
32
  beefyOracle: '0x61129dCBd8944aB2D1C6792428603b0845f60c5B',
33
+ beefyOracleChainlink: '0x97901108FD4A0397bd9fdb4200bBdDdee0E32959',
32
34
  beefyOracleUniswapV3: '0x992Ccc9D9b8b76310E044660E96171116820F019',
33
35
  beefyOraclePyth: '0x70Ed6174d8425332F7D9AD2d26C86902977307c0',
34
36
  beefyMultiHopSwapper: '0xdebcd12920E4e39A6c787197dB9812791114Fa3E',
@@ -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
  };
@@ -3173,6 +3173,19 @@ export declare const base: {
3173
3173
  readonly bridge: "native";
3174
3174
  readonly tags: readonly ["MEMECOIN"];
3175
3175
  };
3176
+ readonly WCT: {
3177
+ readonly name: "WalletConnect";
3178
+ readonly symbol: "WCT";
3179
+ readonly oracleId: "WCT";
3180
+ readonly address: "0xeF4461891DfB3AC8572cCf7C794664A8DD927945";
3181
+ readonly chainId: 8453;
3182
+ readonly decimals: 18;
3183
+ readonly website: "https://walletconnect.network/";
3184
+ readonly description: "WalletConnect is a non-custodial multi-chain wallet connector.";
3185
+ readonly documentation: "https://docs.walletconnect.network/";
3186
+ readonly bridge: "wormhole";
3187
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
3188
+ };
3176
3189
  readonly UP: {
3177
3190
  readonly name: "Superform";
3178
3191
  readonly symbol: "UP";
@@ -6395,6 +6408,19 @@ export declare const base: {
6395
6408
  readonly bridge: "native";
6396
6409
  readonly tags: readonly ["MEMECOIN"];
6397
6410
  };
6411
+ readonly WCT: {
6412
+ readonly name: "WalletConnect";
6413
+ readonly symbol: "WCT";
6414
+ readonly oracleId: "WCT";
6415
+ readonly address: "0xeF4461891DfB3AC8572cCf7C794664A8DD927945";
6416
+ readonly chainId: 8453;
6417
+ readonly decimals: 18;
6418
+ readonly website: "https://walletconnect.network/";
6419
+ readonly description: "WalletConnect is a non-custodial multi-chain wallet connector.";
6420
+ readonly documentation: "https://docs.walletconnect.network/";
6421
+ readonly bridge: "wormhole";
6422
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
6423
+ };
6398
6424
  readonly UP: {
6399
6425
  readonly name: "Superform";
6400
6426
  readonly symbol: "UP";
@@ -3170,6 +3170,19 @@ export declare const tokens: {
3170
3170
  readonly bridge: "native";
3171
3171
  readonly tags: readonly ["MEMECOIN"];
3172
3172
  };
3173
+ readonly WCT: {
3174
+ readonly name: "WalletConnect";
3175
+ readonly symbol: "WCT";
3176
+ readonly oracleId: "WCT";
3177
+ readonly address: "0xeF4461891DfB3AC8572cCf7C794664A8DD927945";
3178
+ readonly chainId: 8453;
3179
+ readonly decimals: 18;
3180
+ readonly website: "https://walletconnect.network/";
3181
+ readonly description: "WalletConnect is a non-custodial multi-chain wallet connector.";
3182
+ readonly documentation: "https://docs.walletconnect.network/";
3183
+ readonly bridge: "wormhole";
3184
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
3185
+ };
3173
3186
  readonly UP: {
3174
3187
  readonly name: "Superform";
3175
3188
  readonly symbol: "UP";
@@ -3135,6 +3135,19 @@ export const tokens = {
3135
3135
  bridge: 'native',
3136
3136
  tags: ['MEMECOIN'],
3137
3137
  },
3138
+ WCT: {
3139
+ name: 'WalletConnect',
3140
+ symbol: 'WCT',
3141
+ oracleId: 'WCT',
3142
+ address: '0xeF4461891DfB3AC8572cCf7C794664A8DD927945',
3143
+ chainId: 8453,
3144
+ decimals: 18,
3145
+ website: 'https://walletconnect.network/',
3146
+ description: 'WalletConnect is a non-custodial multi-chain wallet connector.',
3147
+ documentation: 'https://docs.walletconnect.network/',
3148
+ bridge: 'wormhole',
3149
+ tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
3150
+ },
3138
3151
  UP: {
3139
3152
  name: 'Superform',
3140
3153
  symbol: 'UP',
@@ -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";
@@ -22,6 +23,7 @@ export declare const beefyfinance: {
22
23
  readonly positionMulticall: "0xAa1E13Eb1A574F3f3581aB784a3b96195C0e1379";
23
24
  readonly beefySwapper: "0x9C18deE5290925f596fbEfee2f6745b640f3A4C6";
24
25
  readonly beefyOracle: "0x61129dCBd8944aB2D1C6792428603b0845f60c5B";
26
+ readonly beefyOracleChainlink: "0x97901108FD4A0397bd9fdb4200bBdDdee0E32959";
25
27
  readonly beefyOracleUniswapV3: "0x992Ccc9D9b8b76310E044660E96171116820F019";
26
28
  readonly beefyOraclePyth: "0x70Ed6174d8425332F7D9AD2d26C86902977307c0";
27
29
  readonly beefyMultiHopSwapper: "0xdebcd12920E4e39A6c787197dB9812791114Fa3E";
@@ -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',
@@ -26,6 +27,7 @@ export const beefyfinance = {
26
27
  /// Beefy Swapper Contracts
27
28
  beefySwapper: '0x9C18deE5290925f596fbEfee2f6745b640f3A4C6',
28
29
  beefyOracle: '0x61129dCBd8944aB2D1C6792428603b0845f60c5B',
30
+ beefyOracleChainlink: '0x97901108FD4A0397bd9fdb4200bBdDdee0E32959',
29
31
  beefyOracleUniswapV3: '0x992Ccc9D9b8b76310E044660E96171116820F019',
30
32
  beefyOraclePyth: '0x70Ed6174d8425332F7D9AD2d26C86902977307c0',
31
33
  beefyMultiHopSwapper: '0xdebcd12920E4e39A6c787197dB9812791114Fa3E',
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beefyfinance/blockchain-addressbook",
3
- "version": "0.54.177",
3
+ "version": "0.54.179",
4
4
  "description": "A collection of useful addresses on various chains for defi development",
5
5
  "type": "commonjs",
6
6
  "types": "./build/address-book/index.d.ts",