diff --git a/src/components/Header/index.tsx b/src/components/Header/index.tsx
index 18f9bca236..3ec2fbbacd 100644
--- a/src/components/Header/index.tsx
+++ b/src/components/Header/index.tsx
@@ -8,7 +8,6 @@ import styled from 'styled-components'
import Announcement from 'components/Announcement'
import SelectNetwork from 'components/Header/web3/SelectNetwork'
import SelectWallet from 'components/Header/web3/SelectWallet'
-import SignWallet from 'components/Header/web3/SignWallet'
import Menu from 'components/Menu'
import Row, { RowFixed } from 'components/Row'
import { AGGREGATOR_ANALYTICS_URL, APP_PATHS } from 'constants/index'
@@ -236,7 +235,6 @@ export default function Header() {
{menu}
-
) : (
<>
@@ -244,10 +242,7 @@ export default function Header() {
-
- {menu}
-
-
+ {menu}
>
)}
diff --git a/src/components/SwapForm/TradeSummary.tsx b/src/components/SwapForm/TradeSummary.tsx
index 48c0cafd9d..2a799c9116 100644
--- a/src/components/SwapForm/TradeSummary.tsx
+++ b/src/components/SwapForm/TradeSummary.tsx
@@ -1,3 +1,4 @@
+import { ChainId } from '@kyberswap/ks-sdk-core'
import { Trans } from '@lingui/macro'
import React, { useEffect, useState } from 'react'
import { NavLink, useSearchParams } from 'react-router-dom'
@@ -226,7 +227,7 @@ const TradeSummary: React.FC = ({ routeSummary, slippage }) => {
Estimated network fee for your transaction.} placement="right">
- Est. Gas Fee
+ {chainId === ChainId.SCROLL ? Est. L2 Gas Fee : Est. Gas Fee}
diff --git a/src/pages/ElasticSnapshot/data/data.json b/src/pages/ElasticSnapshot/data/data.json
index 6ec244fe8d..1f8acc12e4 100644
--- a/src/pages/ElasticSnapshot/data/data.json
+++ b/src/pages/ElasticSnapshot/data/data.json
@@ -87440,16 +87440,16 @@
},
{
"user_address": "0xdf2f03adccd26e8123fc27a1b22b0a846dd2a469",
- "total_usd": 1047420.72,
- "total_liquidity_usd": 1047415.14,
- "total_fee_usd": 5.58,
+ "total_usd": 1002785.18,
+ "total_liquidity_usd": 1002779.73,
+ "total_fee_usd": 5.45,
"option": "a",
"positions": [
{
"position_id": 7484,
- "position_usd": 1047420.72,
- "liquidity_usd": 1047415.14,
- "fee_usd": 5.58,
+ "position_usd": 1002785.18,
+ "liquidity_usd": 1002779.73,
+ "fee_usd": 5.45,
"info": {
"pool": "0x30ec378b28b600a1bad3cda393633d86ca17b5b4",
"chain": "polygon",
diff --git a/src/pages/ElasticSnapshot/data/pendle_dappos_vesting.json b/src/pages/ElasticSnapshot/data/pendle_dappos_vesting.json
index 079282249e..744ab929c2 100644
--- a/src/pages/ElasticSnapshot/data/pendle_dappos_vesting.json
+++ b/src/pages/ElasticSnapshot/data/pendle_dappos_vesting.json
@@ -2601,8 +2601,8 @@
},
{
"receiver": "0xdf2f03adccd26e8123fc27a1b22b0a846dd2a469",
- "vestingAmount": null,
- "value": null
+ "vestingAmount": 100603122486,
+ "value": 100603.12248664896
},
{
"receiver": "0xa2dfeb674d997b68ec5adb0a6fb9136bd45c2d2d",