File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 54
54
node-version : ' 16.10.0'
55
55
- name : Add new network
56
56
run : |
57
- node scripts/addNetwork.ts ${{ inputs.chainid }} ${{ inputs.explorer }} ${{ inputs.multicall }} ${{ inputs.start }} ${{ inputs.logo }} ${{ inputs.networkname }} ${{ inputs.shortname }} ${{ inputs.testnet }}
57
+ node scripts/addNetwork.ts ${{ inputs.chainid }} ${{ inputs.explorer }} ${{ inputs.multicall }} ${{ inputs.start }} ${{ inputs.logo }} " ${{ inputs.networkname }}" ${{ inputs.shortname }} ${{ inputs.testnet }}
58
58
- name : Update minor
59
59
run : |
60
60
npm --no-git-tag-version version patch
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ const { getAddress } = require('@ethersproject/address');
3
3
4
4
if ( process . argv . length < 7 ) {
5
5
console . log (
6
- 'Usage: ts-node scripts/addNetwork.ts <chainId> <explorer> <multicall> <start> <logo> <networkName> <shortName> <testnet (optional)>'
6
+ 'Usage: ts-node scripts/addNetwork.ts <chainId> <explorer> <multicall> <start> <logo> " <networkName>" <shortName> <testnet (optional)>'
7
7
) ;
8
8
process . exit ( 1 ) ;
9
9
}
You can’t perform that action at this time.
0 commit comments