Skip to content

Commit 30020b0

Browse files
authored
Merge pull request #61 from CoinageCrypto/deploy-fixes
Updated contract sources that were likely renamed.
2 parents 3510ce3 + aac3acf commit 30020b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Source files to compile from
55
SOLIDITY_SOURCES = ["contracts/Havven.sol", "contracts/EtherNomin.sol",
66
"contracts/Court.sol", "contracts/HavvenEscrow.sol",
7-
"contracts/ERC20State.sol", "contracts/ERC20FeeState.sol",
7+
"contracts/ExternStateProxyFeeToken.sol", "contracts/ExternStateProxyToken.sol",
88
"contracts/Proxy.sol"]
99

1010
OWNER = MASTER

0 commit comments

Comments
 (0)