File tree 5 files changed +813
-48
lines changed
packages/plugin-cosmos/src
5 files changed +813
-48
lines changed Original file line number Diff line number Diff line change 6
6
Memory ,
7
7
ModelClass ,
8
8
State ,
9
- } from "@ai16z/eliza " ;
9
+ } from "@elizaos/core " ;
10
10
import { initWalletChainsData } from "../../providers/wallet/utils" ;
11
11
import {
12
12
cosmosIBCTransferTemplate ,
Original file line number Diff line number Diff line change 6
6
Memory ,
7
7
ModelClass ,
8
8
State ,
9
- } from "@ai16z/eliza " ;
9
+ } from "@elizaos/core " ;
10
10
import { initWalletChainsData } from "../../providers/wallet/utils" ;
11
11
import { cosmosTransferTemplate } from "../../templates" ;
12
12
import { CosmosTransferActionService } from "./services/cosmos-transfer-action-service" ;
Original file line number Diff line number Diff line change 1
1
import { createTransferAction } from "./actions/transfer" ;
2
- import type { Plugin } from "@ai16z/eliza " ;
2
+ import type { Plugin } from "@elizaos/core " ;
3
3
import { createCosmosWalletProvider } from "./providers/wallet" ;
4
4
import { ICosmosPluginOptions } from "./shared/interfaces" ;
5
5
Original file line number Diff line number Diff line change 1
- import { IAgentRuntime } from "@ai16z/eliza " ;
1
+ import { IAgentRuntime } from "@elizaos/core " ;
2
2
import { CosmosWalletChains } from "../../shared/entities/cosmos-wallet-chains-data" ;
3
3
4
4
export const initWalletChainsData = async ( runtime : IAgentRuntime ) => {
You can’t perform that action at this time.
0 commit comments