Skip to content

Commit

Permalink
testing trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramon committed May 16, 2024
1 parent 6903265 commit d5c09b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- adapters/**

jobs:
deploy-docker-image:
Expand Down
2 changes: 1 addition & 1 deletion adapters/gravita/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { write } from "fast-csv";
/**
* The objective is to quantify:
* - TVL on Linea (size of collateral minting GRAI on Linea)
* - GRAI stability pool deposits on Linea
* - GRAI stability pool deposits on Linea
*
* For that, we'll be querying an existing Gravita Subgraph deployed on TheGraph.
*/
Expand Down

0 comments on commit d5c09b7

Please sign in to comment.