We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328cd1b commit 23d35caCopy full SHA for 23d35ca
1 file changed
packages/cli/src/commands/import-data.ts
@@ -64,7 +64,7 @@ export const handler = async (
64
signer,
65
aliases,
66
});
67
- const baseUrl = SdkHelpers.getBaseUrl(31337);
+ const baseUrl = SdkHelpers.getBaseUrl(chainId);
68
const val = new Validator({ baseUrl });
69
// get the table schema to help map values to their type
70
const { schema } = await val.getTableById({
0 commit comments