Skip to content

Commit 501f46e

Browse files
committed
fix path
1 parent 6b0f8ec commit 501f46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ export async function submitTxFromFile(args: HandlerArgs): Promise<void> {
496496
// local CS for testing
497497
const nowWahApi = await getApi("ws://localhost:8000");
498498
// read all files that have the name "call_*.txt" from the given dir
499-
const dir = "../polkadot-sdk-2/cumulus/parachains/runtimes/assets/asset-hub-westend";
499+
const dir = "../assets";
500500
const fs = require('fs');
501501
const path = require('path');
502502
const files = fs.readdirSync(dir).filter((file: string) => file.startsWith("call_") && file.endsWith(".txt"));

0 commit comments

Comments
 (0)