We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 514b718 commit 3210ffcCopy full SHA for 3210ffc
.github/workflows/update-network.yml
@@ -54,6 +54,7 @@ jobs:
54
node-version: '16.10.0'
55
- name: Add new network
56
run: |
57
+ yarn install --frozen-lockfile
58
node scripts/addNetwork.ts ${{ inputs.chainid }} ${{ inputs.explorer }} ${{ inputs.multicall }} ${{ inputs.start }} ${{ inputs.logo }} "${{ inputs.networkname }}" ${{ inputs.shortname }} ${{ inputs.testnet }}
59
- name: Update minor
60
0 commit comments