We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e9ff4b commit edfcd6dCopy full SHA for edfcd6d
packages/cli/src/command-helpers/abi.test.ts
@@ -1,6 +1,6 @@
1
import { describe, expect, test } from 'vitest';
2
-import { ContractService } from './contracts';
3
-import { loadRegistry } from './registry';
+import { ContractService } from './contracts.js';
+import { loadRegistry } from './registry.js';
4
5
// An object with some test cases for contract deployment block numbers
6
const TEST_CONTRACT_START_BLOCKS = {
0 commit comments