Skip to content

Commit 1e0fbdf

Browse files
committed
add deployment script
1 parent 9fdc62d commit 1e0fbdf

File tree

4 files changed

+754
-16
lines changed

4 files changed

+754
-16
lines changed

buidler.config.ts

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ usePlugin('@nomiclabs/buidler-waffle')
55
usePlugin('@openzeppelin/buidler-upgrades')
66
usePlugin('solidity-coverage')
77

8+
require('./scripts/deploy')
9+
810
export default {
911
solc: {
1012
version: '0.4.24',

0 commit comments

Comments
 (0)