@beefyfinance/blockchain-addressbook 0.54.158 → 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.
- 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
|
@@ -3100,6 +3100,17 @@ export declare const base: {
|
|
|
3100
3100
|
readonly description: "A Social Network for AI Agents";
|
|
3101
3101
|
readonly bridge: "native";
|
|
3102
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
|
+
};
|
|
3103
3114
|
};
|
|
3104
3115
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3105
3116
|
readonly WNATIVE: {
|
|
@@ -6200,6 +6211,17 @@ export declare const base: {
|
|
|
6200
6211
|
readonly description: "A Social Network for AI Agents";
|
|
6201
6212
|
readonly bridge: "native";
|
|
6202
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
|
+
};
|
|
6203
6225
|
}>;
|
|
6204
6226
|
readonly native: {
|
|
6205
6227
|
readonly symbol: "ETH";
|
|
@@ -3097,4 +3097,15 @@ export declare const tokens: {
|
|
|
3097
3097
|
readonly description: "A Social Network for AI Agents";
|
|
3098
3098
|
readonly bridge: "native";
|
|
3099
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
|
+
};
|
|
3100
3111
|
};
|
|
@@ -3065,4 +3065,15 @@ exports.tokens = {
|
|
|
3065
3065
|
description: 'A Social Network for AI Agents',
|
|
3066
3066
|
bridge: 'native',
|
|
3067
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
|
+
},
|
|
3068
3079
|
};
|
|
@@ -3100,6 +3100,17 @@ export declare const base: {
|
|
|
3100
3100
|
readonly description: "A Social Network for AI Agents";
|
|
3101
3101
|
readonly bridge: "native";
|
|
3102
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
|
+
};
|
|
3103
3114
|
};
|
|
3104
3115
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3105
3116
|
readonly WNATIVE: {
|
|
@@ -6200,6 +6211,17 @@ export declare const base: {
|
|
|
6200
6211
|
readonly description: "A Social Network for AI Agents";
|
|
6201
6212
|
readonly bridge: "native";
|
|
6202
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
|
+
};
|
|
6203
6225
|
}>;
|
|
6204
6226
|
readonly native: {
|
|
6205
6227
|
readonly symbol: "ETH";
|
|
@@ -3097,4 +3097,15 @@ export declare const tokens: {
|
|
|
3097
3097
|
readonly description: "A Social Network for AI Agents";
|
|
3098
3098
|
readonly bridge: "native";
|
|
3099
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
|
+
};
|
|
3100
3111
|
};
|
|
@@ -3062,4 +3062,15 @@ export const tokens = {
|
|
|
3062
3062
|
description: 'A Social Network for AI Agents',
|
|
3063
3063
|
bridge: 'native',
|
|
3064
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
|
+
},
|
|
3065
3076
|
};
|
package/package.json
CHANGED