Skip to content

Commit

Permalink
update: eliza package import
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperKoza343 committed Jan 9, 2025
1 parent 6a929a1 commit b3d8b05
Show file tree
Hide file tree
Showing 5 changed files with 813 additions and 48 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-cosmos/src/actions/ibc-transfer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
Memory,
ModelClass,
State,
} from "@ai16z/eliza";
} from "@elizaos/core";
import { initWalletChainsData } from "../../providers/wallet/utils";
import {
cosmosIBCTransferTemplate,
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-cosmos/src/actions/transfer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
Memory,
ModelClass,
State,
} from "@ai16z/eliza";
} from "@elizaos/core";
import { initWalletChainsData } from "../../providers/wallet/utils";
import { cosmosTransferTemplate } from "../../templates";
import { CosmosTransferActionService } from "./services/cosmos-transfer-action-service";
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-cosmos/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createTransferAction } from "./actions/transfer";
import type { Plugin } from "@ai16z/eliza";
import type { Plugin } from "@elizaos/core";
import { createCosmosWalletProvider } from "./providers/wallet";
import { ICosmosPluginOptions } from "./shared/interfaces";

Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-cosmos/src/providers/wallet/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IAgentRuntime } from "@ai16z/eliza";
import { IAgentRuntime } from "@elizaos/core";
import { CosmosWalletChains } from "../../shared/entities/cosmos-wallet-chains-data";

export const initWalletChainsData = async (runtime: IAgentRuntime) => {
Expand Down
Loading

0 comments on commit b3d8b05

Please sign in to comment.