Skip to content

Commit

Permalink
Merge pull request #19 from aavegotchi/chore/lib
Browse files Browse the repository at this point in the history
chore: upgrade dependencies and satsuma deploy script
  • Loading branch information
froid1911 authored Mar 20, 2024
2 parents 46746da + df1557e commit 02a40c4
Show file tree
Hide file tree
Showing 3 changed files with 1,755 additions and 1,661 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy-satsuma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18
- name: Install Yarn
run: npm i -g yarn
- name: Install Libs
Expand All @@ -24,5 +24,9 @@ jobs:
run: yarn build
- name: Deploy to Satsuma
run: |
npx graph deploy --access-token ${{secrets.SATSUMA_ACCESS_TOKEN}} aavegotchi-gbm-baazaar-matic subgraph.yaml --node https://app.satsuma.xyz/api/subgraphs/deploy --version-label ${GITHUB_REF#refs/*/}
npx graph deploy aavegotchi-gbm-baazaar-matic \
--deploy-key ${{secrets.SATSUMA_ACCESS_TOKEN}} \
--node https://subgraphs.alchemy.com/api/subgraphs/deploy \
--ipfs https://ipfs.satsuma.xyz \
--version-label ${GITHUB_REF#refs/*/}
shell: bash
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@amxx/graphprotocol-utils": "^1.1.0",
"@graphprotocol/graph-cli": "0.30.1",
"@graphprotocol/graph-ts": "0.27.0"
"@graphprotocol/graph-cli": "0.69.0",
"@graphprotocol/graph-ts": "0.34.0"
}
}
Loading

0 comments on commit 02a40c4

Please sign in to comment.