Skip to content

Commit

Permalink
Merge pull request #95 from Secured-Finance/SF-1156-subgraph-support-…
Browse files Browse the repository at this point in the history
…for-fvm

feat: add development-fil [SF-1156]
  • Loading branch information
biga816 authored Jun 7, 2024
2 parents 5b4d24c + a379490 commit fa9b74a
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 555 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Dependencies
run: npm ci
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Format Code
run: npm run format
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Install Dependencies
run: npm ci
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Build
run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"[javascript][typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
}
},
"cSpell.words": ["changetype"]
Expand Down
Loading

0 comments on commit fa9b74a

Please sign in to comment.