Skip to content

feat: add l2 transferred totals tracking #32

feat: add l2 transferred totals tracking

feat: add l2 transferred totals tracking #32

name: Production Subgraph (Mainnet)
on:
push:
tags:
- v*
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
deploy:
uses: ./.github/workflows/template-deploy.yaml
with:
ENVIRONMENT: production
CONFIG: mainnetAddressScript.ts
secrets:
NODE_AUTH_TOKEN: ${{ secrets.graphprotocol_npm_token }}
ACCESS_TOKEN: ${{ secrets.access_token }}