File tree 1 file changed +3
-3
lines changed
packages/plugin-chainbase
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,19 +29,19 @@ This plugin serves as a powerful interface between Eliza AI agents and blockchai
29
29
### On-chain Data Queries
30
30
31
31
``` plaintext
32
- Query: "This address 0x8308964da9ed5d2e8012023d7c7ef02f9e6438c7 which tokens on Ethereum are held"
32
+ Query: "query onchain data: This address 0x8308964da9ed5d2e8012023d7c7ef02f9e6438c7 which tokens on Ethereum are held"
33
33
```
34
34
35
35
This query will return the token holdings for the specified Ethereum address.
36
36
37
37
``` plaintext
38
- Query: "List the top 10 Ethereum blocks by total gas used in the last 24 hours"
38
+ Query: "query onchain data: List the top 10 Ethereum blocks by total gas used in the last 24 hours"
39
39
```
40
40
41
41
This query will analyze and return gas usage statistics for recent Ethereum blocks.
42
42
43
43
``` plaintext
44
- Query: "The address 0x8308964da9ed5d2e8012023d7c7ef02f9e6438c7 last 10 Ethereum token transfer"
44
+ Query: "query onchain data: The address 0x8308964da9ed5d2e8012023d7c7ef02f9e6438c7 last 10 Ethereum token transfer"
45
45
```
46
46
47
47
This query will fetch the most recent 10 token transfer events for the specified Ethereum address, including both incoming and outgoing transfers.
You can’t perform that action at this time.
0 commit comments