File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -944,7 +944,9 @@ export async function createAgent(
944
944
? webhookPlugin
945
945
: null ,
946
946
goatPlugin ,
947
- zilliqaPlugin ,
947
+ getSecret ( character , "ENABLE_ZILLIQA" )
948
+ ? zilliqaPlugin
949
+ : null ,
948
950
getSecret ( character , "COINGECKO_API_KEY" ) ||
949
951
getSecret ( character , "COINGECKO_PRO_API_KEY" )
950
952
? coingeckoPlugin
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ pnpm install @elizaos/plugin-goat
24
24
``` typescript
25
25
EVM_PRIVATE_KEY = <Your EVM wallet private key >
26
26
EVM_PROVIDER_URL=<Your RPC provider URL (e .g ., Infura , Alchemy )>
27
+ ENABLE_ZILLIQA=1
27
28
```
28
29
29
30
## Common Issues & Troubleshooting
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ export async function getOnChainActions(
34
34
user : "{{user1}}" ,
35
35
content : {
36
36
text : "Tell me the balance of account 0xf0cb24ac66ba7375bf9b9c4fa91e208d9eaabd2e" ,
37
+ action : "GET_BALANCE" ,
37
38
} ,
38
39
} ,
39
40
{
You can’t perform that action at this time.
0 commit comments