Skip to content

Commit

Permalink
Merge pull request #216 from greenlucid/feat/kleros-in-goerli
Browse files Browse the repository at this point in the history
feat: add kleros to goerli
  • Loading branch information
auryn-macmillan authored Jul 7, 2023
2 parents 2d45d22 + e878ab9 commit d9ead5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/app/src/components/input/ArbitratorSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const arbitratorOptions = {
// List of chain IDs where Kleros is available.
export const klerosAvailability: number[] = [
NETWORK.MAINNET,
NETWORK.GOERLI,
NETWORK.GNOSIS_CHAIN,
NETWORK.POLYGON,
]
Expand Down
2 changes: 2 additions & 0 deletions packages/app/src/services/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ export function getKlerosAddress(chainId: number): string {
switch (chainId) {
case NETWORK.MAINNET:
return "0xf72cfd1b34a91a64f9a98537fe63fbab7530adca"
case NETWORK.GOERLI:
return "0xba08deb3f07a9c55052777fed84a86be8e5ebc1c"
case NETWORK.GNOSIS_CHAIN:
return "0x29f39de98d750eb77b5fafb31b2837f079fce222"
case NETWORK.POLYGON:
Expand Down

0 comments on commit d9ead5c

Please sign in to comment.