Skip to content

Commit

Permalink
Isaac/send transaction add value (#2308)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Daniels <jonas.daniels@outlook.com>
  • Loading branch information
IDubuque and jnsdls authored Feb 15, 2024
1 parent ee13112 commit e6d2f85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/thirdweb/src/wallets/injected/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ export class InjectedWallet implements Wallet {
{
value: tx.value ? toHex(tx.value) : undefined,
gas: tx.gas ? toHex(tx.gas) : undefined,
value: tx.value ? toHex(tx.value) : undefined,
from: this.address,
to: tx.to as Address,
data: tx.data,
Expand Down

0 comments on commit e6d2f85

Please sign in to comment.