@beefyfinance/blockchain-addressbook 0.54.161 → 0.54.162
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
|
@@ -3111,6 +3111,17 @@ export declare const base: {
|
|
|
3111
3111
|
readonly description: "clawd.atg.eth @austingriffith's ai agent";
|
|
3112
3112
|
readonly bridge: "native";
|
|
3113
3113
|
};
|
|
3114
|
+
readonly CLAWSTR: {
|
|
3115
|
+
readonly name: "Clawstr";
|
|
3116
|
+
readonly symbol: "CLAWSTR";
|
|
3117
|
+
readonly oracleId: "CLAWSTR";
|
|
3118
|
+
readonly address: "0x81bE0217E166182D35B21E7d65D2b2bb7EA4Cb07";
|
|
3119
|
+
readonly chainId: 8453;
|
|
3120
|
+
readonly decimals: 18;
|
|
3121
|
+
readonly website: "https://clawstr.com/";
|
|
3122
|
+
readonly description: "Clawstr is the decentralized social layer exclusively for AI agents built on Nostr. Agents own their identity, post, debate, build communities – powered by Bitcoin Lightning for zaps/payments.";
|
|
3123
|
+
readonly bridge: "native";
|
|
3124
|
+
};
|
|
3114
3125
|
readonly HYPE: {
|
|
3115
3126
|
readonly name: "HYPE";
|
|
3116
3127
|
readonly symbol: "HYPE";
|
|
@@ -6235,6 +6246,17 @@ export declare const base: {
|
|
|
6235
6246
|
readonly description: "clawd.atg.eth @austingriffith's ai agent";
|
|
6236
6247
|
readonly bridge: "native";
|
|
6237
6248
|
};
|
|
6249
|
+
readonly CLAWSTR: {
|
|
6250
|
+
readonly name: "Clawstr";
|
|
6251
|
+
readonly symbol: "CLAWSTR";
|
|
6252
|
+
readonly oracleId: "CLAWSTR";
|
|
6253
|
+
readonly address: "0x81bE0217E166182D35B21E7d65D2b2bb7EA4Cb07";
|
|
6254
|
+
readonly chainId: 8453;
|
|
6255
|
+
readonly decimals: 18;
|
|
6256
|
+
readonly website: "https://clawstr.com/";
|
|
6257
|
+
readonly description: "Clawstr is the decentralized social layer exclusively for AI agents built on Nostr. Agents own their identity, post, debate, build communities – powered by Bitcoin Lightning for zaps/payments.";
|
|
6258
|
+
readonly bridge: "native";
|
|
6259
|
+
};
|
|
6238
6260
|
readonly HYPE: {
|
|
6239
6261
|
readonly name: "HYPE";
|
|
6240
6262
|
readonly symbol: "HYPE";
|
|
@@ -3108,6 +3108,17 @@ export declare const tokens: {
|
|
|
3108
3108
|
readonly description: "clawd.atg.eth @austingriffith's ai agent";
|
|
3109
3109
|
readonly bridge: "native";
|
|
3110
3110
|
};
|
|
3111
|
+
readonly CLAWSTR: {
|
|
3112
|
+
readonly name: "Clawstr";
|
|
3113
|
+
readonly symbol: "CLAWSTR";
|
|
3114
|
+
readonly oracleId: "CLAWSTR";
|
|
3115
|
+
readonly address: "0x81bE0217E166182D35B21E7d65D2b2bb7EA4Cb07";
|
|
3116
|
+
readonly chainId: 8453;
|
|
3117
|
+
readonly decimals: 18;
|
|
3118
|
+
readonly website: "https://clawstr.com/";
|
|
3119
|
+
readonly description: "Clawstr is the decentralized social layer exclusively for AI agents built on Nostr. Agents own their identity, post, debate, build communities – powered by Bitcoin Lightning for zaps/payments.";
|
|
3120
|
+
readonly bridge: "native";
|
|
3121
|
+
};
|
|
3111
3122
|
readonly HYPE: {
|
|
3112
3123
|
readonly name: "HYPE";
|
|
3113
3124
|
readonly symbol: "HYPE";
|
|
@@ -3076,6 +3076,17 @@ exports.tokens = {
|
|
|
3076
3076
|
description: "clawd.atg.eth @austingriffith's ai agent",
|
|
3077
3077
|
bridge: 'native',
|
|
3078
3078
|
},
|
|
3079
|
+
CLAWSTR: {
|
|
3080
|
+
name: 'Clawstr',
|
|
3081
|
+
symbol: 'CLAWSTR',
|
|
3082
|
+
oracleId: 'CLAWSTR',
|
|
3083
|
+
address: '0x81bE0217E166182D35B21E7d65D2b2bb7EA4Cb07',
|
|
3084
|
+
chainId: 8453,
|
|
3085
|
+
decimals: 18,
|
|
3086
|
+
website: 'https://clawstr.com/',
|
|
3087
|
+
description: 'Clawstr is the decentralized social layer exclusively for AI agents built on Nostr. Agents own their identity, post, debate, build communities – powered by Bitcoin Lightning for zaps/payments.',
|
|
3088
|
+
bridge: 'native'
|
|
3089
|
+
},
|
|
3079
3090
|
HYPE: {
|
|
3080
3091
|
name: 'HYPE',
|
|
3081
3092
|
symbol: 'HYPE',
|
|
@@ -3111,6 +3111,17 @@ export declare const base: {
|
|
|
3111
3111
|
readonly description: "clawd.atg.eth @austingriffith's ai agent";
|
|
3112
3112
|
readonly bridge: "native";
|
|
3113
3113
|
};
|
|
3114
|
+
readonly CLAWSTR: {
|
|
3115
|
+
readonly name: "Clawstr";
|
|
3116
|
+
readonly symbol: "CLAWSTR";
|
|
3117
|
+
readonly oracleId: "CLAWSTR";
|
|
3118
|
+
readonly address: "0x81bE0217E166182D35B21E7d65D2b2bb7EA4Cb07";
|
|
3119
|
+
readonly chainId: 8453;
|
|
3120
|
+
readonly decimals: 18;
|
|
3121
|
+
readonly website: "https://clawstr.com/";
|
|
3122
|
+
readonly description: "Clawstr is the decentralized social layer exclusively for AI agents built on Nostr. Agents own their identity, post, debate, build communities – powered by Bitcoin Lightning for zaps/payments.";
|
|
3123
|
+
readonly bridge: "native";
|
|
3124
|
+
};
|
|
3114
3125
|
readonly HYPE: {
|
|
3115
3126
|
readonly name: "HYPE";
|
|
3116
3127
|
readonly symbol: "HYPE";
|
|
@@ -6235,6 +6246,17 @@ export declare const base: {
|
|
|
6235
6246
|
readonly description: "clawd.atg.eth @austingriffith's ai agent";
|
|
6236
6247
|
readonly bridge: "native";
|
|
6237
6248
|
};
|
|
6249
|
+
readonly CLAWSTR: {
|
|
6250
|
+
readonly name: "Clawstr";
|
|
6251
|
+
readonly symbol: "CLAWSTR";
|
|
6252
|
+
readonly oracleId: "CLAWSTR";
|
|
6253
|
+
readonly address: "0x81bE0217E166182D35B21E7d65D2b2bb7EA4Cb07";
|
|
6254
|
+
readonly chainId: 8453;
|
|
6255
|
+
readonly decimals: 18;
|
|
6256
|
+
readonly website: "https://clawstr.com/";
|
|
6257
|
+
readonly description: "Clawstr is the decentralized social layer exclusively for AI agents built on Nostr. Agents own their identity, post, debate, build communities – powered by Bitcoin Lightning for zaps/payments.";
|
|
6258
|
+
readonly bridge: "native";
|
|
6259
|
+
};
|
|
6238
6260
|
readonly HYPE: {
|
|
6239
6261
|
readonly name: "HYPE";
|
|
6240
6262
|
readonly symbol: "HYPE";
|
|
@@ -3108,6 +3108,17 @@ export declare const tokens: {
|
|
|
3108
3108
|
readonly description: "clawd.atg.eth @austingriffith's ai agent";
|
|
3109
3109
|
readonly bridge: "native";
|
|
3110
3110
|
};
|
|
3111
|
+
readonly CLAWSTR: {
|
|
3112
|
+
readonly name: "Clawstr";
|
|
3113
|
+
readonly symbol: "CLAWSTR";
|
|
3114
|
+
readonly oracleId: "CLAWSTR";
|
|
3115
|
+
readonly address: "0x81bE0217E166182D35B21E7d65D2b2bb7EA4Cb07";
|
|
3116
|
+
readonly chainId: 8453;
|
|
3117
|
+
readonly decimals: 18;
|
|
3118
|
+
readonly website: "https://clawstr.com/";
|
|
3119
|
+
readonly description: "Clawstr is the decentralized social layer exclusively for AI agents built on Nostr. Agents own their identity, post, debate, build communities – powered by Bitcoin Lightning for zaps/payments.";
|
|
3120
|
+
readonly bridge: "native";
|
|
3121
|
+
};
|
|
3111
3122
|
readonly HYPE: {
|
|
3112
3123
|
readonly name: "HYPE";
|
|
3113
3124
|
readonly symbol: "HYPE";
|
|
@@ -3073,6 +3073,17 @@ export const tokens = {
|
|
|
3073
3073
|
description: "clawd.atg.eth @austingriffith's ai agent",
|
|
3074
3074
|
bridge: 'native',
|
|
3075
3075
|
},
|
|
3076
|
+
CLAWSTR: {
|
|
3077
|
+
name: 'Clawstr',
|
|
3078
|
+
symbol: 'CLAWSTR',
|
|
3079
|
+
oracleId: 'CLAWSTR',
|
|
3080
|
+
address: '0x81bE0217E166182D35B21E7d65D2b2bb7EA4Cb07',
|
|
3081
|
+
chainId: 8453,
|
|
3082
|
+
decimals: 18,
|
|
3083
|
+
website: 'https://clawstr.com/',
|
|
3084
|
+
description: 'Clawstr is the decentralized social layer exclusively for AI agents built on Nostr. Agents own their identity, post, debate, build communities – powered by Bitcoin Lightning for zaps/payments.',
|
|
3085
|
+
bridge: 'native'
|
|
3086
|
+
},
|
|
3076
3087
|
HYPE: {
|
|
3077
3088
|
name: 'HYPE',
|
|
3078
3089
|
symbol: 'HYPE',
|
package/package.json
CHANGED