Skip to content

Commit 796bff7

Browse files
removing Vesting and opcFee (#432)
* removing opcFee * Removing OPCFeeChanged from subgraph.template.yaml * Adding OPCFeeChanged event back into subgraph.template.yml * Adding SSContractAdded and SSContractRemoved back in * Formatting
1 parent cb7e36f commit 796bff7

File tree

9 files changed

+256
-365
lines changed

9 files changed

+256
-365
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
test:
1313
runs-on: ubuntu-latest
14-
strategy:
14+
strategy:
1515
max-parallel: 1
1616
steps:
1717
- uses: actions/checkout@v2
@@ -53,7 +53,7 @@ jobs:
5353
bash -x start_ocean.sh --with-thegraph --skip-subgraph-deploy --no-dashboard 2>&1 > start_ocean.log &
5454
env:
5555
CONTRACTS_VERSION: v1.0.0-alpha.28
56-
56+
5757
- run: npm ci
5858

5959
- name: Wait for contracts deployment

0 commit comments

Comments
 (0)