Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
frontend
Commits
dd47c920
Commit
dd47c920
authored
Feb 19, 2024
by
isstuev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
review fixes
parent
beebb071
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
index.tsx
pages/batches/index.tsx
+1
-1
UserOpDetails.tsx
ui/userOp/UserOpDetails.tsx
+7
-7
No files found.
pages/batches/index.tsx
View file @
dd47c920
...
@@ -18,7 +18,7 @@ const Batches = dynamic(() => {
...
@@ -18,7 +18,7 @@ const Batches = dynamic(() => {
case
'
optimistic
'
:
case
'
optimistic
'
:
return
import
(
'
ui/pages/OptimisticL2TxnBatches
'
);
return
import
(
'
ui/pages/OptimisticL2TxnBatches
'
);
}
}
throw
new
Error
(
'
Deposit
s feature is not enabled.
'
);
throw
new
Error
(
'
Txn batche
s feature is not enabled.
'
);
},
{
ssr
:
false
});
},
{
ssr
:
false
});
const
Page
:
NextPage
=
()
=>
{
const
Page
:
NextPage
=
()
=>
{
...
...
ui/userOp/UserOpDetails.tsx
View file @
dd47c920
...
@@ -17,7 +17,7 @@ import DataFetchAlert from 'ui/shared/DataFetchAlert';
...
@@ -17,7 +17,7 @@ import DataFetchAlert from 'ui/shared/DataFetchAlert';
import
DetailsInfoItem
from
'
ui/shared/DetailsInfoItem
'
;
import
DetailsInfoItem
from
'
ui/shared/DetailsInfoItem
'
;
import
DetailsInfoItemDivider
from
'
ui/shared/DetailsInfoItemDivider
'
;
import
DetailsInfoItemDivider
from
'
ui/shared/DetailsInfoItemDivider
'
;
import
DetailsTimestamp
from
'
ui/shared/DetailsTimestamp
'
;
import
DetailsTimestamp
from
'
ui/shared/DetailsTimestamp
'
;
import
UserOpsAddress
from
'
ui/shared/entities/address/AddressStringOrParam
'
;
import
AddressStringOrParam
from
'
ui/shared/entities/address/AddressStringOrParam
'
;
import
BlockEntity
from
'
ui/shared/entities/block/BlockEntity
'
;
import
BlockEntity
from
'
ui/shared/entities/block/BlockEntity
'
;
import
TxEntity
from
'
ui/shared/entities/tx/TxEntity
'
;
import
TxEntity
from
'
ui/shared/entities/tx/TxEntity
'
;
import
UserOpEntity
from
'
ui/shared/entities/userOp/UserOpEntity
'
;
import
UserOpEntity
from
'
ui/shared/entities/userOp/UserOpEntity
'
;
...
@@ -78,7 +78,7 @@ const UserOpDetails = ({ query }: Props) => {
...
@@ -78,7 +78,7 @@ const UserOpDetails = ({ query }: Props) => {
hint=
"The address of the smart contract account"
hint=
"The address of the smart contract account"
isLoading=
{
isPlaceholderData
}
isLoading=
{
isPlaceholderData
}
>
>
<
UserOpsAddress
address=
{
data
.
sender
}
isLoading=
{
isPlaceholderData
}
/>
<
AddressStringOrParam
address=
{
data
.
sender
}
isLoading=
{
isPlaceholderData
}
/>
</
DetailsInfoItem
>
</
DetailsInfoItem
>
<
DetailsInfoItem
<
DetailsInfoItem
title=
"Status"
title=
"Status"
...
@@ -165,7 +165,7 @@ const UserOpDetails = ({ query }: Props) => {
...
@@ -165,7 +165,7 @@ const UserOpDetails = ({ query }: Props) => {
hint=
"Contract that executes bundles of User operations"
hint=
"Contract that executes bundles of User operations"
isLoading=
{
isPlaceholderData
}
isLoading=
{
isPlaceholderData
}
>
>
<
UserOpsAddress
address=
{
data
.
entry_point
}
isLoading=
{
isPlaceholderData
}
/>
<
AddressStringOrParam
address=
{
data
.
entry_point
}
isLoading=
{
isPlaceholderData
}
/>
</
DetailsInfoItem
>
</
DetailsInfoItem
>
{
/* CUT */
}
{
/* CUT */
}
...
@@ -236,7 +236,7 @@ const UserOpDetails = ({ query }: Props) => {
...
@@ -236,7 +236,7 @@ const UserOpDetails = ({ query }: Props) => {
title=
"Aggregator"
title=
"Aggregator"
hint=
"Helper contract to validate an aggregated signature"
hint=
"Helper contract to validate an aggregated signature"
>
>
<
UserOpsAddress
address=
{
data
.
aggregator
}
/>
<
AddressStringOrParam
address=
{
data
.
aggregator
}
/>
</
DetailsInfoItem
>
</
DetailsInfoItem
>
)
}
)
}
{
data
.
aggregator_signature
&&
(
{
data
.
aggregator_signature
&&
(
...
@@ -251,14 +251,14 @@ const UserOpDetails = ({ query }: Props) => {
...
@@ -251,14 +251,14 @@ const UserOpDetails = ({ query }: Props) => {
title=
"Bundler"
title=
"Bundler"
hint=
"A node (block builder) that handles User operations"
hint=
"A node (block builder) that handles User operations"
>
>
<
UserOpsAddress
address=
{
data
.
bundler
}
/>
<
AddressStringOrParam
address=
{
data
.
bundler
}
/>
</
DetailsInfoItem
>
</
DetailsInfoItem
>
{
data
.
factory
&&
(
{
data
.
factory
&&
(
<
DetailsInfoItem
<
DetailsInfoItem
title=
"Factory"
title=
"Factory"
hint=
"Smart contract that deploys new smart contract wallets for users"
hint=
"Smart contract that deploys new smart contract wallets for users"
>
>
<
UserOpsAddress
address=
{
data
.
factory
}
/>
<
AddressStringOrParam
address=
{
data
.
factory
}
/>
</
DetailsInfoItem
>
</
DetailsInfoItem
>
)
}
)
}
{
data
.
paymaster
&&
(
{
data
.
paymaster
&&
(
...
@@ -266,7 +266,7 @@ const UserOpDetails = ({ query }: Props) => {
...
@@ -266,7 +266,7 @@ const UserOpDetails = ({ query }: Props) => {
title=
"Paymaster"
title=
"Paymaster"
hint=
"Contract to sponsor the gas fees for User operations"
hint=
"Contract to sponsor the gas fees for User operations"
>
>
<
UserOpsAddress
address=
{
data
.
paymaster
}
/>
<
AddressStringOrParam
address=
{
data
.
paymaster
}
/>
</
DetailsInfoItem
>
</
DetailsInfoItem
>
)
}
)
}
<
DetailsInfoItem
<
DetailsInfoItem
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment