@beefyfinance/blockchain-addressbook 0.55.1 → 0.55.3
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/ethereum/index.d.ts +26 -0
- package/build/address-book/ethereum/tokens/tokens.d.ts +13 -0
- package/build/address-book/ethereum/tokens/tokens.js +13 -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/ethereum/index.d.ts +26 -0
- package/build-esm/address-book/ethereum/tokens/tokens.d.ts +13 -0
- package/build-esm/address-book/ethereum/tokens/tokens.js +13 -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
|
@@ -2909,6 +2909,19 @@ export declare const ethereum: {
|
|
|
2909
2909
|
readonly bridge: "layer-zero";
|
|
2910
2910
|
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
2911
2911
|
};
|
|
2912
|
+
readonly ASTEROID: {
|
|
2913
|
+
readonly name: "Asteroid Shiba";
|
|
2914
|
+
readonly symbol: "ASTEROID";
|
|
2915
|
+
readonly oracleId: "ASTEROID";
|
|
2916
|
+
readonly address: "0xf280B16EF293D8e534e370794ef26bF312694126";
|
|
2917
|
+
readonly chainId: 1;
|
|
2918
|
+
readonly decimals: 9;
|
|
2919
|
+
readonly website: "https://asteroideth.io/";
|
|
2920
|
+
readonly description: "Asteroid Shiba ($Asteroid) is a meme-inspired cryptocurrency token that operates on the Ethereum blockchain. It was launched in 2024 but recently went viral in 2026 as it was agreed by Elon Musk that he would make Asteroid the Shiba the official mascot of SpaceX.";
|
|
2921
|
+
readonly documentation: "";
|
|
2922
|
+
readonly bridge: "native ";
|
|
2923
|
+
readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS"];
|
|
2924
|
+
};
|
|
2912
2925
|
readonly USG: {
|
|
2913
2926
|
readonly name: "Tangent USD";
|
|
2914
2927
|
readonly symbol: "USG";
|
|
@@ -5857,6 +5870,19 @@ export declare const ethereum: {
|
|
|
5857
5870
|
readonly bridge: "layer-zero";
|
|
5858
5871
|
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
5859
5872
|
};
|
|
5873
|
+
readonly ASTEROID: {
|
|
5874
|
+
readonly name: "Asteroid Shiba";
|
|
5875
|
+
readonly symbol: "ASTEROID";
|
|
5876
|
+
readonly oracleId: "ASTEROID";
|
|
5877
|
+
readonly address: "0xf280B16EF293D8e534e370794ef26bF312694126";
|
|
5878
|
+
readonly chainId: 1;
|
|
5879
|
+
readonly decimals: 9;
|
|
5880
|
+
readonly website: "https://asteroideth.io/";
|
|
5881
|
+
readonly description: "Asteroid Shiba ($Asteroid) is a meme-inspired cryptocurrency token that operates on the Ethereum blockchain. It was launched in 2024 but recently went viral in 2026 as it was agreed by Elon Musk that he would make Asteroid the Shiba the official mascot of SpaceX.";
|
|
5882
|
+
readonly documentation: "";
|
|
5883
|
+
readonly bridge: "native ";
|
|
5884
|
+
readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS"];
|
|
5885
|
+
};
|
|
5860
5886
|
readonly USG: {
|
|
5861
5887
|
readonly name: "Tangent USD";
|
|
5862
5888
|
readonly symbol: "USG";
|
|
@@ -2906,6 +2906,19 @@ export declare const tokens: {
|
|
|
2906
2906
|
readonly bridge: "layer-zero";
|
|
2907
2907
|
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
2908
2908
|
};
|
|
2909
|
+
readonly ASTEROID: {
|
|
2910
|
+
readonly name: "Asteroid Shiba";
|
|
2911
|
+
readonly symbol: "ASTEROID";
|
|
2912
|
+
readonly oracleId: "ASTEROID";
|
|
2913
|
+
readonly address: "0xf280B16EF293D8e534e370794ef26bF312694126";
|
|
2914
|
+
readonly chainId: 1;
|
|
2915
|
+
readonly decimals: 9;
|
|
2916
|
+
readonly website: "https://asteroideth.io/";
|
|
2917
|
+
readonly description: "Asteroid Shiba ($Asteroid) is a meme-inspired cryptocurrency token that operates on the Ethereum blockchain. It was launched in 2024 but recently went viral in 2026 as it was agreed by Elon Musk that he would make Asteroid the Shiba the official mascot of SpaceX.";
|
|
2918
|
+
readonly documentation: "";
|
|
2919
|
+
readonly bridge: "native ";
|
|
2920
|
+
readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS"];
|
|
2921
|
+
};
|
|
2909
2922
|
readonly USG: {
|
|
2910
2923
|
readonly name: "Tangent USD";
|
|
2911
2924
|
readonly symbol: "USG";
|
|
@@ -2875,6 +2875,19 @@ exports.tokens = {
|
|
|
2875
2875
|
bridge: 'layer-zero',
|
|
2876
2876
|
tags: ['NO_TIMELOCK', 'SYNTHETIC', 'STABLECOIN'],
|
|
2877
2877
|
},
|
|
2878
|
+
ASTEROID: {
|
|
2879
|
+
name: 'Asteroid Shiba',
|
|
2880
|
+
symbol: 'ASTEROID',
|
|
2881
|
+
oracleId: 'ASTEROID',
|
|
2882
|
+
address: '0xf280B16EF293D8e534e370794ef26bF312694126',
|
|
2883
|
+
chainId: 1,
|
|
2884
|
+
decimals: 9,
|
|
2885
|
+
website: 'https://asteroideth.io/',
|
|
2886
|
+
description: 'Asteroid Shiba ($Asteroid) is a meme-inspired cryptocurrency token that operates on the Ethereum blockchain. It was launched in 2024 but recently went viral in 2026 as it was agreed by Elon Musk that he would make Asteroid the Shiba the official mascot of SpaceX.',
|
|
2887
|
+
documentation: '',
|
|
2888
|
+
bridge: 'native ',
|
|
2889
|
+
tags: ['MEMECOIN', 'LARGE_HOLDERS'],
|
|
2890
|
+
},
|
|
2878
2891
|
USG: {
|
|
2879
2892
|
name: 'Tangent USD',
|
|
2880
2893
|
symbol: 'USG',
|
|
@@ -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',
|
|
@@ -2909,6 +2909,19 @@ export declare const ethereum: {
|
|
|
2909
2909
|
readonly bridge: "layer-zero";
|
|
2910
2910
|
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
2911
2911
|
};
|
|
2912
|
+
readonly ASTEROID: {
|
|
2913
|
+
readonly name: "Asteroid Shiba";
|
|
2914
|
+
readonly symbol: "ASTEROID";
|
|
2915
|
+
readonly oracleId: "ASTEROID";
|
|
2916
|
+
readonly address: "0xf280B16EF293D8e534e370794ef26bF312694126";
|
|
2917
|
+
readonly chainId: 1;
|
|
2918
|
+
readonly decimals: 9;
|
|
2919
|
+
readonly website: "https://asteroideth.io/";
|
|
2920
|
+
readonly description: "Asteroid Shiba ($Asteroid) is a meme-inspired cryptocurrency token that operates on the Ethereum blockchain. It was launched in 2024 but recently went viral in 2026 as it was agreed by Elon Musk that he would make Asteroid the Shiba the official mascot of SpaceX.";
|
|
2921
|
+
readonly documentation: "";
|
|
2922
|
+
readonly bridge: "native ";
|
|
2923
|
+
readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS"];
|
|
2924
|
+
};
|
|
2912
2925
|
readonly USG: {
|
|
2913
2926
|
readonly name: "Tangent USD";
|
|
2914
2927
|
readonly symbol: "USG";
|
|
@@ -5857,6 +5870,19 @@ export declare const ethereum: {
|
|
|
5857
5870
|
readonly bridge: "layer-zero";
|
|
5858
5871
|
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
5859
5872
|
};
|
|
5873
|
+
readonly ASTEROID: {
|
|
5874
|
+
readonly name: "Asteroid Shiba";
|
|
5875
|
+
readonly symbol: "ASTEROID";
|
|
5876
|
+
readonly oracleId: "ASTEROID";
|
|
5877
|
+
readonly address: "0xf280B16EF293D8e534e370794ef26bF312694126";
|
|
5878
|
+
readonly chainId: 1;
|
|
5879
|
+
readonly decimals: 9;
|
|
5880
|
+
readonly website: "https://asteroideth.io/";
|
|
5881
|
+
readonly description: "Asteroid Shiba ($Asteroid) is a meme-inspired cryptocurrency token that operates on the Ethereum blockchain. It was launched in 2024 but recently went viral in 2026 as it was agreed by Elon Musk that he would make Asteroid the Shiba the official mascot of SpaceX.";
|
|
5882
|
+
readonly documentation: "";
|
|
5883
|
+
readonly bridge: "native ";
|
|
5884
|
+
readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS"];
|
|
5885
|
+
};
|
|
5860
5886
|
readonly USG: {
|
|
5861
5887
|
readonly name: "Tangent USD";
|
|
5862
5888
|
readonly symbol: "USG";
|
|
@@ -2906,6 +2906,19 @@ export declare const tokens: {
|
|
|
2906
2906
|
readonly bridge: "layer-zero";
|
|
2907
2907
|
readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC", "STABLECOIN"];
|
|
2908
2908
|
};
|
|
2909
|
+
readonly ASTEROID: {
|
|
2910
|
+
readonly name: "Asteroid Shiba";
|
|
2911
|
+
readonly symbol: "ASTEROID";
|
|
2912
|
+
readonly oracleId: "ASTEROID";
|
|
2913
|
+
readonly address: "0xf280B16EF293D8e534e370794ef26bF312694126";
|
|
2914
|
+
readonly chainId: 1;
|
|
2915
|
+
readonly decimals: 9;
|
|
2916
|
+
readonly website: "https://asteroideth.io/";
|
|
2917
|
+
readonly description: "Asteroid Shiba ($Asteroid) is a meme-inspired cryptocurrency token that operates on the Ethereum blockchain. It was launched in 2024 but recently went viral in 2026 as it was agreed by Elon Musk that he would make Asteroid the Shiba the official mascot of SpaceX.";
|
|
2918
|
+
readonly documentation: "";
|
|
2919
|
+
readonly bridge: "native ";
|
|
2920
|
+
readonly tags: readonly ["MEMECOIN", "LARGE_HOLDERS"];
|
|
2921
|
+
};
|
|
2909
2922
|
readonly USG: {
|
|
2910
2923
|
readonly name: "Tangent USD";
|
|
2911
2924
|
readonly symbol: "USG";
|
|
@@ -2872,6 +2872,19 @@ export const tokens = {
|
|
|
2872
2872
|
bridge: 'layer-zero',
|
|
2873
2873
|
tags: ['NO_TIMELOCK', 'SYNTHETIC', 'STABLECOIN'],
|
|
2874
2874
|
},
|
|
2875
|
+
ASTEROID: {
|
|
2876
|
+
name: 'Asteroid Shiba',
|
|
2877
|
+
symbol: 'ASTEROID',
|
|
2878
|
+
oracleId: 'ASTEROID',
|
|
2879
|
+
address: '0xf280B16EF293D8e534e370794ef26bF312694126',
|
|
2880
|
+
chainId: 1,
|
|
2881
|
+
decimals: 9,
|
|
2882
|
+
website: 'https://asteroideth.io/',
|
|
2883
|
+
description: 'Asteroid Shiba ($Asteroid) is a meme-inspired cryptocurrency token that operates on the Ethereum blockchain. It was launched in 2024 but recently went viral in 2026 as it was agreed by Elon Musk that he would make Asteroid the Shiba the official mascot of SpaceX.',
|
|
2884
|
+
documentation: '',
|
|
2885
|
+
bridge: 'native ',
|
|
2886
|
+
tags: ['MEMECOIN', 'LARGE_HOLDERS'],
|
|
2887
|
+
},
|
|
2875
2888
|
USG: {
|
|
2876
2889
|
name: 'Tangent USD',
|
|
2877
2890
|
symbol: 'USG',
|
|
@@ -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