Skip to content

Commit 0600283

Browse files
committed
duplicated import
1 parent c087ac6 commit 0600283

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

agent/src/index.ts

+6-7
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ import { teeMarlinPlugin } from "@elizaos/plugin-tee-marlin";
8181
import { tonPlugin } from "@elizaos/plugin-ton";
8282
import { webSearchPlugin } from "@elizaos/plugin-web-search";
8383

84-
import { coingeckoPlugin } from "@elizaos/plugin-coingecko";
8584
import { giphyPlugin } from "@elizaos/plugin-giphy";
8685
import { letzAIPlugin } from "@elizaos/plugin-letzai";
8786
import { thirdwebPlugin } from "@elizaos/plugin-thirdweb";
@@ -704,8 +703,8 @@ export async function createAgent(
704703
goatPlugin,
705704
getSecret(character, "COINGECKO_API_KEY") ||
706705
getSecret(character, "COINGECKO_PRO_API_KEY")
707-
? coingeckoPlugin
708-
: null,
706+
? coingeckoPlugin
707+
: null,
709708
getSecret(character, "EVM_PROVIDER_URL") ? goatPlugin : null,
710709
getSecret(character, "ABSTRACT_PRIVATE_KEY")
711710
? abstractPlugin
@@ -720,8 +719,8 @@ export async function createAgent(
720719
: null,
721720
getSecret(character, "LENS_ADDRESS") &&
722721
getSecret(character, "LENS_PRIVATE_KEY")
723-
? lensPlugin
724-
: null,
722+
? lensPlugin
723+
: null,
725724
getSecret(character, "APTOS_PRIVATE_KEY") ? aptosPlugin : null,
726725
getSecret(character, "MVX_PRIVATE_KEY") ? multiversxPlugin : null,
727726
getSecret(character, "ZKSYNC_PRIVATE_KEY") ? zksyncEraPlugin : null,
@@ -761,8 +760,8 @@ export async function createAgent(
761760
getSecret(character, "ALLORA_API_KEY") ? alloraPlugin : null,
762761
getSecret(character, "AKASH_MNEMONIC") &&
763762
getSecret(character, "AKASH_WALLET_ADDRESS")
764-
? akashPlugin
765-
: null,
763+
? akashPlugin
764+
: null,
766765
].filter(Boolean),
767766
providers: [],
768767
actions: [],

0 commit comments

Comments
 (0)