Skip to content

Commit

Permalink
fix: logo
Browse files Browse the repository at this point in the history
  • Loading branch information
viet-nv committed Oct 18, 2023
1 parent 9670f5d commit 16050b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ export const TYPE_AND_SWAP_NOT_SUPPORTED_CHAINS: ChainId[] = [
ChainId.LINEA,
ChainId.ZKEVM,
ChainId.BASE,
ChainId.SCROLL,
]

export const SWAP_FEE_RECEIVER_ADDRESS = '0x4f82e73EDb06d29Ff62C91EC8f5Ff06571bdeb29'
Expand Down
2 changes: 1 addition & 1 deletion src/constants/networks/scroll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const scroll: EVMNetworkInfo = {
poolFarmRoute: 'scroll',
aggregatorRoute: 'scroll',
name: 'Scroll',
icon: 'https://file.notion.so/f/s/253723b6-f537-4968-a2e6-f102b893ef4c/Scroll_logo_mark_300300px_RGB.svg?id=2ecfe530-2ce5-48d0-8bed-537a584a92ce&table=block&spaceId=cc12e519-e01d-4277-9573-3fe8e5bdf9ce&expirationTimestamp=1697558400000&signature=-PD15tUbD8xuN5VOSpwW0B1Cl30TILAHe-LsLjqPhlQ&downloadName=Scroll_logo+mark_300*300px_RGB.svg',
icon: 'https://storage.googleapis.com/ks-setting-1d682dca/fe12013c-4d72-4ac3-9415-a278b7d474c71697595633825.png',

iconSelected: NOT_SUPPORT,

Expand Down
2 changes: 1 addition & 1 deletion src/pages/About/AboutKyberSwap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ function AboutKyberSwap() {
width="100%"
/>
<img
src="https://file.notion.so/f/s/60f8e4c7-ca68-47a4-8979-7cdb457876f2/Scroll_Inverted_logo_300100px_RGB.svg?id=72fbd4d6-ce80-49a5-aff8-c9afe41b2ea9&table=block&spaceId=cc12e519-e01d-4277-9573-3fe8e5bdf9ce&expirationTimestamp=1697565600000&signature=dFpSCa664sHdlG6NxdX1yzy11DcfRCc48fyRHUYrPuY&downloadName=Scroll_Inverted+logo_300*100px_RGB.svg"
src="https://storage.googleapis.com/ks-setting-1d682dca/8f4656a9-aaeb-438c-a6c2-3af30cca26db1697596014388.png"
alt="Sroll"
width="100%"
/>
Expand Down

0 comments on commit 16050b0

Please sign in to comment.