@@ -81,7 +81,6 @@ import { teeMarlinPlugin } from "@elizaos/plugin-tee-marlin";
81
81
import { tonPlugin } from "@elizaos/plugin-ton" ;
82
82
import { webSearchPlugin } from "@elizaos/plugin-web-search" ;
83
83
84
- import { coingeckoPlugin } from "@elizaos/plugin-coingecko" ;
85
84
import { giphyPlugin } from "@elizaos/plugin-giphy" ;
86
85
import { letzAIPlugin } from "@elizaos/plugin-letzai" ;
87
86
import { thirdwebPlugin } from "@elizaos/plugin-thirdweb" ;
@@ -704,8 +703,8 @@ export async function createAgent(
704
703
goatPlugin ,
705
704
getSecret ( character , "COINGECKO_API_KEY" ) ||
706
705
getSecret ( character , "COINGECKO_PRO_API_KEY" )
707
- ? coingeckoPlugin
708
- : null ,
706
+ ? coingeckoPlugin
707
+ : null ,
709
708
getSecret ( character , "EVM_PROVIDER_URL" ) ? goatPlugin : null ,
710
709
getSecret ( character , "ABSTRACT_PRIVATE_KEY" )
711
710
? abstractPlugin
@@ -720,8 +719,8 @@ export async function createAgent(
720
719
: null ,
721
720
getSecret ( character , "LENS_ADDRESS" ) &&
722
721
getSecret ( character , "LENS_PRIVATE_KEY" )
723
- ? lensPlugin
724
- : null ,
722
+ ? lensPlugin
723
+ : null ,
725
724
getSecret ( character , "APTOS_PRIVATE_KEY" ) ? aptosPlugin : null ,
726
725
getSecret ( character , "MVX_PRIVATE_KEY" ) ? multiversxPlugin : null ,
727
726
getSecret ( character , "ZKSYNC_PRIVATE_KEY" ) ? zksyncEraPlugin : null ,
@@ -761,8 +760,8 @@ export async function createAgent(
761
760
getSecret ( character , "ALLORA_API_KEY" ) ? alloraPlugin : null ,
762
761
getSecret ( character , "AKASH_MNEMONIC" ) &&
763
762
getSecret ( character , "AKASH_WALLET_ADDRESS" )
764
- ? akashPlugin
765
- : null ,
763
+ ? akashPlugin
764
+ : null ,
766
765
] . filter ( Boolean ) ,
767
766
providers : [ ] ,
768
767
actions : [ ] ,
0 commit comments