From e83f7f1583ece6ed1a8db65aadf8e898700c83c6 Mon Sep 17 00:00:00 2001 From: Ricardo Guilherme Schmidt <3esmit@gmail.com> Date: Sun, 20 Aug 2017 00:48:24 -0300 Subject: [PATCH] new factory address --- src/clj/commiteth/eth/multisig_wallet.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/commiteth/eth/multisig_wallet.clj b/src/clj/commiteth/eth/multisig_wallet.clj index 8000dbf..7e3ddfd 100644 --- a/src/clj/commiteth/eth/multisig_wallet.clj +++ b/src/clj/commiteth/eth/multisig_wallet.clj @@ -17,7 +17,7 @@ {:factory-create (eth/event-sig->topic-id "Create(address,address)") :submission (eth/event-sig->topic-id "Submission(uint256)")}) -(defonce factory-contract-addr "0xbcBc5b8cE5c76Ed477433636926f76897401f838") +(defonce factory-contract-addr "0xb1d6Bf03e99bB2e9c5eBE010ecB0fc910a1CD65b") (defn create-new [owner1 owner2 required]