Skip to content

Commit 7f9c439

Browse files
committed
chore: bumped @kleros/kleros-v2-contracts to pick up the latest devnet contracts
1 parent f780881 commit 7f9c439

File tree

4 files changed

+274
-237
lines changed

4 files changed

+274
-237
lines changed

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@
8686
},
8787
"dependencies": {
8888
"@kleros/curate-v2-templates": "workspace:^",
89-
"@kleros/kleros-v2-contracts": "^0.9.3"
89+
"@kleros/kleros-v2-contracts": "^0.10.0"
9090
}
9191
}

templates/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const sharedTemplateProperties = `
77
"arbitrableChainID": "421614",
88
"arbitrableAddress": "{{arbitrableAddress}}",
99
"arbitratorChainID": "421614",
10-
"arbitratorAddress": "0x4838e31E0ea315232c431598110FE677cAF2D6E6",
10+
"arbitratorAddress": "0x1Bd44c4a4511DbFa7DC1d5BC201635596E7200f9",
1111
"metadata": {
1212
"itemName": "{{itemName}}",
1313
"itemDescription": "{{itemDescription}}",

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@graphql-codegen/cli": "^4.0.1",
4848
"@graphql-codegen/client-preset": "^4.2.0",
4949
"@kleros/curate-v2-tsconfig": "workspace:^",
50-
"@kleros/kleros-v2-contracts": "^0.9.3",
50+
"@kleros/kleros-v2-contracts": "^0.10.0",
5151
"@types/react": "^18.3.12",
5252
"@types/react-dom": "^18.3.1",
5353
"@types/react-modal": "^3.16.3",

0 commit comments

Comments
 (0)