@termix-it/cryptoclaw 1.0.8 → 1.0.9
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/dist/build-info.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
549e0b4bd51a984008a87ad2c6eabc7db097c93daef5918de0dcab239cfb6deb
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "blockchain",
|
|
3
|
+
"name": "Blockchain",
|
|
4
|
+
"description": "EVM blockchain tools: wallet management, token transfers, DEX swaps, NFTs, smart contracts, ERC-8004 agent identity, and multi-chain operations",
|
|
5
|
+
"entry": "index.ts",
|
|
6
|
+
"configSchema": {
|
|
7
|
+
"type": "object",
|
|
8
|
+
"additionalProperties": true,
|
|
9
|
+
"properties": {
|
|
10
|
+
"defaultChain": {
|
|
11
|
+
"type": "string",
|
|
12
|
+
"description": "Default EVM network name or chain ID",
|
|
13
|
+
"default": "bsc"
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|