wormhole-circle-integration/evm/shell-scripts/make_ethers_types.sh

7 lines
142 B
Bash
Executable File

#!/bin/bash
SRC=$(dirname $0)/../out
DST=$(dirname $0)/../ts/src/ethers-contracts
typechain --target=ethers-v5 --out-dir=$DST $SRC/*/*.json