Skip to content

Commit

Permalink
chore: migrate-subgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
Harman-singh-waraich authored and jaybuidl committed May 20, 2024
1 parent e487f56 commit 0774b2e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.3.0](https://github.com/kleros/archon/compare/v2.2.2...v2.3.0) (2024-05-20)

## [2.0.0](https://github.com/kleros/archon/compare/v1.2.3...v2.0.0) (2021-07-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kleros/archon",
"version": "2.2.2",
"version": "2.3.0",
"description": "A javascript library for Ethereum dispute resolution. Provides the ability to interface with Arbitrable and Arbitrator Ethereum smart contracts, as defined in ERC 792.",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions src/standards/Arbitrable.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ class Arbitrable extends StandardContract {
getSubgraph = (chainID) => {
switch (chainID) {
case 1:
return "https://api.thegraph.com/subgraphs/name/andreimvp/kleros-display-mainnet";
return "https://api.studio.thegraph.com/query/61738/kleros-display-mainnet/version/latest";
case 100:
return "https://api.thegraph.com/subgraphs/name/andreimvp/kleros-display";
return "https://api.studio.thegraph.com/query/61738/kleros-display-gnosis/version/latest";
case 11155111:
return "https://api.studio.thegraph.com/query/50849/kleros-sepolia-ss/version/latest";
return "https://api.studio.thegraph.com/query/61738/kleros-display-sepolia/version/latest";
default:
return null;
}
Expand Down

0 comments on commit 0774b2e

Please sign in to comment.