Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Simplify things by using JavaScript #17

Merged
smartcontracts merged 3 commits intorefactor/unit-for-integration-testsfrom
refactor/part2
Mar 31, 2021
Merged

Simplify things by using JavaScript #17
smartcontracts merged 3 commits intorefactor/unit-for-integration-testsfrom
refactor/part2

Conversation

@smartcontracts
Copy link
Copy Markdown
Contributor

Description
Tried to reduce things down to their core. Using JavaScript to get rid of some extra code.

"@eth-optimism/plugins": "^1.0.0-alpha.2",
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@typechain/hardhat": "1.0.1",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Getting rid of all this typescript stuff to make the repo simpler.

@@ -0,0 +1,20 @@
require('@nomiclabs/hardhat-ethers')
require('@nomiclabs/hardhat-waffle')
require('hardhat-deploy')
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Starting with minimal hardhat config that gets extended during the tutorial.

@smartcontracts smartcontracts marked this pull request as draft March 31, 2021 05:40
@smartcontracts smartcontracts marked this pull request as ready for review March 31, 2021 19:59
@smartcontracts smartcontracts merged commit 5552ecc into refactor/unit-for-integration-tests Mar 31, 2021
@gakonst gakonst deleted the refactor/part2 branch April 2, 2021 07:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant