@beefyfinance/blockchain-addressbook 0.54.134 → 0.54.136
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/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-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/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/package.json +1 -1
|
@@ -2898,6 +2898,18 @@ export declare const base: {
|
|
|
2898
2898
|
readonly staked: true;
|
|
2899
2899
|
readonly tags: readonly ["STABLECOIN"];
|
|
2900
2900
|
};
|
|
2901
|
+
readonly AAA: {
|
|
2902
|
+
readonly name: "Arcadia";
|
|
2903
|
+
readonly symbol: "AAA";
|
|
2904
|
+
readonly oracleId: "AAA";
|
|
2905
|
+
readonly address: "0xaaa843fb2916c0B57454270418E121C626402AAa";
|
|
2906
|
+
readonly chainId: 8453;
|
|
2907
|
+
readonly decimals: 18;
|
|
2908
|
+
readonly website: "https://arcadia.finance/";
|
|
2909
|
+
readonly documentation: "https://docs.arcadia.finance/governance/tokenomics";
|
|
2910
|
+
readonly description: "AAA is the foundational utility token of the Arcadia protocol, used for governance, fee sharing and rewards when staked as stAAA.";
|
|
2911
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
2912
|
+
};
|
|
2901
2913
|
};
|
|
2902
2914
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2903
2915
|
readonly WNATIVE: {
|
|
@@ -5796,6 +5808,18 @@ export declare const base: {
|
|
|
5796
5808
|
readonly staked: true;
|
|
5797
5809
|
readonly tags: readonly ["STABLECOIN"];
|
|
5798
5810
|
};
|
|
5811
|
+
readonly AAA: {
|
|
5812
|
+
readonly name: "Arcadia";
|
|
5813
|
+
readonly symbol: "AAA";
|
|
5814
|
+
readonly oracleId: "AAA";
|
|
5815
|
+
readonly address: "0xaaa843fb2916c0B57454270418E121C626402AAa";
|
|
5816
|
+
readonly chainId: 8453;
|
|
5817
|
+
readonly decimals: 18;
|
|
5818
|
+
readonly website: "https://arcadia.finance/";
|
|
5819
|
+
readonly documentation: "https://docs.arcadia.finance/governance/tokenomics";
|
|
5820
|
+
readonly description: "AAA is the foundational utility token of the Arcadia protocol, used for governance, fee sharing and rewards when staked as stAAA.";
|
|
5821
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
5822
|
+
};
|
|
5799
5823
|
}>;
|
|
5800
5824
|
readonly native: {
|
|
5801
5825
|
readonly symbol: "ETH";
|
|
@@ -2895,4 +2895,16 @@ export declare const tokens: {
|
|
|
2895
2895
|
readonly staked: true;
|
|
2896
2896
|
readonly tags: readonly ["STABLECOIN"];
|
|
2897
2897
|
};
|
|
2898
|
+
readonly AAA: {
|
|
2899
|
+
readonly name: "Arcadia";
|
|
2900
|
+
readonly symbol: "AAA";
|
|
2901
|
+
readonly oracleId: "AAA";
|
|
2902
|
+
readonly address: "0xaaa843fb2916c0B57454270418E121C626402AAa";
|
|
2903
|
+
readonly chainId: 8453;
|
|
2904
|
+
readonly decimals: 18;
|
|
2905
|
+
readonly website: "https://arcadia.finance/";
|
|
2906
|
+
readonly documentation: "https://docs.arcadia.finance/governance/tokenomics";
|
|
2907
|
+
readonly description: "AAA is the foundational utility token of the Arcadia protocol, used for governance, fee sharing and rewards when staked as stAAA.";
|
|
2908
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
2909
|
+
};
|
|
2898
2910
|
};
|
|
@@ -2866,4 +2866,16 @@ exports.tokens = {
|
|
|
2866
2866
|
staked: true,
|
|
2867
2867
|
tags: ['STABLECOIN'],
|
|
2868
2868
|
},
|
|
2869
|
+
AAA: {
|
|
2870
|
+
name: 'Arcadia',
|
|
2871
|
+
symbol: 'AAA',
|
|
2872
|
+
oracleId: 'AAA',
|
|
2873
|
+
address: '0xaaa843fb2916c0B57454270418E121C626402AAa',
|
|
2874
|
+
chainId: 8453,
|
|
2875
|
+
decimals: 18,
|
|
2876
|
+
website: 'https://arcadia.finance/',
|
|
2877
|
+
documentation: 'https://docs.arcadia.finance/governance/tokenomics',
|
|
2878
|
+
description: 'AAA is the foundational utility token of the Arcadia protocol, used for governance, fee sharing and rewards when staked as stAAA.',
|
|
2879
|
+
tags: ['LARGE_HOLDERS'],
|
|
2880
|
+
}
|
|
2869
2881
|
};
|
|
@@ -2662,6 +2662,19 @@ export declare const ethereum: {
|
|
|
2662
2662
|
readonly documentation: "https://docs.stakewise.io/";
|
|
2663
2663
|
readonly description: "StakeWises osToken is issued against assets staked in a Vault to allow using staked capital in decentralized applications to trade, borrow, lend, and restake. Hence, osTokens represent the underlying staked assets and the rewards earned.";
|
|
2664
2664
|
};
|
|
2665
|
+
readonly hemiBTC: {
|
|
2666
|
+
readonly name: "Hemi Bitcoin";
|
|
2667
|
+
readonly symbol: "hemiBTC";
|
|
2668
|
+
readonly oracleId: "hemiBTC";
|
|
2669
|
+
readonly address: "0x06ea695B91700071B161A434fED42D1DcbAD9f00";
|
|
2670
|
+
readonly chainId: 1;
|
|
2671
|
+
readonly decimals: 8;
|
|
2672
|
+
readonly website: "https://hemi.xyz/";
|
|
2673
|
+
readonly description: "Hemi unifies Bitcoin security with Ethereum-grade programmability, allowing institutions to deploy native BTC into yield strategies while preserving full control and compliance.";
|
|
2674
|
+
readonly documentation: "https://docs.hemi.xyz/";
|
|
2675
|
+
readonly bridge: "layer-zero";
|
|
2676
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
2677
|
+
};
|
|
2665
2678
|
};
|
|
2666
2679
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2667
2680
|
readonly WNATIVE: {
|
|
@@ -5324,6 +5337,19 @@ export declare const ethereum: {
|
|
|
5324
5337
|
readonly documentation: "https://docs.stakewise.io/";
|
|
5325
5338
|
readonly description: "StakeWises osToken is issued against assets staked in a Vault to allow using staked capital in decentralized applications to trade, borrow, lend, and restake. Hence, osTokens represent the underlying staked assets and the rewards earned.";
|
|
5326
5339
|
};
|
|
5340
|
+
readonly hemiBTC: {
|
|
5341
|
+
readonly name: "Hemi Bitcoin";
|
|
5342
|
+
readonly symbol: "hemiBTC";
|
|
5343
|
+
readonly oracleId: "hemiBTC";
|
|
5344
|
+
readonly address: "0x06ea695B91700071B161A434fED42D1DcbAD9f00";
|
|
5345
|
+
readonly chainId: 1;
|
|
5346
|
+
readonly decimals: 8;
|
|
5347
|
+
readonly website: "https://hemi.xyz/";
|
|
5348
|
+
readonly description: "Hemi unifies Bitcoin security with Ethereum-grade programmability, allowing institutions to deploy native BTC into yield strategies while preserving full control and compliance.";
|
|
5349
|
+
readonly documentation: "https://docs.hemi.xyz/";
|
|
5350
|
+
readonly bridge: "layer-zero";
|
|
5351
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
5352
|
+
};
|
|
5327
5353
|
}>;
|
|
5328
5354
|
readonly native: {
|
|
5329
5355
|
readonly symbol: "ETH";
|
|
@@ -2659,4 +2659,17 @@ export declare const tokens: {
|
|
|
2659
2659
|
readonly documentation: "https://docs.stakewise.io/";
|
|
2660
2660
|
readonly description: "StakeWises osToken is issued against assets staked in a Vault to allow using staked capital in decentralized applications to trade, borrow, lend, and restake. Hence, osTokens represent the underlying staked assets and the rewards earned.";
|
|
2661
2661
|
};
|
|
2662
|
+
readonly hemiBTC: {
|
|
2663
|
+
readonly name: "Hemi Bitcoin";
|
|
2664
|
+
readonly symbol: "hemiBTC";
|
|
2665
|
+
readonly oracleId: "hemiBTC";
|
|
2666
|
+
readonly address: "0x06ea695B91700071B161A434fED42D1DcbAD9f00";
|
|
2667
|
+
readonly chainId: 1;
|
|
2668
|
+
readonly decimals: 8;
|
|
2669
|
+
readonly website: "https://hemi.xyz/";
|
|
2670
|
+
readonly description: "Hemi unifies Bitcoin security with Ethereum-grade programmability, allowing institutions to deploy native BTC into yield strategies while preserving full control and compliance.";
|
|
2671
|
+
readonly documentation: "https://docs.hemi.xyz/";
|
|
2672
|
+
readonly bridge: "layer-zero";
|
|
2673
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
2674
|
+
};
|
|
2662
2675
|
};
|
|
@@ -2631,4 +2631,17 @@ exports.tokens = {
|
|
|
2631
2631
|
documentation: 'https://docs.stakewise.io/',
|
|
2632
2632
|
description: 'StakeWises osToken is issued against assets staked in a Vault to allow using staked capital in decentralized applications to trade, borrow, lend, and restake. Hence, osTokens represent the underlying staked assets and the rewards earned.',
|
|
2633
2633
|
},
|
|
2634
|
+
hemiBTC: {
|
|
2635
|
+
name: 'Hemi Bitcoin',
|
|
2636
|
+
symbol: 'hemiBTC',
|
|
2637
|
+
oracleId: 'hemiBTC',
|
|
2638
|
+
address: '0x06ea695B91700071B161A434fED42D1DcbAD9f00',
|
|
2639
|
+
chainId: 1,
|
|
2640
|
+
decimals: 8,
|
|
2641
|
+
website: 'https://hemi.xyz/',
|
|
2642
|
+
description: 'Hemi unifies Bitcoin security with Ethereum-grade programmability, allowing institutions to deploy native BTC into yield strategies while preserving full control and compliance.',
|
|
2643
|
+
documentation: 'https://docs.hemi.xyz/',
|
|
2644
|
+
bridge: 'layer-zero',
|
|
2645
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
2646
|
+
},
|
|
2634
2647
|
};
|
|
@@ -2898,6 +2898,18 @@ export declare const base: {
|
|
|
2898
2898
|
readonly staked: true;
|
|
2899
2899
|
readonly tags: readonly ["STABLECOIN"];
|
|
2900
2900
|
};
|
|
2901
|
+
readonly AAA: {
|
|
2902
|
+
readonly name: "Arcadia";
|
|
2903
|
+
readonly symbol: "AAA";
|
|
2904
|
+
readonly oracleId: "AAA";
|
|
2905
|
+
readonly address: "0xaaa843fb2916c0B57454270418E121C626402AAa";
|
|
2906
|
+
readonly chainId: 8453;
|
|
2907
|
+
readonly decimals: 18;
|
|
2908
|
+
readonly website: "https://arcadia.finance/";
|
|
2909
|
+
readonly documentation: "https://docs.arcadia.finance/governance/tokenomics";
|
|
2910
|
+
readonly description: "AAA is the foundational utility token of the Arcadia protocol, used for governance, fee sharing and rewards when staked as stAAA.";
|
|
2911
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
2912
|
+
};
|
|
2901
2913
|
};
|
|
2902
2914
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2903
2915
|
readonly WNATIVE: {
|
|
@@ -5796,6 +5808,18 @@ export declare const base: {
|
|
|
5796
5808
|
readonly staked: true;
|
|
5797
5809
|
readonly tags: readonly ["STABLECOIN"];
|
|
5798
5810
|
};
|
|
5811
|
+
readonly AAA: {
|
|
5812
|
+
readonly name: "Arcadia";
|
|
5813
|
+
readonly symbol: "AAA";
|
|
5814
|
+
readonly oracleId: "AAA";
|
|
5815
|
+
readonly address: "0xaaa843fb2916c0B57454270418E121C626402AAa";
|
|
5816
|
+
readonly chainId: 8453;
|
|
5817
|
+
readonly decimals: 18;
|
|
5818
|
+
readonly website: "https://arcadia.finance/";
|
|
5819
|
+
readonly documentation: "https://docs.arcadia.finance/governance/tokenomics";
|
|
5820
|
+
readonly description: "AAA is the foundational utility token of the Arcadia protocol, used for governance, fee sharing and rewards when staked as stAAA.";
|
|
5821
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
5822
|
+
};
|
|
5799
5823
|
}>;
|
|
5800
5824
|
readonly native: {
|
|
5801
5825
|
readonly symbol: "ETH";
|
|
@@ -2895,4 +2895,16 @@ export declare const tokens: {
|
|
|
2895
2895
|
readonly staked: true;
|
|
2896
2896
|
readonly tags: readonly ["STABLECOIN"];
|
|
2897
2897
|
};
|
|
2898
|
+
readonly AAA: {
|
|
2899
|
+
readonly name: "Arcadia";
|
|
2900
|
+
readonly symbol: "AAA";
|
|
2901
|
+
readonly oracleId: "AAA";
|
|
2902
|
+
readonly address: "0xaaa843fb2916c0B57454270418E121C626402AAa";
|
|
2903
|
+
readonly chainId: 8453;
|
|
2904
|
+
readonly decimals: 18;
|
|
2905
|
+
readonly website: "https://arcadia.finance/";
|
|
2906
|
+
readonly documentation: "https://docs.arcadia.finance/governance/tokenomics";
|
|
2907
|
+
readonly description: "AAA is the foundational utility token of the Arcadia protocol, used for governance, fee sharing and rewards when staked as stAAA.";
|
|
2908
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
2909
|
+
};
|
|
2898
2910
|
};
|
|
@@ -2863,4 +2863,16 @@ export const tokens = {
|
|
|
2863
2863
|
staked: true,
|
|
2864
2864
|
tags: ['STABLECOIN'],
|
|
2865
2865
|
},
|
|
2866
|
+
AAA: {
|
|
2867
|
+
name: 'Arcadia',
|
|
2868
|
+
symbol: 'AAA',
|
|
2869
|
+
oracleId: 'AAA',
|
|
2870
|
+
address: '0xaaa843fb2916c0B57454270418E121C626402AAa',
|
|
2871
|
+
chainId: 8453,
|
|
2872
|
+
decimals: 18,
|
|
2873
|
+
website: 'https://arcadia.finance/',
|
|
2874
|
+
documentation: 'https://docs.arcadia.finance/governance/tokenomics',
|
|
2875
|
+
description: 'AAA is the foundational utility token of the Arcadia protocol, used for governance, fee sharing and rewards when staked as stAAA.',
|
|
2876
|
+
tags: ['LARGE_HOLDERS'],
|
|
2877
|
+
}
|
|
2866
2878
|
};
|
|
@@ -2662,6 +2662,19 @@ export declare const ethereum: {
|
|
|
2662
2662
|
readonly documentation: "https://docs.stakewise.io/";
|
|
2663
2663
|
readonly description: "StakeWises osToken is issued against assets staked in a Vault to allow using staked capital in decentralized applications to trade, borrow, lend, and restake. Hence, osTokens represent the underlying staked assets and the rewards earned.";
|
|
2664
2664
|
};
|
|
2665
|
+
readonly hemiBTC: {
|
|
2666
|
+
readonly name: "Hemi Bitcoin";
|
|
2667
|
+
readonly symbol: "hemiBTC";
|
|
2668
|
+
readonly oracleId: "hemiBTC";
|
|
2669
|
+
readonly address: "0x06ea695B91700071B161A434fED42D1DcbAD9f00";
|
|
2670
|
+
readonly chainId: 1;
|
|
2671
|
+
readonly decimals: 8;
|
|
2672
|
+
readonly website: "https://hemi.xyz/";
|
|
2673
|
+
readonly description: "Hemi unifies Bitcoin security with Ethereum-grade programmability, allowing institutions to deploy native BTC into yield strategies while preserving full control and compliance.";
|
|
2674
|
+
readonly documentation: "https://docs.hemi.xyz/";
|
|
2675
|
+
readonly bridge: "layer-zero";
|
|
2676
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
2677
|
+
};
|
|
2665
2678
|
};
|
|
2666
2679
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2667
2680
|
readonly WNATIVE: {
|
|
@@ -5324,6 +5337,19 @@ export declare const ethereum: {
|
|
|
5324
5337
|
readonly documentation: "https://docs.stakewise.io/";
|
|
5325
5338
|
readonly description: "StakeWises osToken is issued against assets staked in a Vault to allow using staked capital in decentralized applications to trade, borrow, lend, and restake. Hence, osTokens represent the underlying staked assets and the rewards earned.";
|
|
5326
5339
|
};
|
|
5340
|
+
readonly hemiBTC: {
|
|
5341
|
+
readonly name: "Hemi Bitcoin";
|
|
5342
|
+
readonly symbol: "hemiBTC";
|
|
5343
|
+
readonly oracleId: "hemiBTC";
|
|
5344
|
+
readonly address: "0x06ea695B91700071B161A434fED42D1DcbAD9f00";
|
|
5345
|
+
readonly chainId: 1;
|
|
5346
|
+
readonly decimals: 8;
|
|
5347
|
+
readonly website: "https://hemi.xyz/";
|
|
5348
|
+
readonly description: "Hemi unifies Bitcoin security with Ethereum-grade programmability, allowing institutions to deploy native BTC into yield strategies while preserving full control and compliance.";
|
|
5349
|
+
readonly documentation: "https://docs.hemi.xyz/";
|
|
5350
|
+
readonly bridge: "layer-zero";
|
|
5351
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
5352
|
+
};
|
|
5327
5353
|
}>;
|
|
5328
5354
|
readonly native: {
|
|
5329
5355
|
readonly symbol: "ETH";
|
|
@@ -2659,4 +2659,17 @@ export declare const tokens: {
|
|
|
2659
2659
|
readonly documentation: "https://docs.stakewise.io/";
|
|
2660
2660
|
readonly description: "StakeWises osToken is issued against assets staked in a Vault to allow using staked capital in decentralized applications to trade, borrow, lend, and restake. Hence, osTokens represent the underlying staked assets and the rewards earned.";
|
|
2661
2661
|
};
|
|
2662
|
+
readonly hemiBTC: {
|
|
2663
|
+
readonly name: "Hemi Bitcoin";
|
|
2664
|
+
readonly symbol: "hemiBTC";
|
|
2665
|
+
readonly oracleId: "hemiBTC";
|
|
2666
|
+
readonly address: "0x06ea695B91700071B161A434fED42D1DcbAD9f00";
|
|
2667
|
+
readonly chainId: 1;
|
|
2668
|
+
readonly decimals: 8;
|
|
2669
|
+
readonly website: "https://hemi.xyz/";
|
|
2670
|
+
readonly description: "Hemi unifies Bitcoin security with Ethereum-grade programmability, allowing institutions to deploy native BTC into yield strategies while preserving full control and compliance.";
|
|
2671
|
+
readonly documentation: "https://docs.hemi.xyz/";
|
|
2672
|
+
readonly bridge: "layer-zero";
|
|
2673
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
2674
|
+
};
|
|
2662
2675
|
};
|
|
@@ -2628,4 +2628,17 @@ export const tokens = {
|
|
|
2628
2628
|
documentation: 'https://docs.stakewise.io/',
|
|
2629
2629
|
description: 'StakeWises osToken is issued against assets staked in a Vault to allow using staked capital in decentralized applications to trade, borrow, lend, and restake. Hence, osTokens represent the underlying staked assets and the rewards earned.',
|
|
2630
2630
|
},
|
|
2631
|
+
hemiBTC: {
|
|
2632
|
+
name: 'Hemi Bitcoin',
|
|
2633
|
+
symbol: 'hemiBTC',
|
|
2634
|
+
oracleId: 'hemiBTC',
|
|
2635
|
+
address: '0x06ea695B91700071B161A434fED42D1DcbAD9f00',
|
|
2636
|
+
chainId: 1,
|
|
2637
|
+
decimals: 8,
|
|
2638
|
+
website: 'https://hemi.xyz/',
|
|
2639
|
+
description: 'Hemi unifies Bitcoin security with Ethereum-grade programmability, allowing institutions to deploy native BTC into yield strategies while preserving full control and compliance.',
|
|
2640
|
+
documentation: 'https://docs.hemi.xyz/',
|
|
2641
|
+
bridge: 'layer-zero',
|
|
2642
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
2643
|
+
},
|
|
2631
2644
|
};
|
package/package.json
CHANGED