@beefyfinance/blockchain-addressbook 0.54.157 → 0.54.159

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.
@@ -3089,6 +3089,28 @@ 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
+ };
3103
+ readonly CLAWD: {
3104
+ readonly name: "clawd.atg.eth";
3105
+ readonly symbol: "CLAWD";
3106
+ readonly oracleId: "CLAWD";
3107
+ readonly address: "0x9f86dB9fc6f7c9408e8Fda3Ff8ce4e78ac7a6b07";
3108
+ readonly chainId: 8453;
3109
+ readonly decimals: 18;
3110
+ readonly website: "https://x.com/clawdbotatg";
3111
+ readonly description: "clawd.atg.eth @austingriffith's ai agent";
3112
+ readonly bridge: "native";
3113
+ };
3092
3114
  };
3093
3115
  readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
3094
3116
  readonly WNATIVE: {
@@ -6178,6 +6200,28 @@ export declare const base: {
6178
6200
  readonly bridge: "layer-zero";
6179
6201
  readonly tags: readonly ["LARGE_HOLDERS"];
6180
6202
  };
6203
+ readonly MOLT: {
6204
+ readonly name: "Moltbook";
6205
+ readonly symbol: "MOLT";
6206
+ readonly oracleId: "MOLT";
6207
+ readonly address: "0xB695559b26BB2c9703ef1935c37AeaE9526bab07";
6208
+ readonly chainId: 8453;
6209
+ readonly decimals: 18;
6210
+ readonly website: "https://www.moltbook.com/";
6211
+ readonly description: "A Social Network for AI Agents";
6212
+ readonly bridge: "native";
6213
+ };
6214
+ readonly CLAWD: {
6215
+ readonly name: "clawd.atg.eth";
6216
+ readonly symbol: "CLAWD";
6217
+ readonly oracleId: "CLAWD";
6218
+ readonly address: "0x9f86dB9fc6f7c9408e8Fda3Ff8ce4e78ac7a6b07";
6219
+ readonly chainId: 8453;
6220
+ readonly decimals: 18;
6221
+ readonly website: "https://x.com/clawdbotatg";
6222
+ readonly description: "clawd.atg.eth @austingriffith's ai agent";
6223
+ readonly bridge: "native";
6224
+ };
6181
6225
  }>;
6182
6226
  readonly native: {
6183
6227
  readonly symbol: "ETH";
@@ -3086,4 +3086,26 @@ 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
+ };
3100
+ readonly CLAWD: {
3101
+ readonly name: "clawd.atg.eth";
3102
+ readonly symbol: "CLAWD";
3103
+ readonly oracleId: "CLAWD";
3104
+ readonly address: "0x9f86dB9fc6f7c9408e8Fda3Ff8ce4e78ac7a6b07";
3105
+ readonly chainId: 8453;
3106
+ readonly decimals: 18;
3107
+ readonly website: "https://x.com/clawdbotatg";
3108
+ readonly description: "clawd.atg.eth @austingriffith's ai agent";
3109
+ readonly bridge: "native";
3110
+ };
3089
3111
  };
@@ -3054,4 +3054,26 @@ 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
+ },
3068
+ CLAWD: {
3069
+ name: 'clawd.atg.eth',
3070
+ symbol: 'CLAWD',
3071
+ oracleId: 'CLAWD',
3072
+ address: '0x9f86dB9fc6f7c9408e8Fda3Ff8ce4e78ac7a6b07',
3073
+ chainId: 8453,
3074
+ decimals: 18,
3075
+ website: 'https://x.com/clawdbotatg',
3076
+ description: "clawd.atg.eth @austingriffith's ai agent",
3077
+ bridge: 'native',
3078
+ },
3057
3079
  };
@@ -3089,6 +3089,28 @@ 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
+ };
3103
+ readonly CLAWD: {
3104
+ readonly name: "clawd.atg.eth";
3105
+ readonly symbol: "CLAWD";
3106
+ readonly oracleId: "CLAWD";
3107
+ readonly address: "0x9f86dB9fc6f7c9408e8Fda3Ff8ce4e78ac7a6b07";
3108
+ readonly chainId: 8453;
3109
+ readonly decimals: 18;
3110
+ readonly website: "https://x.com/clawdbotatg";
3111
+ readonly description: "clawd.atg.eth @austingriffith's ai agent";
3112
+ readonly bridge: "native";
3113
+ };
3092
3114
  };
3093
3115
  readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
3094
3116
  readonly WNATIVE: {
@@ -6178,6 +6200,28 @@ export declare const base: {
6178
6200
  readonly bridge: "layer-zero";
6179
6201
  readonly tags: readonly ["LARGE_HOLDERS"];
6180
6202
  };
6203
+ readonly MOLT: {
6204
+ readonly name: "Moltbook";
6205
+ readonly symbol: "MOLT";
6206
+ readonly oracleId: "MOLT";
6207
+ readonly address: "0xB695559b26BB2c9703ef1935c37AeaE9526bab07";
6208
+ readonly chainId: 8453;
6209
+ readonly decimals: 18;
6210
+ readonly website: "https://www.moltbook.com/";
6211
+ readonly description: "A Social Network for AI Agents";
6212
+ readonly bridge: "native";
6213
+ };
6214
+ readonly CLAWD: {
6215
+ readonly name: "clawd.atg.eth";
6216
+ readonly symbol: "CLAWD";
6217
+ readonly oracleId: "CLAWD";
6218
+ readonly address: "0x9f86dB9fc6f7c9408e8Fda3Ff8ce4e78ac7a6b07";
6219
+ readonly chainId: 8453;
6220
+ readonly decimals: 18;
6221
+ readonly website: "https://x.com/clawdbotatg";
6222
+ readonly description: "clawd.atg.eth @austingriffith's ai agent";
6223
+ readonly bridge: "native";
6224
+ };
6181
6225
  }>;
6182
6226
  readonly native: {
6183
6227
  readonly symbol: "ETH";
@@ -3086,4 +3086,26 @@ 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
+ };
3100
+ readonly CLAWD: {
3101
+ readonly name: "clawd.atg.eth";
3102
+ readonly symbol: "CLAWD";
3103
+ readonly oracleId: "CLAWD";
3104
+ readonly address: "0x9f86dB9fc6f7c9408e8Fda3Ff8ce4e78ac7a6b07";
3105
+ readonly chainId: 8453;
3106
+ readonly decimals: 18;
3107
+ readonly website: "https://x.com/clawdbotatg";
3108
+ readonly description: "clawd.atg.eth @austingriffith's ai agent";
3109
+ readonly bridge: "native";
3110
+ };
3089
3111
  };
@@ -3051,4 +3051,26 @@ 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
+ },
3065
+ CLAWD: {
3066
+ name: 'clawd.atg.eth',
3067
+ symbol: 'CLAWD',
3068
+ oracleId: 'CLAWD',
3069
+ address: '0x9f86dB9fc6f7c9408e8Fda3Ff8ce4e78ac7a6b07',
3070
+ chainId: 8453,
3071
+ decimals: 18,
3072
+ website: 'https://x.com/clawdbotatg',
3073
+ description: "clawd.atg.eth @austingriffith's ai agent",
3074
+ bridge: 'native',
3075
+ },
3054
3076
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beefyfinance/blockchain-addressbook",
3
- "version": "0.54.157",
3
+ "version": "0.54.159",
4
4
  "description": "A collection of useful addresses on various chains for defi development",
5
5
  "type": "commonjs",
6
6
  "types": "./build/address-book/index.d.ts",