yarn dao script to generate typings to contracts

pull/40/head
Tim Pechersky 2022-02-21 19:16:27 +00:00
rodzic 96fc06c798
commit f435352ade
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -7,7 +7,8 @@
"build": "next build && next export -o build", "build": "next build && next export -o build",
"start": "next start", "start": "next start",
"lint": "eslint ./ --ext js,jsx,ts,tsx --fix", "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": { "dependencies": {
"@chakra-ui/icons": "^1.0.14", "@chakra-ui/icons": "^1.0.14",