mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-12 18:44:38 +00:00
Revert "fix abi mismatch"
This commit is contained in:
parent
dca9b39bdf
commit
edefb9883d
@ -8,7 +8,7 @@
|
||||
(:import [org.web3j
|
||||
abi.datatypes.Address
|
||||
abi.datatypes.generated.Uint256]
|
||||
[commiteth.eth.contracts MultiSigTokenWalletV1]))
|
||||
[commiteth.eth.contracts MultiSigTokenWallet]))
|
||||
|
||||
(def method-ids
|
||||
(into {}
|
||||
@ -126,7 +126,7 @@
|
||||
|
||||
|
||||
(defn load-bounty-contract [addr]
|
||||
(MultiSigTokenWalletV1/load addr
|
||||
(MultiSigTokenWallet/load addr
|
||||
(create-web3j)
|
||||
(creds)
|
||||
(eth/gas-price)
|
||||
|
Loading…
x
Reference in New Issue
Block a user