Skip to content

Commit 992dc11

Browse files
authored
Merge pull request #273 from kleros/testnet
Testnet
2 parents c867679 + d9107c4 commit 992dc11

File tree

151 files changed

+24551
-11557
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+24551
-11557
lines changed

.github/workflows/contracts-testing.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,16 @@ jobs:
2222
egress-policy: audit
2323

2424
- name: Setup Node.js environment
25-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
25+
uses: actions/setup-node@v4
2626
with:
27-
node-version: 16.x
28-
27+
node-version: 18.x
28+
29+
- name: Enable Corepack
30+
run: corepack enable
31+
32+
- name: Set Yarn version to Berry
33+
run: yarn set version 4.2.2
34+
2935
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
3036

3137
- name: Cache node modules

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,3 +204,5 @@ veascan-subgraph-inbox/generated/*
204204
veascan-subgraph-inbox/build/*
205205
validator-subgraph-inbox/generated/*
206206
validator-subgraph-inbox/build/*
207+
208+
cache

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
18

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Lines changed: 0 additions & 541 deletions
This file was deleted.

.yarn/plugins/@yarnpkg/plugin-stage.cjs

Lines changed: 0 additions & 14 deletions
This file was deleted.

.yarn/plugins/@yarnpkg/plugin-version.cjs

Lines changed: 0 additions & 550 deletions
This file was deleted.

0 commit comments

Comments
 (0)