Skip to content

Commit

Permalink
feat: Add scroll network (#351)
Browse files Browse the repository at this point in the history
* feat: add Scroll network to homepage slider

* feat: add Scroll network to Wallet page

* update supported network count

* update the isNew items
  • Loading branch information
DiogoSoaress authored May 22, 2024
1 parent 2d8ea7b commit 0576227
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 9 deletions.
10 changes: 10 additions & 0 deletions public/images/Home/NetworkIcons/scroll.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions public/images/chainsLogos/ScrollLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/content/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"title": "Easy-to-use API with extensive information"
},
{
"title": "Available across 12+ networks"
"title": "Available across 15+ networks"
}
]
},
Expand Down
7 changes: 4 additions & 3 deletions src/content/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,17 @@
"component": "Home/TitleSlidingIcons"
},
{
"title": "Available on 14+ networks",
"title": "Available on 15+ networks",
"text": "including testnets",
"reverse": true,
"icons": [
{ "name": "Polygon zkEVM", "new": true, "src": "/images/Home/NetworkIcons/polygon-zkevm.svg" },
{ "name": "Scroll", "new": true, "src": "/images/Home/NetworkIcons/scroll.svg" },
{ "name": "Polygon zkEVM", "src": "/images/Home/NetworkIcons/polygon-zkevm.svg" },
{ "name": "Celo", "src": "/images/Home/NetworkIcons/celo.svg" },
{ "name": "Optimism", "src": "/images/Home/NetworkIcons/optimism.svg" },
{ "name": "Base", "src": "/images/Home/NetworkIcons/base.png" },
{ "name": "Arbitrum", "src": "/images/Home/NetworkIcons/arbitrum.svg" },
{ "name": "ZkSync Era Mainnet", "new": true, "src": "/images/Home/NetworkIcons/zksync-era-mainnet.svg" },
{ "name": "ZkSync Era Mainnet", "src": "/images/Home/NetworkIcons/zksync-era-mainnet.svg" },
{ "name": "Avalanche", "src": "/images/Home/NetworkIcons/avalanche.svg" },
{ "name": "Gnosis Chain", "src": "/images/Home/NetworkIcons/gnosis-chain.svg" }
],
Expand Down
16 changes: 11 additions & 5 deletions src/content/wallet.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"component": "Wallet/ParallaxTxSimulation"
},
{
"title": "Available on 14+ networks",
"title": "Available on 15+ networks",
"text": "including testnets",
"networks": [
{
Expand Down Expand Up @@ -181,15 +181,22 @@
"alt": "Arbitrum logo"
}
},
{
"name": "Scroll",
"icon": {
"src": "/images/chainsLogos/ScrollLogo.svg",
"alt": "Scroll logo"
},
"isNew": true
},
{
"name": "zkSync Era Mainnet",
"icon": {
"src": "/images/chainsLogos/ZkSyncEraLogo.png",
"alt": "zkSync Era logo"
},
"textColor": "#000000",
"backgroundColor": "#FFFFFF",
"isNew": true
"backgroundColor": "#FFFFFF"
},
{
"name": "Polygon",
Expand Down Expand Up @@ -231,8 +238,7 @@
"icon": {
"src": "/images/chainsLogos/PolygonZkEVMLogo.png",
"alt": "Polygon zkEVM logo"
},
"isNew": true
}
},
{
"name": "Celo",
Expand Down

0 comments on commit 0576227

Please sign in to comment.