From 9a53bc8eb0237f5cf97496d0b3cd3975befa88f0 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Tue, 31 Jul 2018 12:07:12 -0400 Subject: [PATCH] Changed cards to plasma snt contract --- plasma_cash/dependency_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plasma_cash/dependency_config.py b/plasma_cash/dependency_config.py index 9fc131d..dc1998c 100644 --- a/plasma_cash/dependency_config.py +++ b/plasma_cash/dependency_config.py @@ -7,8 +7,8 @@ from contract_binds.plasma_cash import PlasmaCash class DependencyContainer(object): def __init__(self): self._child_chain = None - self.root_chain_abi = '../server/build/contracts/RootChain.json' - self.token_contract_abi = '../server/build/contracts/CryptoCards.json' + self.root_chain_abi = '../dist/contracts/RootChain.json' + self.token_contract_abi = '../dist/contracts/PlasmaERC20.json' self.endpoint = 'http://localhost:8545' self.root_chain = PlasmaCash( plasma_config['authority'],