2023-03-15 16:02:48 +01:00
|
|
|
import VotingContract from './../artifacts/contracts/VotingContract.sol/VotingContract.json'
|
|
|
|
import Directory from './../artifacts/contracts/Directory.sol/Directory.json'
|
2023-06-29 19:07:41 +01:00
|
|
|
import FeaturedVotingContract from './../artifacts/contracts/FeaturedVotingContract.sol/FeaturedVotingContract.json'
|
2021-07-30 12:28:45 +02:00
|
|
|
import ERC20 from './ERC20.json'
|
|
|
|
import ERC20Mock from './ERC20Mock.json'
|
|
|
|
import MultiCall from './MultiCall.json'
|
2021-06-28 13:43:22 +02:00
|
|
|
|
2023-06-29 19:07:41 +01:00
|
|
|
export { VotingContract, Directory, FeaturedVotingContract, ERC20, MultiCall, ERC20Mock }
|