@beefyfinance/blockchain-addressbook 0.54.157 → 0.54.158
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 +22 -0
- package/build/address-book/base/tokens/tokens.d.ts +11 -0
- package/build/address-book/base/tokens/tokens.js +11 -0
- package/build-esm/address-book/base/index.d.ts +22 -0
- package/build-esm/address-book/base/tokens/tokens.d.ts +11 -0
- package/build-esm/address-book/base/tokens/tokens.js +11 -0
- package/package.json +1 -1
|
@@ -3089,6 +3089,17 @@ export declare const base: {
|
|
|
3089
3089
|
readonly bridge: "layer-zero";
|
|
3090
3090
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3091
3091
|
};
|
|
3092
|
+
readonly MOLT: {
|
|
3093
|
+
readonly name: "Moltbook";
|
|
3094
|
+
readonly symbol: "MOLT";
|
|
3095
|
+
readonly oracleId: "MOLT";
|
|
3096
|
+
readonly address: "0xB695559b26BB2c9703ef1935c37AeaE9526bab07";
|
|
3097
|
+
readonly chainId: 8453;
|
|
3098
|
+
readonly decimals: 18;
|
|
3099
|
+
readonly website: "https://www.moltbook.com/";
|
|
3100
|
+
readonly description: "A Social Network for AI Agents";
|
|
3101
|
+
readonly bridge: "native";
|
|
3102
|
+
};
|
|
3092
3103
|
};
|
|
3093
3104
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3094
3105
|
readonly WNATIVE: {
|
|
@@ -6178,6 +6189,17 @@ export declare const base: {
|
|
|
6178
6189
|
readonly bridge: "layer-zero";
|
|
6179
6190
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
6180
6191
|
};
|
|
6192
|
+
readonly MOLT: {
|
|
6193
|
+
readonly name: "Moltbook";
|
|
6194
|
+
readonly symbol: "MOLT";
|
|
6195
|
+
readonly oracleId: "MOLT";
|
|
6196
|
+
readonly address: "0xB695559b26BB2c9703ef1935c37AeaE9526bab07";
|
|
6197
|
+
readonly chainId: 8453;
|
|
6198
|
+
readonly decimals: 18;
|
|
6199
|
+
readonly website: "https://www.moltbook.com/";
|
|
6200
|
+
readonly description: "A Social Network for AI Agents";
|
|
6201
|
+
readonly bridge: "native";
|
|
6202
|
+
};
|
|
6181
6203
|
}>;
|
|
6182
6204
|
readonly native: {
|
|
6183
6205
|
readonly symbol: "ETH";
|
|
@@ -3086,4 +3086,15 @@ export declare const tokens: {
|
|
|
3086
3086
|
readonly bridge: "layer-zero";
|
|
3087
3087
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3088
3088
|
};
|
|
3089
|
+
readonly MOLT: {
|
|
3090
|
+
readonly name: "Moltbook";
|
|
3091
|
+
readonly symbol: "MOLT";
|
|
3092
|
+
readonly oracleId: "MOLT";
|
|
3093
|
+
readonly address: "0xB695559b26BB2c9703ef1935c37AeaE9526bab07";
|
|
3094
|
+
readonly chainId: 8453;
|
|
3095
|
+
readonly decimals: 18;
|
|
3096
|
+
readonly website: "https://www.moltbook.com/";
|
|
3097
|
+
readonly description: "A Social Network for AI Agents";
|
|
3098
|
+
readonly bridge: "native";
|
|
3099
|
+
};
|
|
3089
3100
|
};
|
|
@@ -3054,4 +3054,15 @@ exports.tokens = {
|
|
|
3054
3054
|
bridge: 'layer-zero',
|
|
3055
3055
|
tags: ['LARGE_HOLDERS'],
|
|
3056
3056
|
},
|
|
3057
|
+
MOLT: {
|
|
3058
|
+
name: 'Moltbook',
|
|
3059
|
+
symbol: 'MOLT',
|
|
3060
|
+
oracleId: 'MOLT',
|
|
3061
|
+
address: '0xB695559b26BB2c9703ef1935c37AeaE9526bab07',
|
|
3062
|
+
chainId: 8453,
|
|
3063
|
+
decimals: 18,
|
|
3064
|
+
website: 'https://www.moltbook.com/',
|
|
3065
|
+
description: 'A Social Network for AI Agents',
|
|
3066
|
+
bridge: 'native',
|
|
3067
|
+
},
|
|
3057
3068
|
};
|
|
@@ -3089,6 +3089,17 @@ export declare const base: {
|
|
|
3089
3089
|
readonly bridge: "layer-zero";
|
|
3090
3090
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3091
3091
|
};
|
|
3092
|
+
readonly MOLT: {
|
|
3093
|
+
readonly name: "Moltbook";
|
|
3094
|
+
readonly symbol: "MOLT";
|
|
3095
|
+
readonly oracleId: "MOLT";
|
|
3096
|
+
readonly address: "0xB695559b26BB2c9703ef1935c37AeaE9526bab07";
|
|
3097
|
+
readonly chainId: 8453;
|
|
3098
|
+
readonly decimals: 18;
|
|
3099
|
+
readonly website: "https://www.moltbook.com/";
|
|
3100
|
+
readonly description: "A Social Network for AI Agents";
|
|
3101
|
+
readonly bridge: "native";
|
|
3102
|
+
};
|
|
3092
3103
|
};
|
|
3093
3104
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3094
3105
|
readonly WNATIVE: {
|
|
@@ -6178,6 +6189,17 @@ export declare const base: {
|
|
|
6178
6189
|
readonly bridge: "layer-zero";
|
|
6179
6190
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
6180
6191
|
};
|
|
6192
|
+
readonly MOLT: {
|
|
6193
|
+
readonly name: "Moltbook";
|
|
6194
|
+
readonly symbol: "MOLT";
|
|
6195
|
+
readonly oracleId: "MOLT";
|
|
6196
|
+
readonly address: "0xB695559b26BB2c9703ef1935c37AeaE9526bab07";
|
|
6197
|
+
readonly chainId: 8453;
|
|
6198
|
+
readonly decimals: 18;
|
|
6199
|
+
readonly website: "https://www.moltbook.com/";
|
|
6200
|
+
readonly description: "A Social Network for AI Agents";
|
|
6201
|
+
readonly bridge: "native";
|
|
6202
|
+
};
|
|
6181
6203
|
}>;
|
|
6182
6204
|
readonly native: {
|
|
6183
6205
|
readonly symbol: "ETH";
|
|
@@ -3086,4 +3086,15 @@ export declare const tokens: {
|
|
|
3086
3086
|
readonly bridge: "layer-zero";
|
|
3087
3087
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3088
3088
|
};
|
|
3089
|
+
readonly MOLT: {
|
|
3090
|
+
readonly name: "Moltbook";
|
|
3091
|
+
readonly symbol: "MOLT";
|
|
3092
|
+
readonly oracleId: "MOLT";
|
|
3093
|
+
readonly address: "0xB695559b26BB2c9703ef1935c37AeaE9526bab07";
|
|
3094
|
+
readonly chainId: 8453;
|
|
3095
|
+
readonly decimals: 18;
|
|
3096
|
+
readonly website: "https://www.moltbook.com/";
|
|
3097
|
+
readonly description: "A Social Network for AI Agents";
|
|
3098
|
+
readonly bridge: "native";
|
|
3099
|
+
};
|
|
3089
3100
|
};
|
|
@@ -3051,4 +3051,15 @@ export const tokens = {
|
|
|
3051
3051
|
bridge: 'layer-zero',
|
|
3052
3052
|
tags: ['LARGE_HOLDERS'],
|
|
3053
3053
|
},
|
|
3054
|
+
MOLT: {
|
|
3055
|
+
name: 'Moltbook',
|
|
3056
|
+
symbol: 'MOLT',
|
|
3057
|
+
oracleId: 'MOLT',
|
|
3058
|
+
address: '0xB695559b26BB2c9703ef1935c37AeaE9526bab07',
|
|
3059
|
+
chainId: 8453,
|
|
3060
|
+
decimals: 18,
|
|
3061
|
+
website: 'https://www.moltbook.com/',
|
|
3062
|
+
description: 'A Social Network for AI Agents',
|
|
3063
|
+
bridge: 'native',
|
|
3064
|
+
},
|
|
3054
3065
|
};
|
package/package.json
CHANGED