chain-insights 0.2.29 → 0.2.30
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-insights",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.30",
|
|
4
4
|
"description": "AML investigation CLI and MCP proxy for blockchain risk, fund-flow tracing, case reports, and GraphRAG MCP access",
|
|
5
5
|
"homepage": "https://chain-insights.ai",
|
|
6
6
|
"repository": {
|
|
@@ -84,6 +84,10 @@ cia debug off
|
|
|
84
84
|
## Hard Rules
|
|
85
85
|
|
|
86
86
|
- Always preserve full blockchain addresses exactly.
|
|
87
|
+
- Bittensor contains both native Substrate/SS58 addresses such as `5...` and
|
|
88
|
+
EVM-pallet `0x...` addresses in the same investigation network. Use
|
|
89
|
+
`network=bittensor` for both; do not switch networks based only on address
|
|
90
|
+
format. Preserve the exact address and any returned `address_type` evidence.
|
|
87
91
|
- Python GraphRAG MCP is the golden behavior for `address_risk` and
|
|
88
92
|
`track_funds`. Chain Insights MCP may expose its own high-level tools, but
|
|
89
93
|
their graph semantics must be a faithful port of the Python tools.
|