Skip to content

Commit a822c3d

Browse files
committed
chore: update @kleros/linguo-contracts dependency to v0.5.0
1 parent fa15f5d commit a822c3d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@hot-loader/react-dom": "^17.0.1",
3939
"@kleros/archon": "^2.2.0",
4040
"@kleros/erc-792": "^7.0.0",
41-
"@kleros/linguo-contracts": "~0.4.0",
41+
"@kleros/linguo-contracts": "~0.5.0",
4242
"@kleros/react-components": "^6.0.0",
4343
"@loadable/component": "^5.12.0",
4444
"@reduxjs/toolkit": "^1.6.1",

src/features/linguo/api/createApiFacade.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import IArbitrator from '@kleros/erc-792/build/contracts/IArbitrator.json';
2-
import Linguo from '@kleros/linguo-contracts/artifacts/Linguo.json';
2+
import Linguo from '@kleros/linguo-contracts/artifacts/contracts/0.7.x/Linguo.sol/Linguo.json';
33
import { subtract } from '~/adapters/big-number';
44
import { combination } from '~/adapters/js-combinatorics';
55
import { withProvider } from '~/app/archon';

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3379,10 +3379,10 @@
33793379
resolved "https://registry.yarnpkg.com/@kleros/ethereum-libraries/-/ethereum-libraries-7.0.0.tgz#5cc115e984612bd8bd338e1c73d70640fae143ea"
33803380
integrity sha512-wpKv70rQJi7uwF+yMYBlFVOvcvp/EY6SwIQXsE3ppAsnhIzAuKgr89UjuJU59ZtKZgrhOD1rBkKBu33jDwQ8kw==
33813381

3382-
"@kleros/linguo-contracts@~0.4.0":
3383-
version "0.4.0"
3384-
resolved "https://registry.yarnpkg.com/@kleros/linguo-contracts/-/linguo-contracts-0.4.0.tgz#54d2c0c2e804f739b6975c6c2a6b65f08927a732"
3385-
integrity sha512-HczBrbdOE/Nj0oIXPde/RZJObqW6sY8ukw19W5iRHdKlGlZ/w8xNFkeSktR7sbzVE3TRK7mmouaZEBjzqKOc/g==
3382+
"@kleros/linguo-contracts@~0.5.0":
3383+
version "0.5.0"
3384+
resolved "https://registry.yarnpkg.com/@kleros/linguo-contracts/-/linguo-contracts-0.5.0.tgz#df73060f62aab86f24472c27119642204b8b9a76"
3385+
integrity sha512-aYOi2/skxJ2aQ8BGs8NEDZYr/I1ZF8nIYM8gdzCAgjsx8QJgMqSMKsDJ5nkiJ+MuSokO649I3Z6SU594E6YzDQ==
33863386
dependencies:
33873387
"@kleros/erc-792" "^7.0.0"
33883388
"@kleros/ethereum-libraries" "^7.0.0"

0 commit comments

Comments
 (0)