@beefyfinance/blockchain-addressbook 0.54.141 → 0.54.142
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-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/package.json +1 -1
|
@@ -2922,6 +2922,18 @@ export declare const base: {
|
|
|
2922
2922
|
readonly description: "$FUN token rewards you for contributing value across the Sport.Fun ecosystem. Holding $FUN in your in-game wallet unlocks a bundle of perks designed to reward consistent players and long-term holders.";
|
|
2923
2923
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
2924
2924
|
};
|
|
2925
|
+
readonly BYTE: {
|
|
2926
|
+
readonly name: "Byte";
|
|
2927
|
+
readonly symbol: "BYTE";
|
|
2928
|
+
readonly oracleId: "bBYTE";
|
|
2929
|
+
readonly address: "0x03cEac3c28E353F5E4626c1242A6C7A41d004354";
|
|
2930
|
+
readonly chainId: 8453;
|
|
2931
|
+
readonly decimals: 18;
|
|
2932
|
+
readonly website: "https://bytegroksdog.xyz/";
|
|
2933
|
+
readonly documentation: "https://bytegroksdog.xyz/whitepaper";
|
|
2934
|
+
readonly description: "BYTE is a meme coin and an onchain experiment launched by AI command on Base.";
|
|
2935
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
2936
|
+
};
|
|
2925
2937
|
};
|
|
2926
2938
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2927
2939
|
readonly WNATIVE: {
|
|
@@ -5844,6 +5856,18 @@ export declare const base: {
|
|
|
5844
5856
|
readonly description: "$FUN token rewards you for contributing value across the Sport.Fun ecosystem. Holding $FUN in your in-game wallet unlocks a bundle of perks designed to reward consistent players and long-term holders.";
|
|
5845
5857
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
5846
5858
|
};
|
|
5859
|
+
readonly BYTE: {
|
|
5860
|
+
readonly name: "Byte";
|
|
5861
|
+
readonly symbol: "BYTE";
|
|
5862
|
+
readonly oracleId: "bBYTE";
|
|
5863
|
+
readonly address: "0x03cEac3c28E353F5E4626c1242A6C7A41d004354";
|
|
5864
|
+
readonly chainId: 8453;
|
|
5865
|
+
readonly decimals: 18;
|
|
5866
|
+
readonly website: "https://bytegroksdog.xyz/";
|
|
5867
|
+
readonly documentation: "https://bytegroksdog.xyz/whitepaper";
|
|
5868
|
+
readonly description: "BYTE is a meme coin and an onchain experiment launched by AI command on Base.";
|
|
5869
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
5870
|
+
};
|
|
5847
5871
|
}>;
|
|
5848
5872
|
readonly native: {
|
|
5849
5873
|
readonly symbol: "ETH";
|
|
@@ -2919,4 +2919,16 @@ export declare const tokens: {
|
|
|
2919
2919
|
readonly description: "$FUN token rewards you for contributing value across the Sport.Fun ecosystem. Holding $FUN in your in-game wallet unlocks a bundle of perks designed to reward consistent players and long-term holders.";
|
|
2920
2920
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
2921
2921
|
};
|
|
2922
|
+
readonly BYTE: {
|
|
2923
|
+
readonly name: "Byte";
|
|
2924
|
+
readonly symbol: "BYTE";
|
|
2925
|
+
readonly oracleId: "bBYTE";
|
|
2926
|
+
readonly address: "0x03cEac3c28E353F5E4626c1242A6C7A41d004354";
|
|
2927
|
+
readonly chainId: 8453;
|
|
2928
|
+
readonly decimals: 18;
|
|
2929
|
+
readonly website: "https://bytegroksdog.xyz/";
|
|
2930
|
+
readonly documentation: "https://bytegroksdog.xyz/whitepaper";
|
|
2931
|
+
readonly description: "BYTE is a meme coin and an onchain experiment launched by AI command on Base.";
|
|
2932
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
2933
|
+
};
|
|
2922
2934
|
};
|
|
@@ -2890,4 +2890,16 @@ exports.tokens = {
|
|
|
2890
2890
|
description: '$FUN token rewards you for contributing value across the Sport.Fun ecosystem. Holding $FUN in your in-game wallet unlocks a bundle of perks designed to reward consistent players and long-term holders.',
|
|
2891
2891
|
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
2892
2892
|
},
|
|
2893
|
+
BYTE: {
|
|
2894
|
+
name: 'Byte',
|
|
2895
|
+
symbol: 'BYTE',
|
|
2896
|
+
oracleId: 'bBYTE',
|
|
2897
|
+
address: '0x03cEac3c28E353F5E4626c1242A6C7A41d004354',
|
|
2898
|
+
chainId: 8453,
|
|
2899
|
+
decimals: 18,
|
|
2900
|
+
website: 'https://bytegroksdog.xyz/',
|
|
2901
|
+
documentation: 'https://bytegroksdog.xyz/whitepaper',
|
|
2902
|
+
description: 'BYTE is a meme coin and an onchain experiment launched by AI command on Base.',
|
|
2903
|
+
tags: ['LARGE_HOLDERS'],
|
|
2904
|
+
},
|
|
2893
2905
|
};
|
|
@@ -2922,6 +2922,18 @@ export declare const base: {
|
|
|
2922
2922
|
readonly description: "$FUN token rewards you for contributing value across the Sport.Fun ecosystem. Holding $FUN in your in-game wallet unlocks a bundle of perks designed to reward consistent players and long-term holders.";
|
|
2923
2923
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
2924
2924
|
};
|
|
2925
|
+
readonly BYTE: {
|
|
2926
|
+
readonly name: "Byte";
|
|
2927
|
+
readonly symbol: "BYTE";
|
|
2928
|
+
readonly oracleId: "bBYTE";
|
|
2929
|
+
readonly address: "0x03cEac3c28E353F5E4626c1242A6C7A41d004354";
|
|
2930
|
+
readonly chainId: 8453;
|
|
2931
|
+
readonly decimals: 18;
|
|
2932
|
+
readonly website: "https://bytegroksdog.xyz/";
|
|
2933
|
+
readonly documentation: "https://bytegroksdog.xyz/whitepaper";
|
|
2934
|
+
readonly description: "BYTE is a meme coin and an onchain experiment launched by AI command on Base.";
|
|
2935
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
2936
|
+
};
|
|
2925
2937
|
};
|
|
2926
2938
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2927
2939
|
readonly WNATIVE: {
|
|
@@ -5844,6 +5856,18 @@ export declare const base: {
|
|
|
5844
5856
|
readonly description: "$FUN token rewards you for contributing value across the Sport.Fun ecosystem. Holding $FUN in your in-game wallet unlocks a bundle of perks designed to reward consistent players and long-term holders.";
|
|
5845
5857
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
5846
5858
|
};
|
|
5859
|
+
readonly BYTE: {
|
|
5860
|
+
readonly name: "Byte";
|
|
5861
|
+
readonly symbol: "BYTE";
|
|
5862
|
+
readonly oracleId: "bBYTE";
|
|
5863
|
+
readonly address: "0x03cEac3c28E353F5E4626c1242A6C7A41d004354";
|
|
5864
|
+
readonly chainId: 8453;
|
|
5865
|
+
readonly decimals: 18;
|
|
5866
|
+
readonly website: "https://bytegroksdog.xyz/";
|
|
5867
|
+
readonly documentation: "https://bytegroksdog.xyz/whitepaper";
|
|
5868
|
+
readonly description: "BYTE is a meme coin and an onchain experiment launched by AI command on Base.";
|
|
5869
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
5870
|
+
};
|
|
5847
5871
|
}>;
|
|
5848
5872
|
readonly native: {
|
|
5849
5873
|
readonly symbol: "ETH";
|
|
@@ -2919,4 +2919,16 @@ export declare const tokens: {
|
|
|
2919
2919
|
readonly description: "$FUN token rewards you for contributing value across the Sport.Fun ecosystem. Holding $FUN in your in-game wallet unlocks a bundle of perks designed to reward consistent players and long-term holders.";
|
|
2920
2920
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
2921
2921
|
};
|
|
2922
|
+
readonly BYTE: {
|
|
2923
|
+
readonly name: "Byte";
|
|
2924
|
+
readonly symbol: "BYTE";
|
|
2925
|
+
readonly oracleId: "bBYTE";
|
|
2926
|
+
readonly address: "0x03cEac3c28E353F5E4626c1242A6C7A41d004354";
|
|
2927
|
+
readonly chainId: 8453;
|
|
2928
|
+
readonly decimals: 18;
|
|
2929
|
+
readonly website: "https://bytegroksdog.xyz/";
|
|
2930
|
+
readonly documentation: "https://bytegroksdog.xyz/whitepaper";
|
|
2931
|
+
readonly description: "BYTE is a meme coin and an onchain experiment launched by AI command on Base.";
|
|
2932
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
2933
|
+
};
|
|
2922
2934
|
};
|
|
@@ -2887,4 +2887,16 @@ export const tokens = {
|
|
|
2887
2887
|
description: '$FUN token rewards you for contributing value across the Sport.Fun ecosystem. Holding $FUN in your in-game wallet unlocks a bundle of perks designed to reward consistent players and long-term holders.',
|
|
2888
2888
|
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
2889
2889
|
},
|
|
2890
|
+
BYTE: {
|
|
2891
|
+
name: 'Byte',
|
|
2892
|
+
symbol: 'BYTE',
|
|
2893
|
+
oracleId: 'bBYTE',
|
|
2894
|
+
address: '0x03cEac3c28E353F5E4626c1242A6C7A41d004354',
|
|
2895
|
+
chainId: 8453,
|
|
2896
|
+
decimals: 18,
|
|
2897
|
+
website: 'https://bytegroksdog.xyz/',
|
|
2898
|
+
documentation: 'https://bytegroksdog.xyz/whitepaper',
|
|
2899
|
+
description: 'BYTE is a meme coin and an onchain experiment launched by AI command on Base.',
|
|
2900
|
+
tags: ['LARGE_HOLDERS'],
|
|
2901
|
+
},
|
|
2890
2902
|
};
|
package/package.json
CHANGED