Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmuscat committed Oct 22, 2024
1 parent 1c6b2ac commit d179de5
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,12 @@ const EthereumMethods: EthereumMethod[] = [
{
name: 'im_signEjectionTransaction',
params: [
{ name: 'transaction', placeholder: '{ "to": "0x", "data": "", "nonce": "", "chainId": "", "value": "" }',type: EthereumParamType.object },
{
name: 'transaction',
placeholder:
'{ "to": "0x", "data": "", "nonce": "", "chainId": "", "value": "" }',
type: EthereumParamType.object,
},
],
},
{
Expand Down

0 comments on commit d179de5

Please sign in to comment.