mirror of
https://github.com/status-im/community-dapp.git
synced 2025-02-24 03:58:29 +00:00
The ultimate goal will be to move the contracts package into its own repository that's based on our foundry template. This commit adds foundry template config files and removes legacy hardhat stuff.
6 lines
302 B
TypeScript
6 lines
302 B
TypeScript
import VotingContract from './../out/VotingContract.sol/VotingContract.json'
|
|
import Directory from './../out/Directory.sol/Directory.json'
|
|
import FeaturedVotingContract from './../out/FeaturedVotingContract.sol/FeaturedVotingContract.json'
|
|
|
|
export { VotingContract, Directory, FeaturedVotingContract }
|