@beefyfinance/blockchain-addressbook 0.54.146 → 0.54.148
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
|
@@ -2934,6 +2934,18 @@ export declare const base: {
|
|
|
2934
2934
|
readonly description: "BYTE is a meme coin and an onchain experiment launched by AI command on Base.";
|
|
2935
2935
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
2936
2936
|
};
|
|
2937
|
+
readonly ZEN: {
|
|
2938
|
+
readonly name: "Horizen";
|
|
2939
|
+
readonly symbol: "ZEN";
|
|
2940
|
+
readonly oracleId: "ZEN";
|
|
2941
|
+
readonly address: "0xf43eB8De897Fbc7F2502483B2Bef7Bb9EA179229";
|
|
2942
|
+
readonly chainId: 8453;
|
|
2943
|
+
readonly decimals: 18;
|
|
2944
|
+
readonly website: "https://www.horizen.io/";
|
|
2945
|
+
readonly documentation: "https://horizen-2-docs.horizen.io/";
|
|
2946
|
+
readonly description: "ZEN is the governance and utility token of the Horizen ecosystem - empowering holders, builders, and partners to shape the future of verifiable privacy for the new era of web3.";
|
|
2947
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
2948
|
+
};
|
|
2937
2949
|
};
|
|
2938
2950
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2939
2951
|
readonly WNATIVE: {
|
|
@@ -5868,6 +5880,18 @@ export declare const base: {
|
|
|
5868
5880
|
readonly description: "BYTE is a meme coin and an onchain experiment launched by AI command on Base.";
|
|
5869
5881
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
5870
5882
|
};
|
|
5883
|
+
readonly ZEN: {
|
|
5884
|
+
readonly name: "Horizen";
|
|
5885
|
+
readonly symbol: "ZEN";
|
|
5886
|
+
readonly oracleId: "ZEN";
|
|
5887
|
+
readonly address: "0xf43eB8De897Fbc7F2502483B2Bef7Bb9EA179229";
|
|
5888
|
+
readonly chainId: 8453;
|
|
5889
|
+
readonly decimals: 18;
|
|
5890
|
+
readonly website: "https://www.horizen.io/";
|
|
5891
|
+
readonly documentation: "https://horizen-2-docs.horizen.io/";
|
|
5892
|
+
readonly description: "ZEN is the governance and utility token of the Horizen ecosystem - empowering holders, builders, and partners to shape the future of verifiable privacy for the new era of web3.";
|
|
5893
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
5894
|
+
};
|
|
5871
5895
|
}>;
|
|
5872
5896
|
readonly native: {
|
|
5873
5897
|
readonly symbol: "ETH";
|
|
@@ -2931,4 +2931,16 @@ export declare const tokens: {
|
|
|
2931
2931
|
readonly description: "BYTE is a meme coin and an onchain experiment launched by AI command on Base.";
|
|
2932
2932
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
2933
2933
|
};
|
|
2934
|
+
readonly ZEN: {
|
|
2935
|
+
readonly name: "Horizen";
|
|
2936
|
+
readonly symbol: "ZEN";
|
|
2937
|
+
readonly oracleId: "ZEN";
|
|
2938
|
+
readonly address: "0xf43eB8De897Fbc7F2502483B2Bef7Bb9EA179229";
|
|
2939
|
+
readonly chainId: 8453;
|
|
2940
|
+
readonly decimals: 18;
|
|
2941
|
+
readonly website: "https://www.horizen.io/";
|
|
2942
|
+
readonly documentation: "https://horizen-2-docs.horizen.io/";
|
|
2943
|
+
readonly description: "ZEN is the governance and utility token of the Horizen ecosystem - empowering holders, builders, and partners to shape the future of verifiable privacy for the new era of web3.";
|
|
2944
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
2945
|
+
};
|
|
2934
2946
|
};
|
|
@@ -2902,4 +2902,16 @@ exports.tokens = {
|
|
|
2902
2902
|
description: 'BYTE is a meme coin and an onchain experiment launched by AI command on Base.',
|
|
2903
2903
|
tags: ['LARGE_HOLDERS'],
|
|
2904
2904
|
},
|
|
2905
|
+
ZEN: {
|
|
2906
|
+
name: 'Horizen',
|
|
2907
|
+
symbol: 'ZEN',
|
|
2908
|
+
oracleId: 'ZEN',
|
|
2909
|
+
address: '0xf43eB8De897Fbc7F2502483B2Bef7Bb9EA179229',
|
|
2910
|
+
chainId: 8453,
|
|
2911
|
+
decimals: 18,
|
|
2912
|
+
website: 'https://www.horizen.io/',
|
|
2913
|
+
documentation: 'https://horizen-2-docs.horizen.io/',
|
|
2914
|
+
description: 'ZEN is the governance and utility token of the Horizen ecosystem - empowering holders, builders, and partners to shape the future of verifiable privacy for the new era of web3.',
|
|
2915
|
+
tags: ['LARGE_HOLDERS'],
|
|
2916
|
+
},
|
|
2905
2917
|
};
|
|
@@ -2688,6 +2688,19 @@ export declare const ethereum: {
|
|
|
2688
2688
|
readonly bridge: "native";
|
|
2689
2689
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2690
2690
|
};
|
|
2691
|
+
readonly EURCV: {
|
|
2692
|
+
readonly name: "EUR CoinVertible";
|
|
2693
|
+
readonly symbol: "EURCV";
|
|
2694
|
+
readonly oracleId: "EURCV";
|
|
2695
|
+
readonly address: "0x5F7827FDeb7c20b443265Fc2F40845B715385Ff2";
|
|
2696
|
+
readonly chainId: 1;
|
|
2697
|
+
readonly decimals: 18;
|
|
2698
|
+
readonly website: "https://www.sgforge.com/product/coinvertible/";
|
|
2699
|
+
readonly description: "EUR CoinVertible (EURCV) is a fully collateralized, regulatory-compliant stablecoin issued by Societe Generale-FORGE to bridge traditional finance and public blockchains.";
|
|
2700
|
+
readonly documentation: "https://www.sgforge.com/product/coinvertible/";
|
|
2701
|
+
readonly bridge: "native";
|
|
2702
|
+
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK"];
|
|
2703
|
+
};
|
|
2691
2704
|
};
|
|
2692
2705
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2693
2706
|
readonly WNATIVE: {
|
|
@@ -5376,6 +5389,19 @@ export declare const ethereum: {
|
|
|
5376
5389
|
readonly bridge: "native";
|
|
5377
5390
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5378
5391
|
};
|
|
5392
|
+
readonly EURCV: {
|
|
5393
|
+
readonly name: "EUR CoinVertible";
|
|
5394
|
+
readonly symbol: "EURCV";
|
|
5395
|
+
readonly oracleId: "EURCV";
|
|
5396
|
+
readonly address: "0x5F7827FDeb7c20b443265Fc2F40845B715385Ff2";
|
|
5397
|
+
readonly chainId: 1;
|
|
5398
|
+
readonly decimals: 18;
|
|
5399
|
+
readonly website: "https://www.sgforge.com/product/coinvertible/";
|
|
5400
|
+
readonly description: "EUR CoinVertible (EURCV) is a fully collateralized, regulatory-compliant stablecoin issued by Societe Generale-FORGE to bridge traditional finance and public blockchains.";
|
|
5401
|
+
readonly documentation: "https://www.sgforge.com/product/coinvertible/";
|
|
5402
|
+
readonly bridge: "native";
|
|
5403
|
+
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK"];
|
|
5404
|
+
};
|
|
5379
5405
|
}>;
|
|
5380
5406
|
readonly native: {
|
|
5381
5407
|
readonly symbol: "ETH";
|
|
@@ -2685,4 +2685,17 @@ export declare const tokens: {
|
|
|
2685
2685
|
readonly bridge: "native";
|
|
2686
2686
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2687
2687
|
};
|
|
2688
|
+
readonly EURCV: {
|
|
2689
|
+
readonly name: "EUR CoinVertible";
|
|
2690
|
+
readonly symbol: "EURCV";
|
|
2691
|
+
readonly oracleId: "EURCV";
|
|
2692
|
+
readonly address: "0x5F7827FDeb7c20b443265Fc2F40845B715385Ff2";
|
|
2693
|
+
readonly chainId: 1;
|
|
2694
|
+
readonly decimals: 18;
|
|
2695
|
+
readonly website: "https://www.sgforge.com/product/coinvertible/";
|
|
2696
|
+
readonly description: "EUR CoinVertible (EURCV) is a fully collateralized, regulatory-compliant stablecoin issued by Societe Generale-FORGE to bridge traditional finance and public blockchains.";
|
|
2697
|
+
readonly documentation: "https://www.sgforge.com/product/coinvertible/";
|
|
2698
|
+
readonly bridge: "native";
|
|
2699
|
+
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK"];
|
|
2700
|
+
};
|
|
2688
2701
|
};
|
|
@@ -2657,4 +2657,17 @@ exports.tokens = {
|
|
|
2657
2657
|
bridge: 'native',
|
|
2658
2658
|
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2659
2659
|
},
|
|
2660
|
+
EURCV: {
|
|
2661
|
+
name: 'EUR CoinVertible',
|
|
2662
|
+
symbol: 'EURCV',
|
|
2663
|
+
oracleId: 'EURCV',
|
|
2664
|
+
address: '0x5F7827FDeb7c20b443265Fc2F40845B715385Ff2',
|
|
2665
|
+
chainId: 1,
|
|
2666
|
+
decimals: 18,
|
|
2667
|
+
website: 'https://www.sgforge.com/product/coinvertible/',
|
|
2668
|
+
description: 'EUR CoinVertible (EURCV) is a fully collateralized, regulatory-compliant stablecoin issued by Societe Generale-FORGE to bridge traditional finance and public blockchains.',
|
|
2669
|
+
documentation: 'https://www.sgforge.com/product/coinvertible/',
|
|
2670
|
+
bridge: 'native',
|
|
2671
|
+
tags: ['STABLECOIN', 'NO_TIMELOCK'],
|
|
2672
|
+
},
|
|
2660
2673
|
};
|
|
@@ -2934,6 +2934,18 @@ export declare const base: {
|
|
|
2934
2934
|
readonly description: "BYTE is a meme coin and an onchain experiment launched by AI command on Base.";
|
|
2935
2935
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
2936
2936
|
};
|
|
2937
|
+
readonly ZEN: {
|
|
2938
|
+
readonly name: "Horizen";
|
|
2939
|
+
readonly symbol: "ZEN";
|
|
2940
|
+
readonly oracleId: "ZEN";
|
|
2941
|
+
readonly address: "0xf43eB8De897Fbc7F2502483B2Bef7Bb9EA179229";
|
|
2942
|
+
readonly chainId: 8453;
|
|
2943
|
+
readonly decimals: 18;
|
|
2944
|
+
readonly website: "https://www.horizen.io/";
|
|
2945
|
+
readonly documentation: "https://horizen-2-docs.horizen.io/";
|
|
2946
|
+
readonly description: "ZEN is the governance and utility token of the Horizen ecosystem - empowering holders, builders, and partners to shape the future of verifiable privacy for the new era of web3.";
|
|
2947
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
2948
|
+
};
|
|
2937
2949
|
};
|
|
2938
2950
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2939
2951
|
readonly WNATIVE: {
|
|
@@ -5868,6 +5880,18 @@ export declare const base: {
|
|
|
5868
5880
|
readonly description: "BYTE is a meme coin and an onchain experiment launched by AI command on Base.";
|
|
5869
5881
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
5870
5882
|
};
|
|
5883
|
+
readonly ZEN: {
|
|
5884
|
+
readonly name: "Horizen";
|
|
5885
|
+
readonly symbol: "ZEN";
|
|
5886
|
+
readonly oracleId: "ZEN";
|
|
5887
|
+
readonly address: "0xf43eB8De897Fbc7F2502483B2Bef7Bb9EA179229";
|
|
5888
|
+
readonly chainId: 8453;
|
|
5889
|
+
readonly decimals: 18;
|
|
5890
|
+
readonly website: "https://www.horizen.io/";
|
|
5891
|
+
readonly documentation: "https://horizen-2-docs.horizen.io/";
|
|
5892
|
+
readonly description: "ZEN is the governance and utility token of the Horizen ecosystem - empowering holders, builders, and partners to shape the future of verifiable privacy for the new era of web3.";
|
|
5893
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
5894
|
+
};
|
|
5871
5895
|
}>;
|
|
5872
5896
|
readonly native: {
|
|
5873
5897
|
readonly symbol: "ETH";
|
|
@@ -2931,4 +2931,16 @@ export declare const tokens: {
|
|
|
2931
2931
|
readonly description: "BYTE is a meme coin and an onchain experiment launched by AI command on Base.";
|
|
2932
2932
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
2933
2933
|
};
|
|
2934
|
+
readonly ZEN: {
|
|
2935
|
+
readonly name: "Horizen";
|
|
2936
|
+
readonly symbol: "ZEN";
|
|
2937
|
+
readonly oracleId: "ZEN";
|
|
2938
|
+
readonly address: "0xf43eB8De897Fbc7F2502483B2Bef7Bb9EA179229";
|
|
2939
|
+
readonly chainId: 8453;
|
|
2940
|
+
readonly decimals: 18;
|
|
2941
|
+
readonly website: "https://www.horizen.io/";
|
|
2942
|
+
readonly documentation: "https://horizen-2-docs.horizen.io/";
|
|
2943
|
+
readonly description: "ZEN is the governance and utility token of the Horizen ecosystem - empowering holders, builders, and partners to shape the future of verifiable privacy for the new era of web3.";
|
|
2944
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
2945
|
+
};
|
|
2934
2946
|
};
|
|
@@ -2899,4 +2899,16 @@ export const tokens = {
|
|
|
2899
2899
|
description: 'BYTE is a meme coin and an onchain experiment launched by AI command on Base.',
|
|
2900
2900
|
tags: ['LARGE_HOLDERS'],
|
|
2901
2901
|
},
|
|
2902
|
+
ZEN: {
|
|
2903
|
+
name: 'Horizen',
|
|
2904
|
+
symbol: 'ZEN',
|
|
2905
|
+
oracleId: 'ZEN',
|
|
2906
|
+
address: '0xf43eB8De897Fbc7F2502483B2Bef7Bb9EA179229',
|
|
2907
|
+
chainId: 8453,
|
|
2908
|
+
decimals: 18,
|
|
2909
|
+
website: 'https://www.horizen.io/',
|
|
2910
|
+
documentation: 'https://horizen-2-docs.horizen.io/',
|
|
2911
|
+
description: 'ZEN is the governance and utility token of the Horizen ecosystem - empowering holders, builders, and partners to shape the future of verifiable privacy for the new era of web3.',
|
|
2912
|
+
tags: ['LARGE_HOLDERS'],
|
|
2913
|
+
},
|
|
2902
2914
|
};
|
|
@@ -2688,6 +2688,19 @@ export declare const ethereum: {
|
|
|
2688
2688
|
readonly bridge: "native";
|
|
2689
2689
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2690
2690
|
};
|
|
2691
|
+
readonly EURCV: {
|
|
2692
|
+
readonly name: "EUR CoinVertible";
|
|
2693
|
+
readonly symbol: "EURCV";
|
|
2694
|
+
readonly oracleId: "EURCV";
|
|
2695
|
+
readonly address: "0x5F7827FDeb7c20b443265Fc2F40845B715385Ff2";
|
|
2696
|
+
readonly chainId: 1;
|
|
2697
|
+
readonly decimals: 18;
|
|
2698
|
+
readonly website: "https://www.sgforge.com/product/coinvertible/";
|
|
2699
|
+
readonly description: "EUR CoinVertible (EURCV) is a fully collateralized, regulatory-compliant stablecoin issued by Societe Generale-FORGE to bridge traditional finance and public blockchains.";
|
|
2700
|
+
readonly documentation: "https://www.sgforge.com/product/coinvertible/";
|
|
2701
|
+
readonly bridge: "native";
|
|
2702
|
+
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK"];
|
|
2703
|
+
};
|
|
2691
2704
|
};
|
|
2692
2705
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2693
2706
|
readonly WNATIVE: {
|
|
@@ -5376,6 +5389,19 @@ export declare const ethereum: {
|
|
|
5376
5389
|
readonly bridge: "native";
|
|
5377
5390
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5378
5391
|
};
|
|
5392
|
+
readonly EURCV: {
|
|
5393
|
+
readonly name: "EUR CoinVertible";
|
|
5394
|
+
readonly symbol: "EURCV";
|
|
5395
|
+
readonly oracleId: "EURCV";
|
|
5396
|
+
readonly address: "0x5F7827FDeb7c20b443265Fc2F40845B715385Ff2";
|
|
5397
|
+
readonly chainId: 1;
|
|
5398
|
+
readonly decimals: 18;
|
|
5399
|
+
readonly website: "https://www.sgforge.com/product/coinvertible/";
|
|
5400
|
+
readonly description: "EUR CoinVertible (EURCV) is a fully collateralized, regulatory-compliant stablecoin issued by Societe Generale-FORGE to bridge traditional finance and public blockchains.";
|
|
5401
|
+
readonly documentation: "https://www.sgforge.com/product/coinvertible/";
|
|
5402
|
+
readonly bridge: "native";
|
|
5403
|
+
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK"];
|
|
5404
|
+
};
|
|
5379
5405
|
}>;
|
|
5380
5406
|
readonly native: {
|
|
5381
5407
|
readonly symbol: "ETH";
|
|
@@ -2685,4 +2685,17 @@ export declare const tokens: {
|
|
|
2685
2685
|
readonly bridge: "native";
|
|
2686
2686
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2687
2687
|
};
|
|
2688
|
+
readonly EURCV: {
|
|
2689
|
+
readonly name: "EUR CoinVertible";
|
|
2690
|
+
readonly symbol: "EURCV";
|
|
2691
|
+
readonly oracleId: "EURCV";
|
|
2692
|
+
readonly address: "0x5F7827FDeb7c20b443265Fc2F40845B715385Ff2";
|
|
2693
|
+
readonly chainId: 1;
|
|
2694
|
+
readonly decimals: 18;
|
|
2695
|
+
readonly website: "https://www.sgforge.com/product/coinvertible/";
|
|
2696
|
+
readonly description: "EUR CoinVertible (EURCV) is a fully collateralized, regulatory-compliant stablecoin issued by Societe Generale-FORGE to bridge traditional finance and public blockchains.";
|
|
2697
|
+
readonly documentation: "https://www.sgforge.com/product/coinvertible/";
|
|
2698
|
+
readonly bridge: "native";
|
|
2699
|
+
readonly tags: readonly ["STABLECOIN", "NO_TIMELOCK"];
|
|
2700
|
+
};
|
|
2688
2701
|
};
|
|
@@ -2654,4 +2654,17 @@ export const tokens = {
|
|
|
2654
2654
|
bridge: 'native',
|
|
2655
2655
|
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2656
2656
|
},
|
|
2657
|
+
EURCV: {
|
|
2658
|
+
name: 'EUR CoinVertible',
|
|
2659
|
+
symbol: 'EURCV',
|
|
2660
|
+
oracleId: 'EURCV',
|
|
2661
|
+
address: '0x5F7827FDeb7c20b443265Fc2F40845B715385Ff2',
|
|
2662
|
+
chainId: 1,
|
|
2663
|
+
decimals: 18,
|
|
2664
|
+
website: 'https://www.sgforge.com/product/coinvertible/',
|
|
2665
|
+
description: 'EUR CoinVertible (EURCV) is a fully collateralized, regulatory-compliant stablecoin issued by Societe Generale-FORGE to bridge traditional finance and public blockchains.',
|
|
2666
|
+
documentation: 'https://www.sgforge.com/product/coinvertible/',
|
|
2667
|
+
bridge: 'native',
|
|
2668
|
+
tags: ['STABLECOIN', 'NO_TIMELOCK'],
|
|
2669
|
+
},
|
|
2657
2670
|
};
|
package/package.json
CHANGED