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
73f6fcc4
Commit
73f6fcc4
authored
Feb 20, 2023
by
tom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes
parent
9f2da8b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
ContractVerificationFieldContractIndex.tsx
...ication/fields/ContractVerificationFieldContractIndex.tsx
+0
-1
ContractVerificationFieldMethod.tsx
...ctVerification/fields/ContractVerificationFieldMethod.tsx
+2
-2
No files found.
ui/contractVerification/fields/ContractVerificationFieldContractIndex.tsx
View file @
73f6fcc4
...
@@ -11,7 +11,6 @@ import FancySelect from 'ui/shared/FancySelect/FancySelect';
...
@@ -11,7 +11,6 @@ import FancySelect from 'ui/shared/FancySelect/FancySelect';
import
ContractVerificationFormRow
from
'
../ContractVerificationFormRow
'
;
import
ContractVerificationFormRow
from
'
../ContractVerificationFormRow
'
;
// const SOURCIFY_ERROR_REGEXP = /(?<=\bcontracts\s\([^()]*)\w+/gi;
const
SOURCIFY_ERROR_REGEXP
=
/
\(([^
()
]
*
)\)
/
;
const
SOURCIFY_ERROR_REGEXP
=
/
\(([^
()
]
*
)\)
/
;
const
ContractVerificationFieldContractIndex
=
()
=>
{
const
ContractVerificationFieldContractIndex
=
()
=>
{
...
...
ui/contractVerification/fields/ContractVerificationFieldMethod.tsx
View file @
73f6fcc4
...
@@ -65,7 +65,7 @@ const ContractVerificationFieldMethod = ({ control, isDisabled, methods }: Props
...
@@ -65,7 +65,7 @@ const ContractVerificationFieldMethod = ({ control, isDisabled, methods }: Props
<
chakra
.
span
fontWeight=
{
500
}
fontSize=
"lg"
fontFamily=
"heading"
>
<
chakra
.
span
fontWeight=
{
500
}
fontSize=
"lg"
fontFamily=
"heading"
>
Currently, Blockscout supports
{
methods
.
length
}
contract verification methods
Currently, Blockscout supports
{
methods
.
length
}
contract verification methods
</
chakra
.
span
>
</
chakra
.
span
>
<
Popover
trigger=
"hover"
isLazy
placement=
{
isMobile
?
'
bottom-end
'
:
'
right-start
'
}
>
<
Popover
trigger=
"hover"
isLazy
placement=
{
isMobile
?
'
bottom-end
'
:
'
right-start
'
}
offset=
{
[
-
8
,
8
]
}
>
<
PopoverTrigger
>
<
PopoverTrigger
>
<
chakra
.
span
display=
"inline-block"
ml=
{
1
}
cursor=
"pointer"
verticalAlign=
"middle"
h=
"22px"
>
<
chakra
.
span
display=
"inline-block"
ml=
{
1
}
cursor=
"pointer"
verticalAlign=
"middle"
h=
"22px"
>
<
Icon
as=
{
infoIcon
}
boxSize=
{
5
}
color=
"link"
_hover=
{
{
color
:
'
link_hovered
'
}
}
/>
<
Icon
as=
{
infoIcon
}
boxSize=
{
5
}
color=
"link"
_hover=
{
{
color
:
'
link_hovered
'
}
}
/>
...
@@ -76,7 +76,7 @@ const ContractVerificationFieldMethod = ({ control, isDisabled, methods }: Props
...
@@ -76,7 +76,7 @@ const ContractVerificationFieldMethod = ({ control, isDisabled, methods }: Props
<
PopoverArrow
bgColor=
{
tooltipBg
}
/>
<
PopoverArrow
bgColor=
{
tooltipBg
}
/>
<
PopoverBody
color=
"white"
>
<
PopoverBody
color=
"white"
>
<
DarkMode
>
<
DarkMode
>
<
span
>
Currently, Blockscout supports
6
methods:
</
span
>
<
span
>
Currently, Blockscout supports
{
methods
.
length
}
methods:
</
span
>
<
OrderedList
>
<
OrderedList
>
<
ListItem
>
Verification through flattened source code.
</
ListItem
>
<
ListItem
>
Verification through flattened source code.
</
ListItem
>
<
ListItem
>
<
ListItem
>
...
...
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