Skip to content

Commit

Permalink
fix templates path
Browse files Browse the repository at this point in the history
  • Loading branch information
bz888 committed Sep 11, 2023
1 parent 5370883 commit d223129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common-ethereum/src/codegen/codegen-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {runTypeChain, glob, parseContractPath} from 'typechain';
import {CUSTOM_EVM_HANDLERS} from './constants';
import {loadReadAbi} from './utils';

const ABI_INTERFACE_TEMPLATE_PATH = path.resolve(__dirname, '../templates/abi-interface.ts.ejs');
const ABI_INTERFACE_TEMPLATE_PATH = path.resolve(__dirname, '../../templates/abi-interface.ts.ejs');
const ABI_INTERFACES_ROOT_DIR = 'src/types/abi-interfaces';
const CONTRACTS_DIR = 'src/types/contracts'; //generated
const TYPECHAIN_TARGET = 'ethers-v5';
Expand Down

0 comments on commit d223129

Please sign in to comment.