Skip to content

Commit

Permalink
fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
avkos committed Sep 12, 2024
1 parent c3c2baa commit cb3acff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build": "tsc --project tsconfig.build.json",
"test:prepare": "ts-node test/setup.ts",
"test:wait": "ts-node test/wait.ts",
"build:docs": "npx -y typedoc src/index.ts",
"build:docs": "npx -y typedoc src/index.ts --tsconfig tsconfig.build.json",
"test": "jest --config=./test/jest.config.js",
"test:unit": "jest --config=./test/jest.config.js test/unit",
"test:local": "jest --config=./test/jest.config.js --runInBand --maxConcurrency=1 test/local",
Expand Down Expand Up @@ -48,4 +48,4 @@
"peerDependencies": {
"web3": ">= 4.12.0"
}
}
}
2 changes: 1 addition & 1 deletion src/web3zksync-l2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import * as web3Accounts from 'web3-eth-accounts';
import * as web3Utils from 'web3-utils';
import * as Web3 from 'web3';
import type { Web3ContextInitOptions } from 'web3-core';
import { PayableTxOptions } from 'web3-eth-contract/lib/commonjs/types';
import { PayableTxOptions } from 'web3-eth-contract';

// Equivalent to both Provider and Signer in zksync-ethers
export class Web3ZKsyncL2 extends Web3ZkSync {
Expand Down

0 comments on commit cb3acff

Please sign in to comment.