Skip to content

Instantly share code, notes, and snippets.

@mpolci
Created March 3, 2020 15:01
Show Gist options
  • Save mpolci/e28c93e715fde7844fc71ce4210e82b8 to your computer and use it in GitHub Desktop.
Save mpolci/e28c93e715fde7844fc71ce4210e82b8 to your computer and use it in GitHub Desktop.
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