Skip to content

Commit 6bafbcd

Browse files
committed
chore: update plugin dist
1 parent 3b8532d commit 6bafbcd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

dist/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { ICacheManager, IAgentRuntime, Provider, Memory, State, HandlerCallback, Action, Plugin } from '@elizaos/core';
2-
import { Hash, Address, Log, Chain, PublicClient, HttpTransport, Account, WalletClient, PrivateKeyAccount, TestClient } from 'viem';
2+
import { Address, Hash, Log, Chain, PublicClient, HttpTransport, Account, WalletClient, PrivateKeyAccount, TestClient } from 'viem';
33
import { Token, Route } from '@lifi/types';
44
import * as viemChains from 'viem/chains';
55

tsup.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default defineConfig({
77
clean: true,
88
format: ["esm"], // Ensure you're targeting CommonJS
99
external: [
10+
"@elizaos/core",
1011
"dotenv", // Externalize dotenv to prevent bundling
1112
"fs", // Externalize fs to use Node.js built-in module
1213
"path", // Externalize other built-ins if necessary

0 commit comments

Comments
 (0)