Skip to content

Commit 23d35ca

Browse files
committed
fix(cli): remove hardcoded chain ID
1 parent 328cd1b commit 23d35ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/commands/import-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const handler = async (
6464
signer,
6565
aliases,
6666
});
67-
const baseUrl = SdkHelpers.getBaseUrl(31337);
67+
const baseUrl = SdkHelpers.getBaseUrl(chainId);
6868
const val = new Validator({ baseUrl });
6969
// get the table schema to help map values to their type
7070
const { schema } = await val.getTableById({

0 commit comments

Comments
 (0)