File tree Expand file tree Collapse file tree 2 files changed +22
-20
lines changed
Expand file tree Collapse file tree 2 files changed +22
-20
lines changed Original file line number Diff line number Diff line change 6464 echo "PRIVATE_KEY=${{ secrets.PRIVATE_KEY }}" >> $GITHUB_ENV
6565
6666 if [ "${{ inputs.network }}" == "arbitrumSepolia" ]; then
67+ echo "POCO_ADDRESS=0x14B465079537655E1662F012e99EBa3863c8B9E0" >> $GITHUB_ENV
68+ echo "DATASET_REGISTRY_ADDRESS=0x3441A0C9FE488c51fcABa2bAAA048720f4D4F72D" >> $GITHUB_ENV
6769 echo "ARBISCAN_API_KEY=${{ secrets.ARBISCAN_API_KEY }}" >> $GITHUB_ENV
6870 fi
6971
Original file line number Diff line number Diff line change @@ -24,31 +24,31 @@ jobs:
2424 with :
2525 node-version : ${{ inputs.node-version }}
2626
27- - name : Install Dependencies
28- working-directory : packages/sharing-smart-contract
29- run : npm ci
27+ # - name: Install Dependencies
28+ # working-directory: packages/sharing-smart-contract
29+ # run: npm ci
3030
31- - name : Install Foundry
32- uses : foundry-rs/foundry-toolchain@v1
33- with :
34- version : stable
35- cache : true
31+ # - name: Install Foundry
32+ # uses: foundry-rs/foundry-toolchain@v1
33+ # with:
34+ # version: stable
35+ # cache: true
3636
37- - name : Compile
38- working-directory : packages/sharing-smart-contract
39- run : npm run compile
37+ # - name: Compile
38+ # working-directory: packages/sharing-smart-contract
39+ # run: npm run compile
4040
41- - name : Check Format
42- working-directory : packages/sharing-smart-contract
43- run : npm run check-format
41+ # - name: Check Format
42+ # working-directory: packages/sharing-smart-contract
43+ # run: npm run check-format
4444
45- - name : Lint
46- working-directory : packages/sharing-smart-contract
47- run : npm run lint
45+ # - name: Lint
46+ # working-directory: packages/sharing-smart-contract
47+ # run: npm run lint
4848
49- - name : UML Diagrams
50- working-directory : packages/sharing-smart-contract
51- run : npm run uml
49+ # - name: UML Diagrams
50+ # working-directory: packages/sharing-smart-contract
51+ # run: npm run uml
5252
5353 # - name: Static Analyzer
5454
You can’t perform that action at this time.
0 commit comments