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 @@ -1004,7 +1004,9 @@ export async function createAgent(
1004
1004
? webhookPlugin
1005
1005
: null ,
1006
1006
goatPlugin ,
1007
- zilliqaPlugin ,
1007
+ getSecret ( character , "ENABLE_ZILLIQA" )
1008
+ ? zilliqaPlugin
1009
+ : null ,
1008
1010
getSecret ( character , "COINGECKO_API_KEY" ) ||
1009
1011
getSecret ( character , "COINGECKO_PRO_API_KEY" )
1010
1012
? 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