Skip to content

Commit

Permalink
feat: upgrade contract
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrohba1 committed Jan 13, 2024
1 parent a120340 commit 871949b
Show file tree
Hide file tree
Showing 6 changed files with 420 additions and 103 deletions.
81 changes: 81 additions & 0 deletions foundry/broadcast/Deploy.s.sol/80001/run-1705189623.json

Large diffs are not rendered by default.

236 changes: 236 additions & 0 deletions foundry/broadcast/Deploy.s.sol/80001/run-1705189630.json

Large diffs are not rendered by default.

200 changes: 100 additions & 100 deletions foundry/broadcast/Deploy.s.sol/80001/run-latest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion front-end/config/contractConstants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const contractConstants = {
PeerGradingAddress: "0x90164B2beaD98d87a7D9435761FDeBBF00c14513",
PeerGradingAddress: "0xF840BDB24AC10C5b36fca18e692d69E20a2bb28f",
};
2 changes: 1 addition & 1 deletion front-end/lib/services/apollo/client.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ApolloClient, InMemoryCache } from "@apollo/client";

export const client = new ApolloClient({
uri: "https://api.studio.thegraph.com/query/53131/peer-grading-subgraph/v0.0.12",
uri: "https://api.studio.thegraph.com/query/53131/peer-grading-subgraph/v0.0.13",
cache: new InMemoryCache(),
});
2 changes: 1 addition & 1 deletion subgraph-node/subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dataSources:
name: PeerGradingDeployer
network: mumbai
source:
address: "0x90164B2beaD98d87a7D9435761FDeBBF00c14513"
address: "0xF840BDB24AC10C5b36fca18e692d69E20a2bb28f"
abi: PeerGradingDeployer
startBlock: 40394531
mapping:
Expand Down

0 comments on commit 871949b

Please sign in to comment.