Created
March 3, 2020 15:01
-
-
Save mpolci/e28c93e715fde7844fc71ce4210e82b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/web3deployment/reserveDeployer.js b/web3deployment/reserveDeployer.js | |
index 064eee8..a4d66ca 100755 | |
--- a/web3deployment/reserveDeployer.js | |
+++ b/web3deployment/reserveDeployer.js | |
@@ -158,6 +158,7 @@ const input = { | |
), | |
'Utils.sol': fs.readFileSync(contractPath + 'Utils.sol', 'utf8'), | |
'Utils2.sol': fs.readFileSync(contractPath + 'Utils2.sol', 'utf8'), | |
+ 'Utils3.sol': fs.readFileSync(contractPath + 'Utils3.sol', 'utf8'), | |
'FeeBurnerInterface.sol': fs.readFileSync( | |
contractPath + 'FeeBurnerInterface.sol', | |
'utf8' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment