mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-01-30 05:43:21 -05:00
done
This commit is contained in:
parent
917892ef13
commit
1be468c863
File diff suppressed because one or more lines are too long
@ -20,7 +20,7 @@
|
|||||||
"migrate:rinkeby": "npx truffle migrate --network rinkeby --reset",
|
"migrate:rinkeby": "npx truffle migrate --network rinkeby --reset",
|
||||||
"migrate:mainnet": "npx truffle migrate --network mainnet",
|
"migrate:mainnet": "npx truffle migrate --network mainnet",
|
||||||
"eslint": "npx eslint --ignore-path .gitignore .",
|
"eslint": "npx eslint --ignore-path .gitignore .",
|
||||||
"flat": "truffle-flattener contracts/ETHMixer.sol > ETHMixer_flat.sol contracts/ERC20Mixer.sol > ERC20Mixer_flat.sol"
|
"flat": "npx truffle-flattener contracts/ETHMixer.sol > ETHMixer_flat.sol && npx truffle-flattener contracts/ERC20Mixer.sol > ERC20Mixer_flat.sol"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user