@beefyfinance/blockchain-addressbook 0.55.2 → 0.55.4
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/base/index.d.ts +24 -0
- package/build/address-book/base/tokens/tokens.d.ts +12 -0
- package/build/address-book/base/tokens/tokens.js +12 -0
- package/build/address-book/hyperevm/platforms/beefyfinance.d.ts +1 -0
- package/build/address-book/hyperevm/platforms/beefyfinance.js +1 -0
- package/build-esm/address-book/base/index.d.ts +24 -0
- package/build-esm/address-book/base/tokens/tokens.d.ts +12 -0
- package/build-esm/address-book/base/tokens/tokens.js +12 -0
- package/build-esm/address-book/hyperevm/platforms/beefyfinance.d.ts +1 -0
- package/build-esm/address-book/hyperevm/platforms/beefyfinance.js +1 -0
- package/package.json +1 -1
|
@@ -3273,6 +3273,18 @@ export declare const base: {
|
|
|
3273
3273
|
readonly bridge: "layer-zero";
|
|
3274
3274
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
3275
3275
|
};
|
|
3276
|
+
readonly JitoSOL: {
|
|
3277
|
+
readonly name: "Jito Staked SOL";
|
|
3278
|
+
readonly symbol: "JitoSOL";
|
|
3279
|
+
readonly oracleId: "JitoSOL";
|
|
3280
|
+
readonly address: "0x97bE14Dd8f994A5364573BC035D85309E7CB34de";
|
|
3281
|
+
readonly chainId: 8453;
|
|
3282
|
+
readonly decimals: 9;
|
|
3283
|
+
readonly website: "https://www.jito.network/";
|
|
3284
|
+
readonly description: "Jito is the liquid staking service for Solana that distributes MEV (maximum extractable value) rewards to holders. The JitoSOL token provides liquidity while earning a combination of staking rewards and MEV rewards.";
|
|
3285
|
+
readonly documentation: "https://www.jito.network/docs";
|
|
3286
|
+
readonly bridge: "base-canonical";
|
|
3287
|
+
};
|
|
3276
3288
|
readonly AUKI: {
|
|
3277
3289
|
readonly name: "Auki Token";
|
|
3278
3290
|
readonly symbol: "AUKI";
|
|
@@ -6699,6 +6711,18 @@ export declare const base: {
|
|
|
6699
6711
|
readonly bridge: "layer-zero";
|
|
6700
6712
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
6701
6713
|
};
|
|
6714
|
+
readonly JitoSOL: {
|
|
6715
|
+
readonly name: "Jito Staked SOL";
|
|
6716
|
+
readonly symbol: "JitoSOL";
|
|
6717
|
+
readonly oracleId: "JitoSOL";
|
|
6718
|
+
readonly address: "0x97bE14Dd8f994A5364573BC035D85309E7CB34de";
|
|
6719
|
+
readonly chainId: 8453;
|
|
6720
|
+
readonly decimals: 9;
|
|
6721
|
+
readonly website: "https://www.jito.network/";
|
|
6722
|
+
readonly description: "Jito is the liquid staking service for Solana that distributes MEV (maximum extractable value) rewards to holders. The JitoSOL token provides liquidity while earning a combination of staking rewards and MEV rewards.";
|
|
6723
|
+
readonly documentation: "https://www.jito.network/docs";
|
|
6724
|
+
readonly bridge: "base-canonical";
|
|
6725
|
+
};
|
|
6702
6726
|
readonly AUKI: {
|
|
6703
6727
|
readonly name: "Auki Token";
|
|
6704
6728
|
readonly symbol: "AUKI";
|
|
@@ -3270,6 +3270,18 @@ export declare const tokens: {
|
|
|
3270
3270
|
readonly bridge: "layer-zero";
|
|
3271
3271
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
3272
3272
|
};
|
|
3273
|
+
readonly JitoSOL: {
|
|
3274
|
+
readonly name: "Jito Staked SOL";
|
|
3275
|
+
readonly symbol: "JitoSOL";
|
|
3276
|
+
readonly oracleId: "JitoSOL";
|
|
3277
|
+
readonly address: "0x97bE14Dd8f994A5364573BC035D85309E7CB34de";
|
|
3278
|
+
readonly chainId: 8453;
|
|
3279
|
+
readonly decimals: 9;
|
|
3280
|
+
readonly website: "https://www.jito.network/";
|
|
3281
|
+
readonly description: "Jito is the liquid staking service for Solana that distributes MEV (maximum extractable value) rewards to holders. The JitoSOL token provides liquidity while earning a combination of staking rewards and MEV rewards.";
|
|
3282
|
+
readonly documentation: "https://www.jito.network/docs";
|
|
3283
|
+
readonly bridge: "base-canonical";
|
|
3284
|
+
};
|
|
3273
3285
|
readonly AUKI: {
|
|
3274
3286
|
readonly name: "Auki Token";
|
|
3275
3287
|
readonly symbol: "AUKI";
|
|
@@ -3238,6 +3238,18 @@ exports.tokens = {
|
|
|
3238
3238
|
bridge: 'layer-zero',
|
|
3239
3239
|
tags: ['NO_TIMELOCK'],
|
|
3240
3240
|
},
|
|
3241
|
+
JitoSOL: {
|
|
3242
|
+
name: 'Jito Staked SOL',
|
|
3243
|
+
symbol: 'JitoSOL',
|
|
3244
|
+
oracleId: 'JitoSOL',
|
|
3245
|
+
address: '0x97bE14Dd8f994A5364573BC035D85309E7CB34de',
|
|
3246
|
+
chainId: 8453,
|
|
3247
|
+
decimals: 9,
|
|
3248
|
+
website: 'https://www.jito.network/',
|
|
3249
|
+
description: 'Jito is the liquid staking service for Solana that distributes MEV (maximum extractable value) rewards to holders. The JitoSOL token provides liquidity while earning a combination of staking rewards and MEV rewards.',
|
|
3250
|
+
documentation: 'https://www.jito.network/docs',
|
|
3251
|
+
bridge: 'base-canonical',
|
|
3252
|
+
},
|
|
3241
3253
|
AUKI: {
|
|
3242
3254
|
name: 'Auki Token',
|
|
3243
3255
|
symbol: 'AUKI',
|
|
@@ -29,6 +29,7 @@ export declare const beefyfinance: {
|
|
|
29
29
|
readonly beefyOracleChainlink: "0x70127945067E4224d7B6ABfDc6f57e3ea45d5CA4";
|
|
30
30
|
readonly beefyOracleUniswapV2: "0xA5Cd8A60a05571141370D184e255777e5c2d5968";
|
|
31
31
|
readonly beefyOracleUniswapV3: "0x542Bf9f89c3Ba0edb7aE5EB4Cf582d349fCdC608";
|
|
32
|
+
readonly beefyOracleAlgebra: "0xC5201409767EC42506953cE6c980bebaf593333E";
|
|
32
33
|
readonly beefyMultiHopSwapper: "0x97f846776eC93f1b355e4fa70D77B96B868F09D7";
|
|
33
34
|
readonly circleBeefyReceiver: "0x00000076f6B75081EF1526C5d9c20D5430f0Beef";
|
|
34
35
|
readonly swappingRelay: "0xfA572f5563411BbF20fC40b0A6A0D5A9fA1aF00D";
|
|
@@ -36,6 +36,7 @@ exports.beefyfinance = {
|
|
|
36
36
|
beefyOracleChainlink: '0x70127945067E4224d7B6ABfDc6f57e3ea45d5CA4',
|
|
37
37
|
beefyOracleUniswapV2: '0xA5Cd8A60a05571141370D184e255777e5c2d5968',
|
|
38
38
|
beefyOracleUniswapV3: '0x542Bf9f89c3Ba0edb7aE5EB4Cf582d349fCdC608',
|
|
39
|
+
beefyOracleAlgebra: '0xC5201409767EC42506953cE6c980bebaf593333E',
|
|
39
40
|
beefyMultiHopSwapper: '0x97f846776eC93f1b355e4fa70D77B96B868F09D7',
|
|
40
41
|
/// Cross-Chain Contracts
|
|
41
42
|
circleBeefyReceiver: '0x00000076f6B75081EF1526C5d9c20D5430f0Beef',
|
|
@@ -3273,6 +3273,18 @@ export declare const base: {
|
|
|
3273
3273
|
readonly bridge: "layer-zero";
|
|
3274
3274
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
3275
3275
|
};
|
|
3276
|
+
readonly JitoSOL: {
|
|
3277
|
+
readonly name: "Jito Staked SOL";
|
|
3278
|
+
readonly symbol: "JitoSOL";
|
|
3279
|
+
readonly oracleId: "JitoSOL";
|
|
3280
|
+
readonly address: "0x97bE14Dd8f994A5364573BC035D85309E7CB34de";
|
|
3281
|
+
readonly chainId: 8453;
|
|
3282
|
+
readonly decimals: 9;
|
|
3283
|
+
readonly website: "https://www.jito.network/";
|
|
3284
|
+
readonly description: "Jito is the liquid staking service for Solana that distributes MEV (maximum extractable value) rewards to holders. The JitoSOL token provides liquidity while earning a combination of staking rewards and MEV rewards.";
|
|
3285
|
+
readonly documentation: "https://www.jito.network/docs";
|
|
3286
|
+
readonly bridge: "base-canonical";
|
|
3287
|
+
};
|
|
3276
3288
|
readonly AUKI: {
|
|
3277
3289
|
readonly name: "Auki Token";
|
|
3278
3290
|
readonly symbol: "AUKI";
|
|
@@ -6699,6 +6711,18 @@ export declare const base: {
|
|
|
6699
6711
|
readonly bridge: "layer-zero";
|
|
6700
6712
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
6701
6713
|
};
|
|
6714
|
+
readonly JitoSOL: {
|
|
6715
|
+
readonly name: "Jito Staked SOL";
|
|
6716
|
+
readonly symbol: "JitoSOL";
|
|
6717
|
+
readonly oracleId: "JitoSOL";
|
|
6718
|
+
readonly address: "0x97bE14Dd8f994A5364573BC035D85309E7CB34de";
|
|
6719
|
+
readonly chainId: 8453;
|
|
6720
|
+
readonly decimals: 9;
|
|
6721
|
+
readonly website: "https://www.jito.network/";
|
|
6722
|
+
readonly description: "Jito is the liquid staking service for Solana that distributes MEV (maximum extractable value) rewards to holders. The JitoSOL token provides liquidity while earning a combination of staking rewards and MEV rewards.";
|
|
6723
|
+
readonly documentation: "https://www.jito.network/docs";
|
|
6724
|
+
readonly bridge: "base-canonical";
|
|
6725
|
+
};
|
|
6702
6726
|
readonly AUKI: {
|
|
6703
6727
|
readonly name: "Auki Token";
|
|
6704
6728
|
readonly symbol: "AUKI";
|
|
@@ -3270,6 +3270,18 @@ export declare const tokens: {
|
|
|
3270
3270
|
readonly bridge: "layer-zero";
|
|
3271
3271
|
readonly tags: readonly ["NO_TIMELOCK"];
|
|
3272
3272
|
};
|
|
3273
|
+
readonly JitoSOL: {
|
|
3274
|
+
readonly name: "Jito Staked SOL";
|
|
3275
|
+
readonly symbol: "JitoSOL";
|
|
3276
|
+
readonly oracleId: "JitoSOL";
|
|
3277
|
+
readonly address: "0x97bE14Dd8f994A5364573BC035D85309E7CB34de";
|
|
3278
|
+
readonly chainId: 8453;
|
|
3279
|
+
readonly decimals: 9;
|
|
3280
|
+
readonly website: "https://www.jito.network/";
|
|
3281
|
+
readonly description: "Jito is the liquid staking service for Solana that distributes MEV (maximum extractable value) rewards to holders. The JitoSOL token provides liquidity while earning a combination of staking rewards and MEV rewards.";
|
|
3282
|
+
readonly documentation: "https://www.jito.network/docs";
|
|
3283
|
+
readonly bridge: "base-canonical";
|
|
3284
|
+
};
|
|
3273
3285
|
readonly AUKI: {
|
|
3274
3286
|
readonly name: "Auki Token";
|
|
3275
3287
|
readonly symbol: "AUKI";
|
|
@@ -3235,6 +3235,18 @@ export const tokens = {
|
|
|
3235
3235
|
bridge: 'layer-zero',
|
|
3236
3236
|
tags: ['NO_TIMELOCK'],
|
|
3237
3237
|
},
|
|
3238
|
+
JitoSOL: {
|
|
3239
|
+
name: 'Jito Staked SOL',
|
|
3240
|
+
symbol: 'JitoSOL',
|
|
3241
|
+
oracleId: 'JitoSOL',
|
|
3242
|
+
address: '0x97bE14Dd8f994A5364573BC035D85309E7CB34de',
|
|
3243
|
+
chainId: 8453,
|
|
3244
|
+
decimals: 9,
|
|
3245
|
+
website: 'https://www.jito.network/',
|
|
3246
|
+
description: 'Jito is the liquid staking service for Solana that distributes MEV (maximum extractable value) rewards to holders. The JitoSOL token provides liquidity while earning a combination of staking rewards and MEV rewards.',
|
|
3247
|
+
documentation: 'https://www.jito.network/docs',
|
|
3248
|
+
bridge: 'base-canonical',
|
|
3249
|
+
},
|
|
3238
3250
|
AUKI: {
|
|
3239
3251
|
name: 'Auki Token',
|
|
3240
3252
|
symbol: 'AUKI',
|
|
@@ -29,6 +29,7 @@ export declare const beefyfinance: {
|
|
|
29
29
|
readonly beefyOracleChainlink: "0x70127945067E4224d7B6ABfDc6f57e3ea45d5CA4";
|
|
30
30
|
readonly beefyOracleUniswapV2: "0xA5Cd8A60a05571141370D184e255777e5c2d5968";
|
|
31
31
|
readonly beefyOracleUniswapV3: "0x542Bf9f89c3Ba0edb7aE5EB4Cf582d349fCdC608";
|
|
32
|
+
readonly beefyOracleAlgebra: "0xC5201409767EC42506953cE6c980bebaf593333E";
|
|
32
33
|
readonly beefyMultiHopSwapper: "0x97f846776eC93f1b355e4fa70D77B96B868F09D7";
|
|
33
34
|
readonly circleBeefyReceiver: "0x00000076f6B75081EF1526C5d9c20D5430f0Beef";
|
|
34
35
|
readonly swappingRelay: "0xfA572f5563411BbF20fC40b0A6A0D5A9fA1aF00D";
|
|
@@ -33,6 +33,7 @@ export const beefyfinance = {
|
|
|
33
33
|
beefyOracleChainlink: '0x70127945067E4224d7B6ABfDc6f57e3ea45d5CA4',
|
|
34
34
|
beefyOracleUniswapV2: '0xA5Cd8A60a05571141370D184e255777e5c2d5968',
|
|
35
35
|
beefyOracleUniswapV3: '0x542Bf9f89c3Ba0edb7aE5EB4Cf582d349fCdC608',
|
|
36
|
+
beefyOracleAlgebra: '0xC5201409767EC42506953cE6c980bebaf593333E',
|
|
36
37
|
beefyMultiHopSwapper: '0x97f846776eC93f1b355e4fa70D77B96B868F09D7',
|
|
37
38
|
/// Cross-Chain Contracts
|
|
38
39
|
circleBeefyReceiver: '0x00000076f6B75081EF1526C5d9c20D5430f0Beef',
|
package/package.json
CHANGED