Skip to content

Commit

Permalink
Correct wording for sending LYX (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolmin authored Sep 2, 2024
1 parent 934e89f commit 74f355a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/address/contract/methodForm/ContractMethodForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const ContractMethodForm = <T extends SmartContractMethod>({ data, onSubmit, res
return [
...('inputs' in data ? 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 74f355a

Please sign in to comment.