Skip to content

Commit

Permalink
Correct wording for sending LYX (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: Wolmin <[email protected]>
  • Loading branch information
Wolmin committed Jan 15, 2025
1 parent e484132 commit 5cad868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/address/contract/methods/form/ContractMethodForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const ContractMethodForm = ({ data, attempt, onSubmit, onReset, isOpen }: Props)
return [
...('inputs' in data && data.inputs ? data.inputs : []),
...('stateMutability' in data && data.stateMutability === 'payable' ? [ {
name: `Send native ${ config.chain.currency.symbol || 'coin' }`,
name: `Send native ${ config.chain.currency.symbol || 'coin' } in WEI`,
type: 'uint256' as const,
internalType: 'uint256' as const,
fieldType: 'native_coin' as const,
Expand Down

0 comments on commit 5cad868

Please sign in to comment.