-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4cdb86b
commit c0337ef
Showing
11 changed files
with
1,954 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
export { default as ProjectRegistryV1 } from "./v1/ProjectRegistry.json" assert { type: "json" }; | ||
export { default as QuadraticFundingVotingStrategyFactoryV1 } from "./v1/QuadraticFundingVotingStrategyFactory.json" assert { type: "json" }; | ||
export { default as QuadraticFundingVotingStrategyImplementationV1 } from "./v1/QuadraticFundingVotingStrategyImplementation.json" assert { type: "json" }; | ||
export { default as RoundFactoryV1 } from "./v1/RoundFactory.json" assert { type: "json" }; | ||
export { default as RoundImplementationV1 } from "./v1/RoundImplementation.json" assert { type: "json" }; | ||
|
||
import { default as QuadraticFundingVotingStrategyImplementationV2 } from "./v2/QuadraticFundingVotingStrategyImplementation.json" assert { type: "json" }; | ||
export { default as ProjectRegistryV2 } from "./v2/ProjectRegistry.json" assert { type: "json" }; | ||
export { default as QuadraticFundingVotingStrategyFactoryV2 } from "./v2/QuadraticFundingVotingStrategyFactory.json" assert { type: "json" }; | ||
export { QuadraticFundingVotingStrategyImplementationV2 }; | ||
export { default as RoundFactoryV2 } from "./v2/RoundFactory.json" assert { type: "json" }; | ||
export { default as RoundImplementationV2 } from "./v2/RoundImplementation.json" assert { type: "json" }; | ||
|
||
import { default as QuadraticFundingVotingStrategyImplementationV3 } from "./v3/QuadraticFundingVotingStrategyImplementation.json" assert { type: "json" }; | ||
export { default as ProjectRegistryV3 } from "./v3/ProjectRegistry.json" assert { type: "json" }; | ||
export { default as QuadraticFundingVotingStrategyFactoryV3 } from "./v3/QuadraticFundingVotingStrategyFactory.json" assert { type: "json" }; | ||
export { QuadraticFundingVotingStrategyImplementationV3 }; | ||
export { default as RoundFactoryV3 } from "./v3/RoundFactory.json" assert { type: "json" }; | ||
export { default as RoundImplementationV3 } from "./v3/RoundImplementation.json" assert { type: "json" }; | ||
|
||
export const QuadraticFundingVotingStrategyImplementationV2WithAIP13 = | ||
QuadraticFundingVotingStrategyImplementationV2; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.