Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update packages and references to rpgf -> platform #249

Merged
merged 1 commit into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ A complete installation tutorial can be seen here:

[![Watch the Video](https://img.youtube.com/vi/86VBbO1E4Vk/0.jpg)](https://www.youtube.com/watch?v=86VBbO1E4Vk)

## Credits
## Credits

The interface started as a fork of [easy-rpgf](https://github.com/gitcoinco/easy-retro-pgf), but now has gone a completely different direction and thus we decided to detach the fork to clarify the new direction of the project, which is not focusing anymore on RPGF only, but other types of voting and funding.

Expand Down
8 changes: 4 additions & 4 deletions packages/coordinator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"ethers": "^6.13.1",
"hardhat": "^2.22.6",
"helmet": "^7.1.0",
"maci-circuits": "^2.0.0",
"maci-cli": "^2.0.0",
"maci-contracts": "^2.0.0",
"maci-circuits": "^2.1.0",
"maci-cli": "^2.1.0",
"maci-contracts": "^2.1.0",
"maci-domainobjs": "^2.0.0",
"maci-subgraph": "^2.0.0",
"maci-subgraph": "^2.1.0",
"mustache": "^4.2.0",
"reflect-metadata": "^0.2.0",
"rxjs": "^7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/interface/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MACI-PLATFORM

<div>
<a href="https://maci-rpgf.vercel.app/">View demo</a>
<a href="https://maci-platform.vercel.app/">View demo</a>
<span>|</span>
<a href="https://discord.com/invite/sF5CT5rzrR">Discord (#🗳️-maci channel)</a>
<span>|</span>
Expand Down
4 changes: 2 additions & 2 deletions packages/interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"graphql-request": "^6.1.0",
"lowdb": "^1.0.0",
"lucide-react": "^0.316.0",
"maci-cli": "0.0.0-ci.1032f7a",
"maci-domainobjs": "0.0.0-ci.1032f7a",
"maci-cli": "^2.1.0",
"maci-domainobjs": "^2.0.0",
"next": "^14.1.0",
"next-auth": "^4.24.5",
"next-themes": "^0.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/interface/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as wagmiChains from "wagmi/chains";
export const metadata = {
title: "MACI PLATFORM",
description: "Open-source Retro Public Goods Funding platform with MACI for private on chain voting/",
url: "https://maci-rpgf.vercel.app",
url: "https://maci-platform.vercel.app",
image: "/api/og",
};

Expand Down Expand Up @@ -79,7 +79,7 @@ export const config = {
resultsAt: parseDate(process.env.NEXT_PUBLIC_RESULTS_DATE),
skipApprovedVoterCheck: ["true", "1"].includes(process.env.NEXT_PUBLIC_SKIP_APPROVED_VOTER_CHECK!),
tokenName: process.env.NEXT_PUBLIC_TOKEN_NAME!,
eventName: process.env.NEXT_PUBLIC_EVENT_NAME ?? "MACI-RPGF",
eventName: process.env.NEXT_PUBLIC_EVENT_NAME ?? "MACI-PLATFORM",
roundId: process.env.NEXT_PUBLIC_ROUND_ID!,
admin: (process.env.NEXT_PUBLIC_ADMIN_ADDRESS ?? "") as `0x${string}`,
network: wagmiChains[process.env.NEXT_PUBLIC_CHAIN_NAME as keyof typeof wagmiChains],
Expand Down
189 changes: 28 additions & 161 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading