commit
365f8b190a
|
@ -218,7 +218,7 @@ contract MultiSigStub {
|
||||||
private
|
private
|
||||||
returns(bytes32 mResult)
|
returns(bytes32 mResult)
|
||||||
{
|
{
|
||||||
address target = 0xcAFE992Df476564894C47999B5F81F7a785572c8; //Multinetwork
|
address target = 0xc0FFeEE61948d8993864a73a099c0E38D887d3F4; //Multinetwork
|
||||||
mResult = _malloc(32);
|
mResult = _malloc(32);
|
||||||
bool failed;
|
bool failed;
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
:submission (eth/event-sig->topic-id "Submission(uint256)")})
|
:submission (eth/event-sig->topic-id "Submission(uint256)")})
|
||||||
|
|
||||||
(defn factory-contract-addr []
|
(defn factory-contract-addr []
|
||||||
(env :contract-factory-addr "0xb1d6Bf03e99bB2e9c5eBE010ecB0fc910a1CD65b"))
|
(env :contract-factory-addr "0x47F56FD26EEeCda4FdF5DB5843De1fe75D2A64A6"))
|
||||||
|
|
||||||
(defn create-new
|
(defn create-new
|
||||||
[owner1 owner2 required]
|
[owner1 owner2 required]
|
||||||
|
|
Loading…
Reference in New Issue