Skip to content

Commit dd01445

Browse files
authored
redeployed subgraph (#256)
1 parent 5c8a243 commit dd01445

File tree

20 files changed

+23725
-12921
lines changed

20 files changed

+23725
-12921
lines changed

.github/workflows/CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-node@v2-beta
1717
with:
18-
node-version: '16'
18+
node-version: '20'
1919
- run: yarn install
2020
- run: yarn compile
2121
- run: yarn test
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v2
2828
- uses: actions/setup-node@v2-beta
2929
with:
30-
node-version: '16'
30+
node-version: '20'
3131
- run: yarn install
3232
- run: yarn compile
3333
- run: yarn coverage

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,7 @@ notes.txt
9292
flattened
9393

9494
# user scripts
95-
scripts.sh
95+
scripts.sh
96+
97+
# python
98+
.python-version

.nvmrc

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

.yarn/install-state.gz

1.16 MB
Binary file not shown.

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

Lines changed: 28 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/releases/yarn-3.2.1.cjs

Lines changed: 786 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
nmHoistingLimits: workspaces
2+
3+
nodeLinker: node-modules
4+
5+
plugins:
6+
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
7+
spec: "@yarnpkg/plugin-workspace-tools"
8+
9+
yarnPath: .yarn/releases/yarn-3.2.1.cjs

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,5 @@
4343
"solidity-coverage": "0.7.13",
4444
"ts-node": "^9.0.0",
4545
"typescript": "^4.0.5"
46-
},
47-
"dependencies": {}
46+
}
4847
}

subgraph/.prettierrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"semi": false,
3+
"trailingComma": "all",
4+
"singleQuote": true,
5+
"bracketSpacing": true,
6+
"printWidth": 99
7+
}

subgraph/.yarn/install-state.gz

329 KB
Binary file not shown.

0 commit comments

Comments
 (0)