token-gallery-contracts/fix_web3_timeout.sh

6 lines
187 B
Bash
Executable File

#!/bin/sh
# hardcoded timeout was too short for big contracts
sed -i \
's/timeout\: [0-9]\+,/timeout\: 40000,/g' \
node_modules/@trufflesuite/web3-provider-engine/subproviders/rpc.js