Commit 978490f
1 parent 1fdc793 commit 978490f
File tree
71 files changed
+530
-163
lines changed- .changeset
- contracts/v0.8.9
- packages
- hardhat
- src
- test/fixture-projects/hardhat-project/typechain-types
- artifacts/contracts
- lib
- externalArtifacts
- factories
- artifacts/contracts
- lib
- externalArtifacts
- hardhat-test
- typechain-types
- factories
- target-ethers-v5
- src
- codegen
- test
- target-ethers-v5-test
- test
- types
- factories/v0.8.9
- v0.6.4
- Issue428_Reproduction
- Library
- Name-Mangling
- Payable
- v0.8.9
- KingOfTheHill
- Rarity
- nested
- a
- b
- target-web3-v1-test/types/v0.8.9
- test-e2e/test/ts-nocheck
- test-utils/src
- typechain
- src
- cli
- typechain
- test/cli
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
71 files changed
+530
-163
lines changedDiff for: .changeset/lemon-windows-carry.md
+17
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + |
Diff for: README.md
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
| 85 | + | |
| 86 | + | |
85 | 87 |
| |
86 | 88 |
| |
87 | 89 |
| |
|
1 commit comments
shashidhar771892 commentedon Feb 20, 2023
clean: "hardhat clean & rm-f-tsconfig.build.tsbuildinfo & rm-rf build"
const source = codegenContractFactory(emptyContract, 'abi';
execSync
(
pnpm --package solc@${semver} dlx solcjs --abi ${contractPaths} --bin -o ./contracts/compiled/${dirName};
{
cwd: rootDir;
stdio: ['ignore'-'ignore'- 'inherit'];
}
)
execSync
(
pnpm --package solc@${semver} dlx solcjs --abi ${contractPaths} --bin -o ./contracts/compiled/${dirName};
please make sure that the above segments in the scripts/compile-contracts.ts
(57 to 81 lines)