From d179de54d04d6d97196730a4a301e3eedd004253 Mon Sep 17 00:00:00 2001 From: Matthew Muscat Date: Tue, 22 Oct 2024 14:17:34 +1000 Subject: [PATCH] fix: lint --- .../sdk-sample-app/src/components/zkevm/Request.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/passport/sdk-sample-app/src/components/zkevm/Request.tsx b/packages/passport/sdk-sample-app/src/components/zkevm/Request.tsx index ad54fae389..68b48cceea 100644 --- a/packages/passport/sdk-sample-app/src/components/zkevm/Request.tsx +++ b/packages/passport/sdk-sample-app/src/components/zkevm/Request.tsx @@ -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, + }, ], }, {