Skip to content

Commit

Permalink
fix: capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Aug 25, 2022
1 parent 5b1f6e7 commit 64d365f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install deps
run: yarn

- name: Codegen
- name: Prepare local
run: yarn prepare:local

- name: Codegen
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/isolated-pools/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dataSources:
- name: Comptroller
file: ../../packages/isolated-pools-abis/Comptroller.json
- name: VToken
file: ../../packages/isolated-pools-abis/Ctoken.json
file: ../../packages/isolated-pools-abis/CToken.json
- name: PriceOracle
file: ../../packages/isolated-pools-abis/PriceOracle.json
- name: BEP20
Expand Down

0 comments on commit 64d365f

Please sign in to comment.