Skip to content

Commit

Permalink
Merge pull request #1110 from scroll-tech/sepolia
Browse files Browse the repository at this point in the history
merge sepolia into mainnet
  • Loading branch information
zzq0826 authored Jun 5, 2024
2 parents 9f1140f + 5ce19d6 commit 237d71a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scroll.io",
"version": "5.0.102",
"version": "5.0.103",
"private": false,
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/rollup/batch/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const BoxItem = styled(Box)(({ theme }) => ({
[theme.breakpoints.down("md")]: {
height: "7.4rem",
justifyContent: "space-between",
"& > *:nth-last-of-type(1)": {
"& > *:last-child": {
textAlign: "right",
marginLeft: "0.4rem",
marginRight: "1.6rem",
Expand Down

0 comments on commit 237d71a

Please sign in to comment.