We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eefd72e commit 6ec7e20Copy full SHA for 6ec7e20
packages/plugin-zilliqa/README.md
@@ -24,6 +24,7 @@ pnpm install @elizaos/plugin-goat
24
```typescript
25
EVM_PRIVATE_KEY=<Your EVM wallet private key>
26
EVM_PROVIDER_URL=<Your RPC provider URL (e.g., Infura, Alchemy)>
27
+ENABLE_ZILLIQA=1
28
```
29
30
## Common Issues & Troubleshooting
packages/plugin-zilliqa/src/actions.ts
@@ -34,6 +34,7 @@ export async function getOnChainActions(
34
user: "{{user1}}",
35
content: {
36
text: "Tell me the balance of account 0xf0cb24ac66ba7375bf9b9c4fa91e208d9eaabd2e",
37
+ action: "GET_BALANCE",
38
},
39
40
{
0 commit comments