mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
Update cw_ethereum/lib/deuro/deuro_savings.dart
Co-authored-by: Konstantin Ullrich <konstantinullrich12@gmail.com>
This commit is contained in:
parent
d6a30beb42
commit
aa9526f0e2
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class DEuro {
|
||||||
contractAddress: _savingsGateway.self.address.hexEip55,
|
contractAddress: _savingsGateway.self.address.hexEip55,
|
||||||
receivingAddressHex: _savingsGateway.self.address.hexEip55,
|
receivingAddressHex: _savingsGateway.self.address.hexEip55,
|
||||||
priority: priority,
|
priority: priority,
|
||||||
data: _savingsGateway.self.abi.functions[17].encodeCall([amount, frontendCode]),
|
data: _savingsGateway.self.abi.functions[17].encodeCall([amount, hexToBytes(frontendCode)]),
|
||||||
);
|
);
|
||||||
|
|
||||||
final sendTransaction = () => _wallet.getWeb3Client()!.sendRawTransaction(signedTransaction);
|
final sendTransaction = () => _wallet.getWeb3Client()!.sendRawTransaction(signedTransaction);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue