fix rename to legacy
This commit is contained in:
parent
106569c8d0
commit
a393172412
|
@ -8,7 +8,7 @@
|
||||||
(:import [org.web3j
|
(:import [org.web3j
|
||||||
abi.datatypes.Address
|
abi.datatypes.Address
|
||||||
abi.datatypes.generated.Uint256]
|
abi.datatypes.generated.Uint256]
|
||||||
[commiteth.eth.contracts MultiSigTokenWallet]))
|
[commiteth.eth.contracts MultiSigTokenWalletV1]))
|
||||||
|
|
||||||
(def method-ids
|
(def method-ids
|
||||||
(into {}
|
(into {}
|
||||||
|
@ -126,7 +126,7 @@
|
||||||
|
|
||||||
|
|
||||||
(defn load-bounty-contract [addr]
|
(defn load-bounty-contract [addr]
|
||||||
(MultiSigTokenWallet/load addr
|
(MultiSigTokenWalletV1/load addr
|
||||||
(create-web3j)
|
(create-web3j)
|
||||||
(creds)
|
(creds)
|
||||||
(eth/gas-price)
|
(eth/gas-price)
|
||||||
|
|
Loading…
Reference in New Issue