From f435352adee33f0635440cd23e583bbdae01f71c Mon Sep 17 00:00:00 2001 From: Tim Pechersky Date: Mon, 21 Feb 2022 19:16:27 +0000 Subject: [PATCH] yarn dao script to generate typings to contracts --- terminus-app/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/terminus-app/package.json b/terminus-app/package.json index 3493fad..63e57d1 100644 --- a/terminus-app/package.json +++ b/terminus-app/package.json @@ -7,7 +7,8 @@ "build": "next build && next export -o build", "start": "next start", "lint": "eslint ./ --ext js,jsx,ts,tsx --fix", - "pretty": "prettier --write \"./**/*.{js,jsx,json,ts,tsx}\"" + "pretty": "prettier --write \"./**/*.{js,jsx,json,ts,tsx}\"", + "dao": "typechain --target=web3-v1 --out-dir contracts '../build/contracts/*.json'" }, "dependencies": { "@chakra-ui/icons": "^1.0.14",