From 531de48113e536aad87a77afa8cd5d18fc844eea Mon Sep 17 00:00:00 2001 From: Slavik191 Date: Wed, 4 Dec 2024 12:06:12 +0100 Subject: [PATCH 1/2] feat: added multichain --- .gitignore | 1 + .../0daec42c-1522-4cdb-957c-e8cd25f3e1a5.md | 2 ++ .../11d170f5-e33e-4600-b2c2-7473565da266.md | 4 +-- .../1ccebe52-7eaf-4a2b-ab11-9cd19245757b.md | 2 ++ .../1dfa124e-f1e1-41fc-b908-5b7f995da7c3.md | 4 +-- .../36b392b4-918e-417a-9bb8-6a81be8b0f81.md | 2 ++ .../3e107cf0-b41f-44b8-adcd-60ea95cb4a8d.md | 4 +-- .../54662669-ff2c-4489-bbe1-048d3fcfa1c0.md | 1 + .../62b5e9f8-5ae1-416e-87ba-a3f8befbb6fd.md | 4 ++- .../77c1ace0-c829-456e-a231-d0e2a3ce3a17.md | 2 +- .../7f9d0f2c-1ae2-4d6d-abd2-4e49af1c6e3a.md | 2 ++ .../a513b5a8-6b08-4658-83eb-38ba83017ed9.md | 2 ++ .../b0281c6d-8278-4d80-b3b4-92527e1f8afd.md | 2 ++ .../bdb2e1fd-19f5-4d82-8656-60d309d92126.md | 2 ++ .../c16b1239-5a3e-4830-931c-ba811bd03c54.md | 2 ++ .../d61c8a1a-fb89-47c5-ac63-43a50112d6ea.md | 2 ++ lido-landing/multichain/multichain.md | 14 ++++++++++ .../11540d2a-5441-483b-80e7-7fa8ee623c8b.md | 25 +++++++++++++++++ .../39028670-098a-4747-a55a-64b7c1c965b6.md | 19 +++++++++++++ .../4b12d444-6e9c-4fd1-a65e-86cde4820eba.md | 27 ++++++++++++++++++ .../6abcd05d-7229-4423-af26-9125c37558ec.md | 27 ++++++++++++++++++ .../9e47447a-80b4-4eaa-b5c8-83181f8ccf0b.md | 26 +++++++++++++++++ .../a5c3eab7-21cc-4bdc-b038-7cfe082c8211.md | 20 +++++++++++++ .../c0108a35-e7c2-424e-8221-b122aa21b8a7.md | 28 +++++++++++++++++++ .../c0e786f8-d086-48db-9c40-4a7673ad7c67.md | 18 ++++++++++++ .../d496a05a-d2f5-4730-8b5f-238feb6ec4aa.md | 27 ++++++++++++++++++ .../f2bb9501-d997-468e-b411-b6bbee25a8aa.md | 26 +++++++++++++++++ .../f6e3f6bc-2058-4877-9ad4-c82a918ccf56.md | 27 ++++++++++++++++++ 28 files changed, 314 insertions(+), 8 deletions(-) create mode 100644 lido-landing/multichain/multichain.md create mode 100644 lido-landing/multichain/projects/11540d2a-5441-483b-80e7-7fa8ee623c8b.md create mode 100644 lido-landing/multichain/projects/39028670-098a-4747-a55a-64b7c1c965b6.md create mode 100644 lido-landing/multichain/projects/4b12d444-6e9c-4fd1-a65e-86cde4820eba.md create mode 100644 lido-landing/multichain/projects/6abcd05d-7229-4423-af26-9125c37558ec.md create mode 100644 lido-landing/multichain/projects/9e47447a-80b4-4eaa-b5c8-83181f8ccf0b.md create mode 100644 lido-landing/multichain/projects/a5c3eab7-21cc-4bdc-b038-7cfe082c8211.md create mode 100644 lido-landing/multichain/projects/c0108a35-e7c2-424e-8221-b122aa21b8a7.md create mode 100644 lido-landing/multichain/projects/c0e786f8-d086-48db-9c40-4a7673ad7c67.md create mode 100644 lido-landing/multichain/projects/d496a05a-d2f5-4730-8b5f-238feb6ec4aa.md create mode 100644 lido-landing/multichain/projects/f2bb9501-d997-468e-b411-b6bbee25a8aa.md create mode 100644 lido-landing/multichain/projects/f6e3f6bc-2058-4877-9ad4-c82a918ccf56.md diff --git a/.gitignore b/.gitignore index 43d59c2..6c0acc9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,6 @@ node_modules lido-landing/ecosystem/projects.md lido-landing/validators/projects.md lido-landing/steth-in-defi/projects.md +lido-landing/multichain/projects.md .env diff --git a/lido-landing/ecosystem/projects/0daec42c-1522-4cdb-957c-e8cd25f3e1a5.md b/lido-landing/ecosystem/projects/0daec42c-1522-4cdb-957c-e8cd25f3e1a5.md index 3c58f14..f364aff 100644 --- a/lido-landing/ecosystem/projects/0daec42c-1522-4cdb-957c-e8cd25f3e1a5.md +++ b/lido-landing/ecosystem/projects/0daec42c-1522-4cdb-957c-e8cd25f3e1a5.md @@ -4,6 +4,8 @@ logo: data:image/svg+xml,%3Csvg%20width%3D%2281%22%20height%3D%2280%22%20viewBox name: Pencils Protocol description: Deposit wstETH into the wstETH vault on Pencils Protocol for rewards. link: https://pencilsprotocol.io/ +l2Description: Transfer wstETH into vaults and get reward +l2Link: https://app.pencilsprotocol.io/farming/wstETH tokens: - 3a647da0-c0d8-4ebd-abce-bac0390880f4 categories: diff --git a/lido-landing/ecosystem/projects/11d170f5-e33e-4600-b2c2-7473565da266.md b/lido-landing/ecosystem/projects/11d170f5-e33e-4600-b2c2-7473565da266.md index ebf2a07..e22c984 100644 --- a/lido-landing/ecosystem/projects/11d170f5-e33e-4600-b2c2-7473565da266.md +++ b/lido-landing/ecosystem/projects/11d170f5-e33e-4600-b2c2-7473565da266.md @@ -6,8 +6,8 @@ description: Use Velodrome to switch between wstETH, WETH, LDO, USD and get rewards from LP'ing a number of pools. link: https://velodrome.finance/ learnMoreLink: https://{{help}}/en/articles/6780754-guide-to-swaps-and-pools-on-velodrome-finance -l2Description: LP wstETH on various pools -l2Link: https://velodrome.finance/deposit?token0=0x1F32b1c2345538c0c6f582fCB022739c4A194Ebb&token1=0x4200000000000000000000000000000000000006&type=-1 +l2Description: LP wstETH to get third-party rewards +l2Link: https://velodrome.finance/pools?token0=0x1F32b1c2345538c0c6f582fCB022739c4A194Ebb&token1=0x4200000000000000000000000000000000000006&type=1&factory=0xCc0bDDB707055e04e497aB22a59c2aF4391cd12F&chain=10 tokens: - 3a647da0-c0d8-4ebd-abce-bac0390880f4 categories: diff --git a/lido-landing/ecosystem/projects/1ccebe52-7eaf-4a2b-ab11-9cd19245757b.md b/lido-landing/ecosystem/projects/1ccebe52-7eaf-4a2b-ab11-9cd19245757b.md index e4063cb..013da5f 100644 --- a/lido-landing/ecosystem/projects/1ccebe52-7eaf-4a2b-ab11-9cd19245757b.md +++ b/lido-landing/ecosystem/projects/1ccebe52-7eaf-4a2b-ab11-9cd19245757b.md @@ -5,6 +5,8 @@ name: PancakeSwap description: Get stETH by swapping on Ethereum, BNBChain, Linea and zkSync and get rewards by providing liquidity. link: https://pancakeswap.finance/ +l2Description: LP wstETH to get third-party rewards +l2Link: https://pancakeswap.finance/liquidity/pool/bsc/0x6CB5392B9CA52d7a0E6940e82d29087361360eC3 tokens: - 62d6e448-346b-4d71-9688-6a043d5c25ee - 3a647da0-c0d8-4ebd-abce-bac0390880f4 diff --git a/lido-landing/ecosystem/projects/1dfa124e-f1e1-41fc-b908-5b7f995da7c3.md b/lido-landing/ecosystem/projects/1dfa124e-f1e1-41fc-b908-5b7f995da7c3.md index 932badb..b16d0db 100644 --- a/lido-landing/ecosystem/projects/1dfa124e-f1e1-41fc-b908-5b7f995da7c3.md +++ b/lido-landing/ecosystem/projects/1dfa124e-f1e1-41fc-b908-5b7f995da7c3.md @@ -4,8 +4,8 @@ logo: data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox name: AAVE description: Borrow tokens against (w)stETH and stMATIC. link: https://app.aave.com -l2Description: Lend across multiple chains -l2Link: "" +l2Description: Lend and Borrow against wstETH +l2Link: https://app.aave.com/reserve-overview/?underlyingAsset=0x5979d7b546e38e414f7e9822514be443a4800529&marketName=proto_arbitrum_v3 tokens: - 62d6e448-346b-4d71-9688-6a043d5c25ee - 9c37b36e-d749-4c7b-aa31-daa34e7ef9be diff --git a/lido-landing/ecosystem/projects/36b392b4-918e-417a-9bb8-6a81be8b0f81.md b/lido-landing/ecosystem/projects/36b392b4-918e-417a-9bb8-6a81be8b0f81.md index 45ac1de..516d4d4 100644 --- a/lido-landing/ecosystem/projects/36b392b4-918e-417a-9bb8-6a81be8b0f81.md +++ b/lido-landing/ecosystem/projects/36b392b4-918e-417a-9bb8-6a81be8b0f81.md @@ -4,6 +4,8 @@ logo: data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox name: Compound description: Use your wstETH to lend and borrow crypto without any third party. link: https://compound.finance +l2Description: Lend and borrow against wstETH in various instances +l2Link: https://app.compound.finance/?market=weth-arb tokens: - 3a647da0-c0d8-4ebd-abce-bac0390880f4 categories: diff --git a/lido-landing/ecosystem/projects/3e107cf0-b41f-44b8-adcd-60ea95cb4a8d.md b/lido-landing/ecosystem/projects/3e107cf0-b41f-44b8-adcd-60ea95cb4a8d.md index 82a4b7c..2e3bfb4 100644 --- a/lido-landing/ecosystem/projects/3e107cf0-b41f-44b8-adcd-60ea95cb4a8d.md +++ b/lido-landing/ecosystem/projects/3e107cf0-b41f-44b8-adcd-60ea95cb4a8d.md @@ -4,8 +4,8 @@ logo: data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox name: Aerodrome description: Exchange and provide liquidity with wstETH on Base. link: https://aerodrome.finance/ -l2Description: LP wstETH on Base -l2Link: https://aerodrome.finance/deposit?token0=0x4200000000000000000000000000000000000006&token1=0xc1cba3fcea344f92d9239c08c0568f6f2f0ee452&stable=false +l2Description: LP wstETH to get third-party rewards in various pairs +l2Link: https://aerodrome.finance/pools?token0=0x4200000000000000000000000000000000000006&token1=0xc1CBa3fCea344f92D9239c08C0568f6F2F0ee452&type=1 tokens: - 3a647da0-c0d8-4ebd-abce-bac0390880f4 categories: diff --git a/lido-landing/ecosystem/projects/54662669-ff2c-4489-bbe1-048d3fcfa1c0.md b/lido-landing/ecosystem/projects/54662669-ff2c-4489-bbe1-048d3fcfa1c0.md index 40caff6..82fa784 100644 --- a/lido-landing/ecosystem/projects/54662669-ff2c-4489-bbe1-048d3fcfa1c0.md +++ b/lido-landing/ecosystem/projects/54662669-ff2c-4489-bbe1-048d3fcfa1c0.md @@ -4,6 +4,7 @@ logo: data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox name: Mendi description: Deposit and use wstETH as collateral on Mendi. link: https://mendi.finance/ +l2Description: Lend and Borrow against wstETH tokens: - 3a647da0-c0d8-4ebd-abce-bac0390880f4 categories: diff --git a/lido-landing/ecosystem/projects/62b5e9f8-5ae1-416e-87ba-a3f8befbb6fd.md b/lido-landing/ecosystem/projects/62b5e9f8-5ae1-416e-87ba-a3f8befbb6fd.md index bc19ebb..2486f4b 100644 --- a/lido-landing/ecosystem/projects/62b5e9f8-5ae1-416e-87ba-a3f8befbb6fd.md +++ b/lido-landing/ecosystem/projects/62b5e9f8-5ae1-416e-87ba-a3f8befbb6fd.md @@ -2,8 +2,10 @@ id: 62b5e9f8-5ae1-416e-87ba-a3f8befbb6fd logo: data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2080%2080%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M34.9799%2054.1384C33.4131%2054.7007%2031.717%2055.0034%2029.9562%2055.0034C21.6983%2055.0034%2015%2048.2927%2015%2040.0034C15%2031.7141%2021.6983%2025.0034%2029.9562%2025.0034C31.717%2025.0034%2033.4059%2025.3062%2034.9799%2025.8684C29.1871%2027.9371%2025.0402%2033.4873%2025.0402%2040.0034C25.0402%2046.5195%2029.1871%2052.0697%2034.9799%2054.1384ZM50.0438%2025.0034C48.283%2025.0034%2046.5941%2025.3062%2045.0201%2025.8684C50.8129%2027.9371%2054.9598%2033.4873%2054.9598%2040.0034C54.9598%2046.5195%2050.8129%2052.0697%2045.0201%2054.1384C46.5869%2054.7007%2048.283%2055.0034%2050.0438%2055.0034C58.3089%2055.0034%2065%2048.2855%2065%2040.0034C65%2031.7213%2058.3017%2025.0034%2050.0438%2025.0034Z%22%20fill%3D%22%233C72D3%22%2F%3E%0A%3Cg%20opacity%3D%220.7%22%20filter%3D%22url(%23filter0_f_4715_2604)%22%3E%0A%3Cpath%20d%3D%22M34.9799%2051.1384C33.4131%2051.7007%2031.717%2052.0034%2029.9562%2052.0034C21.6983%2052.0034%2015%2045.2927%2015%2037.0034C15%2028.7141%2021.6983%2022.0034%2029.9562%2022.0034C31.717%2022.0034%2033.4059%2022.3062%2034.9799%2022.8684C29.1871%2024.9371%2025.0402%2030.4873%2025.0402%2037.0034C25.0402%2043.5195%2029.1871%2049.0697%2034.9799%2051.1384ZM50.0438%2022.0034C48.283%2022.0034%2046.5941%2022.3062%2045.0201%2022.8684C50.8129%2024.9371%2054.9598%2030.4873%2054.9598%2037.0034C54.9598%2043.5195%2050.8129%2049.0697%2045.0201%2051.1384C46.5869%2051.7007%2048.283%2052.0034%2050.0438%2052.0034C58.3089%2052.0034%2065%2045.2855%2065%2037.0034C65%2028.7213%2058.3017%2022.0034%2050.0438%2022.0034Z%22%20fill%3D%22%233C72D3%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3Cfilter%20id%3D%22filter0_f_4715_2604%22%20x%3D%229%22%20y%3D%2216.0034%22%20width%3D%2262%22%20height%3D%2242%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%0A%3CfeGaussianBlur%20stdDeviation%3D%223%22%20result%3D%22effect1_foregroundBlur_4715_2604%22%2F%3E%0A%3C%2Ffilter%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A name: Moonwell -description: Use wstETH as collateral on Moonwell +description: Use wstETH as collateral on Moonwell. link: https://moonwell.fi/ +l2Description: Transfer wstETH into vaults and get reward +l2Link: https://moonwell.fi/markets/supply/base/wsteth tokens: - 3a647da0-c0d8-4ebd-abce-bac0390880f4 categories: diff --git a/lido-landing/ecosystem/projects/77c1ace0-c829-456e-a231-d0e2a3ce3a17.md b/lido-landing/ecosystem/projects/77c1ace0-c829-456e-a231-d0e2a3ce3a17.md index 71237fb..b27cd88 100644 --- a/lido-landing/ecosystem/projects/77c1ace0-c829-456e-a231-d0e2a3ce3a17.md +++ b/lido-landing/ecosystem/projects/77c1ace0-c829-456e-a231-d0e2a3ce3a17.md @@ -4,7 +4,7 @@ logo: data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox name: SyncSwap description: LP or get wstETH on zkSync, Linea or Scroll at SyncSwap. link: https://syncswap.xyz/ -l2Description: LP wstETH on zkSync and Linea +l2Description: LP wstETH to get third-party rewards l2Link: https://syncswap.xyz/pool/0x12e7A9423d9128287E63017eE6d1f20e1C237f15 tokens: - 3a647da0-c0d8-4ebd-abce-bac0390880f4 diff --git a/lido-landing/ecosystem/projects/7f9d0f2c-1ae2-4d6d-abd2-4e49af1c6e3a.md b/lido-landing/ecosystem/projects/7f9d0f2c-1ae2-4d6d-abd2-4e49af1c6e3a.md index 3737795..7a68bf0 100644 --- a/lido-landing/ecosystem/projects/7f9d0f2c-1ae2-4d6d-abd2-4e49af1c6e3a.md +++ b/lido-landing/ecosystem/projects/7f9d0f2c-1ae2-4d6d-abd2-4e49af1c6e3a.md @@ -4,6 +4,8 @@ logo: data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox name: Ambient description: Get wstETH and LP with wstETH for rewards on Ambient. link: https://ambient.finance/ +l2Description: LP wstETH to get third-party rewards +l2Link: https://ambient.finance/trade/pool/chain=0x82750&tokenA=0xf610A9dfB7C89644979b4A0f27063E9e7d7Cda32&tokenB=0x0000000000000000000000000000000000000000 tokens: - 62d6e448-346b-4d71-9688-6a043d5c25ee - 3a647da0-c0d8-4ebd-abce-bac0390880f4 diff --git a/lido-landing/ecosystem/projects/a513b5a8-6b08-4658-83eb-38ba83017ed9.md b/lido-landing/ecosystem/projects/a513b5a8-6b08-4658-83eb-38ba83017ed9.md index 6a45360..3939e77 100644 --- a/lido-landing/ecosystem/projects/a513b5a8-6b08-4658-83eb-38ba83017ed9.md +++ b/lido-landing/ecosystem/projects/a513b5a8-6b08-4658-83eb-38ba83017ed9.md @@ -4,6 +4,8 @@ logo: data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox name: Lynex description: Get wstETH on Lynex and use wstETH to provide liquidity for rewards. link: https://app.lynex.fi/ +l2Description: LP wstETH to get third-party rewards +l2Link: https://app.lynex.fi/liquidity tokens: - 3a647da0-c0d8-4ebd-abce-bac0390880f4 categories: diff --git a/lido-landing/ecosystem/projects/b0281c6d-8278-4d80-b3b4-92527e1f8afd.md b/lido-landing/ecosystem/projects/b0281c6d-8278-4d80-b3b4-92527e1f8afd.md index 979f0c0..142a649 100644 --- a/lido-landing/ecosystem/projects/b0281c6d-8278-4d80-b3b4-92527e1f8afd.md +++ b/lido-landing/ecosystem/projects/b0281c6d-8278-4d80-b3b4-92527e1f8afd.md @@ -4,6 +4,8 @@ logo: data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox name: UniSwap description: Create a new liquidity pool, provide liquidity, and swap tokens. link: https://uniswap.org +l2Description: LP wstETH to get third-party rewards +l2Link: https://app.uniswap.org/explore/pools/arbitrum/0x35218a1cbaC5Bbc3E57fd9Bd38219D37571b3537 tokens: - a6a0d098-e195-4176-89b4-dea6f421e44d - 62d6e448-346b-4d71-9688-6a043d5c25ee diff --git a/lido-landing/ecosystem/projects/bdb2e1fd-19f5-4d82-8656-60d309d92126.md b/lido-landing/ecosystem/projects/bdb2e1fd-19f5-4d82-8656-60d309d92126.md index 62c7b59..a38984a 100644 --- a/lido-landing/ecosystem/projects/bdb2e1fd-19f5-4d82-8656-60d309d92126.md +++ b/lido-landing/ecosystem/projects/bdb2e1fd-19f5-4d82-8656-60d309d92126.md @@ -5,6 +5,8 @@ name: Thena description: Get wstETH by swapping for it on Thena. Provide liquidity with wstETH on Thena and get rewards for liquidity provision. link: https://thena.fi/ +l2Description: LP wstETH to get third-party rewards +l2Link: https://thena.fi/pools/0xfa71b01d2fe9337fec17a7b5af294f8ef6040f3a tokens: - 3a647da0-c0d8-4ebd-abce-bac0390880f4 categories: diff --git a/lido-landing/ecosystem/projects/c16b1239-5a3e-4830-931c-ba811bd03c54.md b/lido-landing/ecosystem/projects/c16b1239-5a3e-4830-931c-ba811bd03c54.md index b549db1..a838687 100644 --- a/lido-landing/ecosystem/projects/c16b1239-5a3e-4830-931c-ba811bd03c54.md +++ b/lido-landing/ecosystem/projects/c16b1239-5a3e-4830-931c-ba811bd03c54.md @@ -5,6 +5,8 @@ name: Balancer description: Provide liquidity with (w)stETH in Balancer’s pools. link: https://balancer.fi/ learnMoreLink: https://{{help}}/en/articles/5509398-a-guide-to-balancer-v2 +l2Description: LP wstETH to get third-party rewards +l2Link: https://balancer.fi/pools/polygon/v2/0x65fe9314be50890fb01457be076fafd05ff32b9a000000000000000000000a96 tokens: - a6a0d098-e195-4176-89b4-dea6f421e44d - 62d6e448-346b-4d71-9688-6a043d5c25ee diff --git a/lido-landing/ecosystem/projects/d61c8a1a-fb89-47c5-ac63-43a50112d6ea.md b/lido-landing/ecosystem/projects/d61c8a1a-fb89-47c5-ac63-43a50112d6ea.md index 0043b0c..2e5e6f6 100644 --- a/lido-landing/ecosystem/projects/d61c8a1a-fb89-47c5-ac63-43a50112d6ea.md +++ b/lido-landing/ecosystem/projects/d61c8a1a-fb89-47c5-ac63-43a50112d6ea.md @@ -4,6 +4,8 @@ logo: data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox name: Maverick description: Get and LP wstETH on Maverick Protocol. link: https://www.mav.xyz/ +l2Description: LP wstETH to get third-party rewards +l2Link: https://app.mav.xyz/boosted-position/0xe4f0338B50978e6DbF9aF1F5A914014525901367/0x6d9a8C7A5D393335eDC749863ee91FaeeB5E22b9?chain=324&f=true tokens: - 3a647da0-c0d8-4ebd-abce-bac0390880f4 - 62d6e448-346b-4d71-9688-6a043d5c25ee diff --git a/lido-landing/multichain/multichain.md b/lido-landing/multichain/multichain.md new file mode 100644 index 0000000..1cd46c8 --- /dev/null +++ b/lido-landing/multichain/multichain.md @@ -0,0 +1,14 @@ +--- +multichainPage: + - 4b12d444-6e9c-4fd1-a65e-86cde4820eba + - c0108a35-e7c2-424e-8221-b122aa21b8a7 + - d496a05a-d2f5-4730-8b5f-238feb6ec4aa + - 6abcd05d-7229-4423-af26-9125c37558ec + - f6e3f6bc-2058-4877-9ad4-c82a918ccf56 + - 9e47447a-80b4-4eaa-b5c8-83181f8ccf0b + - f2bb9501-d997-468e-b411-b6bbee25a8aa + - 11540d2a-5441-483b-80e7-7fa8ee623c8b + - 39028670-098a-4747-a55a-64b7c1c965b6 + - a5c3eab7-21cc-4bdc-b038-7cfe082c8211 + - c0e786f8-d086-48db-9c40-4a7673ad7c67 +--- diff --git a/lido-landing/multichain/projects/11540d2a-5441-483b-80e7-7fa8ee623c8b.md b/lido-landing/multichain/projects/11540d2a-5441-483b-80e7-7fa8ee623c8b.md new file mode 100644 index 0000000..c9934f4 --- /dev/null +++ b/lido-landing/multichain/projects/11540d2a-5441-483b-80e7-7fa8ee623c8b.md @@ -0,0 +1,25 @@ +--- +id: 11540d2a-5441-483b-80e7-7fa8ee623c8b +logo: data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20200%20200%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M126.734%2083.2586C125.732%2082.6818%20124.597%2082.3782%20123.441%2082.3782C122.285%2082.3782%20121.149%2082.6818%20120.147%2083.2586L105.037%2092.2542L94.7694%2098.1209L79.6589%20107.117C78.6573%20107.694%2077.5216%20107.997%2076.3656%20107.997C75.2096%20107.997%2074.074%20107.694%2073.0724%20107.117L61.0615%20100.077C60.0759%2099.4885%2059.2564%2098.6593%2058.6802%2097.6671C58.104%2096.6748%2057.7902%2095.5523%2057.7682%2094.4053V80.5208C57.7491%2079.3655%2058.0456%2078.2269%2058.6259%2077.2276C59.2062%2076.2283%2060.0483%2075.4061%2061.0615%2074.8496L72.8787%2068.005C73.8803%2067.4282%2075.016%2067.1246%2076.172%2067.1246C77.328%2067.1246%2078.4637%2067.4282%2079.4653%2068.005L91.2825%2074.8496C92.268%2075.4377%2093.0875%2076.267%2093.6636%2077.2592C94.2398%2078.2514%2094.5536%2079.3738%2094.5756%2080.5208V89.5165L104.843%2083.4541V74.4583C104.862%2073.3031%20104.566%2072.1645%20103.985%2071.1652C103.405%2070.1659%20102.563%2069.3437%20101.55%2068.7871L79.6589%2055.8804C78.6573%2055.3036%2077.5216%2055%2076.3656%2055C75.2096%2055%2074.074%2055.3036%2073.0724%2055.8804L50.7941%2068.7873C49.781%2069.3438%2048.9389%2070.166%2048.3586%2071.1653C47.7783%2072.1646%2047.4817%2073.3031%2047.5009%2074.4583V100.468C47.4817%20101.623%2047.7783%20102.761%2048.3586%20103.761C48.9389%20104.76%2049.781%20105.582%2050.7942%20106.139L73.0724%20119.046C74.074%20119.622%2075.2097%20119.926%2076.3657%20119.926C77.5217%20119.926%2078.6574%20119.622%2079.6589%20119.046L94.7695%20110.245L105.037%20104.183L120.147%2095.3831C121.149%2094.8063%20122.285%2094.5027%20123.441%2094.5027C124.597%2094.5027%20125.732%2094.8063%20126.734%2095.3831L138.551%20102.228C139.537%20102.816%20140.356%20103.645%20140.932%20104.637C141.508%20105.629%20141.822%20106.752%20141.844%20107.899V121.784C141.863%20122.939%20141.567%20124.077%20140.987%20125.077C140.406%20126.076%20139.564%20126.898%20138.551%20127.455L126.734%20134.495C125.732%20135.072%20124.597%20135.375%20123.441%20135.375C122.285%20135.375%20121.149%20135.072%20120.147%20134.495L108.33%20127.65C107.345%20127.062%20106.525%20126.233%20105.949%20125.241C105.373%20124.248%20105.059%20123.126%20105.037%20121.979V112.983L94.7695%20119.046V128.041C94.7503%20129.197%2095.0468%20130.335%2095.6271%20131.334C96.2074%20132.334%2097.0495%20133.156%2098.0626%20133.713L120.341%20146.62C121.342%20147.196%20122.478%20147.5%20123.634%20147.5C124.79%20147.5%20125.926%20147.196%20126.927%20146.62L149.206%20133.713C150.191%20133.124%20151.011%20132.295%20151.587%20131.303C152.163%20130.311%20152.477%20129.188%20152.499%20128.041V102.032C152.518%20100.877%20152.222%2099.7383%20151.641%2098.739C151.061%2097.7397%20150.219%2096.9175%20149.206%2096.361L126.734%2083.2586Z%22%20fill%3D%22%237B3FE4%22%2F%3E%0A%3Cg%20filter%3D%22url(%23filter0_f_16862_5491)%22%3E%0A%3Cpath%20d%3D%22M116.734%2083.2586C115.732%2082.6818%20114.597%2082.3782%20113.441%2082.3782C112.285%2082.3782%20111.149%2082.6818%20110.147%2083.2586L95.0367%2092.2542L84.7694%2098.1209L69.6589%20107.117C68.6573%20107.694%2067.5216%20107.997%2066.3656%20107.997C65.2096%20107.997%2064.074%20107.694%2063.0724%20107.117L51.0615%20100.077C50.0759%2099.4886%2049.2564%2098.6593%2048.6802%2097.6671C48.104%2096.6748%2047.7902%2095.5523%2047.7682%2094.4053V80.5208C47.7491%2079.3655%2048.0456%2078.2269%2048.6259%2077.2276C49.2062%2076.2283%2050.0483%2075.4061%2051.0615%2074.8496L62.8787%2068.005C63.8803%2067.4282%2065.016%2067.1246%2066.172%2067.1246C67.328%2067.1246%2068.4637%2067.4282%2069.4654%2068.005L81.2825%2074.8496C82.268%2075.4377%2083.0875%2076.267%2083.6636%2077.2592C84.2398%2078.2514%2084.5536%2079.3738%2084.5756%2080.5208V89.5165L94.8429%2083.4541V74.4583C94.8621%2073.3031%2094.5656%2072.1645%2093.9853%2071.1652C93.4051%2070.1659%2092.563%2069.3437%2091.5498%2068.7871L69.6589%2055.8804C68.6573%2055.3036%2067.5216%2055%2066.3656%2055C65.2096%2055%2064.074%2055.3036%2063.0724%2055.8804L40.7941%2068.7873C39.781%2069.3438%2038.9389%2070.166%2038.3586%2071.1653C37.7783%2072.1646%2037.4817%2073.3031%2037.5009%2074.4583V100.468C37.4817%20101.623%2037.7783%20102.761%2038.3586%20103.761C38.9389%20104.76%2039.781%20105.582%2040.7942%20106.139L63.0724%20119.046C64.074%20119.623%2065.2097%20119.926%2066.3657%20119.926C67.5217%20119.926%2068.6574%20119.623%2069.6589%20119.046L84.7695%20110.245L95.0368%20104.183L110.147%2095.3831C111.149%2094.8063%20112.285%2094.5027%20113.441%2094.5027C114.597%2094.5027%20115.732%2094.8063%20116.734%2095.3831L128.551%20102.228C129.537%20102.816%20130.356%20103.645%20130.932%20104.637C131.508%20105.629%20131.822%20106.752%20131.844%20107.899V121.784C131.863%20122.939%20131.567%20124.077%20130.987%20125.077C130.406%20126.076%20129.564%20126.898%20128.551%20127.455L116.734%20134.495C115.732%20135.072%20114.597%20135.375%20113.441%20135.375C112.285%20135.375%20111.149%20135.072%20110.147%20134.495L98.3302%20127.65C97.3446%20127.062%2096.525%20126.233%2095.9488%20125.241C95.3726%20124.248%2095.0588%20123.126%2095.0368%20121.979V112.983L84.7695%20119.046V128.041C84.7503%20129.197%2085.0468%20130.335%2085.6271%20131.334C86.2074%20132.334%2087.0495%20133.156%2088.0626%20133.713L110.341%20146.62C111.342%20147.196%20112.478%20147.5%20113.634%20147.5C114.79%20147.5%20115.926%20147.196%20116.927%20146.62L139.206%20133.713C140.191%20133.124%20141.011%20132.295%20141.587%20131.303C142.163%20130.311%20142.477%20129.188%20142.499%20128.041V102.032C142.518%20100.877%20142.222%2099.7383%20141.641%2098.739C141.061%2097.7397%20140.219%2096.9175%20139.206%2096.361L116.734%2083.2586Z%22%20fill%3D%22%237B3FE4%22%20fill-opacity%3D%220.51%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3Cfilter%20id%3D%22filter0_f_16862_5491%22%20x%3D%2223.5%22%20y%3D%2241%22%20width%3D%22133%22%20height%3D%22120.5%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%0A%3CfeGaussianBlur%20stdDeviation%3D%227%22%20result%3D%22effect1_foregroundBlur_16862_5491%22%2F%3E%0A%3C%2Ffilter%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A +name: Polygon PoS +description: + text: Mass adoption in DeFi deeply integrated with Ethereum. + learnMoreLink: https://docs.polygon.technology/pos/overview/ +tvlId: Polygon PoS +networkType: EVM-compatible sidechain +stack: Polygon PoS +getLinks: + bridgeLink: https://portal.polygon.technology/bridge + tokenName: wstETH +tooltipLinks: + deployedAddressesLink: "{{ethereum_docs_url}}/deployed-contracts/#polygon-pos" +ecosystemProjects: + - 1dfa124e-f1e1-41fc-b908-5b7f995da7c3 + - b0281c6d-8278-4d80-b3b4-92527e1f8afd + - c16b1239-5a3e-4830-931c-ba811bd03c54 +ecosystemFilters: + network: bb0bf04c-20dd-4c21-9bb1-1b2de47deb1e + tokens: + - 3a647da0-c0d8-4ebd-abce-bac0390880f4 +feature: false +--- diff --git a/lido-landing/multichain/projects/39028670-098a-4747-a55a-64b7c1c965b6.md b/lido-landing/multichain/projects/39028670-098a-4747-a55a-64b7c1c965b6.md new file mode 100644 index 0000000..d22be43 --- /dev/null +++ b/lido-landing/multichain/projects/39028670-098a-4747-a55a-64b7c1c965b6.md @@ -0,0 +1,19 @@ +--- +id: 39028670-098a-4747-a55a-64b7c1c965b6 +logo: data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20201%20200%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20filter%3D%22url(%23filter0_f_16862_13946)%22%3E%0A%3Cpath%20d%3D%22M146.14%20130.496H128.396V90.384L135.5%2067.504L130.46%2065.712L107.452%20130.496H93.9478L70.9238%2065.712L65.8998%2067.504L73.0038%2090.384V130.512H55.2598V50H81.6758L98.0598%2096.08V109.616H103.42V96.08L119.804%2050H146.22V130.496H146.14Z%22%20fill%3D%22%23DFFE00%22%2F%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M146.14%20140.113H128.396V100.001L135.5%2077.1212L130.46%2075.3292L107.452%20140.113H93.9478L70.9238%2075.3292L65.8998%2077.1212L73.0038%20100.001V140.129H55.2598V59.6172H81.6758L98.0598%20105.697V119.233H103.42V105.697L119.804%2059.6172H146.22V140.113H146.14Z%22%20fill%3D%22black%22%2F%3E%0A%3Cdefs%3E%0A%3Cfilter%20id%3D%22filter0_f_16862_13946%22%20x%3D%2241.2598%22%20y%3D%2236%22%20width%3D%22118.961%22%20height%3D%22108.512%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%0A%3CfeGaussianBlur%20stdDeviation%3D%227%22%20result%3D%22effect1_foregroundBlur_16862_13946%22%2F%3E%0A%3C%2Ffilter%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A +name: Mode +description: + text: Evolving Superchain member, rewarding ecosystem contributors via sequencer + fee sharing. + learnMoreLink: https://l2beat.com/scaling/projects/mode +tvlId: Mode +networkType: Optimistic Rollup +stack: OP Stack +getLinks: + tokenName: wstETH + bridgeLink: https://superbridge.app/mode/wstETH +tooltipLinks: + snapshotVoteLink: https://snapshot.org/#/lido-snapshot.eth/proposal/0x6bc51c2b07a9345a03a0bc0acb72ccc9f63879c981f3a6954164d110c5d330b2 + deployedAddressesLink: "{{ethereum_docs_url}}/deployed-contracts/#mode" +feature: false +--- diff --git a/lido-landing/multichain/projects/4b12d444-6e9c-4fd1-a65e-86cde4820eba.md b/lido-landing/multichain/projects/4b12d444-6e9c-4fd1-a65e-86cde4820eba.md new file mode 100644 index 0000000..76f878e --- /dev/null +++ b/lido-landing/multichain/projects/4b12d444-6e9c-4fd1-a65e-86cde4820eba.md @@ -0,0 +1,27 @@ +--- +id: 4b12d444-6e9c-4fd1-a65e-86cde4820eba +logo: data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20201%20200%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20opacity%3D%220.4%22%20filter%3D%22url(%23filter0_f_16862_3995)%22%3E%0A%3Cpath%20d%3D%22M41.6289%2081.6979V125.802C41.6289%20128.618%2043.1381%20131.222%2045.5824%20132.625L83.8862%20154.682C86.3306%20156.086%2089.3397%20156.086%2091.784%20154.682L130.088%20132.625C132.532%20131.222%20134.041%20128.618%20134.041%20125.802V81.6979C134.041%2078.882%20132.532%2076.2783%20130.088%2074.875L91.784%2052.8181C89.3397%2051.4148%2086.3306%2051.4148%2083.8862%2052.8181L45.5732%2074.875C43.1288%2076.2783%2041.6289%2078.882%2041.6289%2081.6979Z%22%20fill%3D%22%23213147%22%2F%3E%0A%3Cpath%20d%3D%22M96.191%20112.304L90.7283%20127.242C90.5802%20127.658%2090.5802%20128.11%2090.7283%20128.526L100.126%20154.229L110.996%20147.97L97.9502%20112.304C97.6539%20111.482%2096.4873%20111.482%2096.191%20112.304Z%22%20fill%3D%22%2312AAFF%22%2F%3E%0A%3Cpath%20d%3D%22M107.144%2087.1827C106.847%2086.361%20105.681%2086.361%20105.384%2087.1827L99.9217%20102.121C99.7735%20102.537%2099.7735%20102.989%2099.9217%20103.404L115.319%20145.487L126.189%20139.227L107.144%2087.1827Z%22%20fill%3D%22%2312AAFF%22%2F%3E%0A%3Cpath%20d%3D%22M87.8297%2054.4707C88.0982%2054.4707%2088.3668%2054.5445%2088.6075%2054.6738L130.059%2078.5402C130.541%2078.8172%20130.837%2079.3342%20130.837%2079.879V127.603C130.837%20128.157%20130.541%20128.664%20130.059%20128.941L88.6075%20152.808C88.376%20152.946%2088.0982%20153.011%2087.8297%20153.011C87.5612%20153.011%2087.2927%20152.937%2087.052%20152.808L45.6002%20128.96C45.1187%20128.683%2044.8225%20128.166%2044.8225%20127.621V79.8882C44.8225%2079.3342%2045.1187%2078.8264%2045.6002%2078.5494L87.052%2054.683C87.2927%2054.5445%2087.5612%2054.4707%2087.8297%2054.4707ZM87.8297%2047.5C86.3576%2047.5%2084.8762%2047.8785%2083.5522%2048.6449L42.1096%2072.5021C39.4616%2074.0254%2037.832%2076.8414%2037.832%2079.8882V127.612C37.832%20130.659%2039.4616%20133.475%2042.1096%20134.998L83.5614%20158.864C84.8854%20159.621%2086.3576%20160.009%2087.839%20160.009C89.3112%20160.009%2090.7926%20159.631%2092.1166%20158.864L133.568%20134.998C136.216%20133.475%20137.846%20130.659%20137.846%20127.612V79.8882C137.846%2076.8414%20136.216%2074.0254%20133.568%2072.5021L92.1073%2048.6449C90.7833%2047.8785%2089.3019%2047.5%2087.8297%2047.5Z%22%20fill%3D%22%239DCCED%22%2F%3E%0A%3Cpath%20d%3D%22M60.4141%20145.543L64.2287%20135.129L71.9043%20141.49L64.7287%20148.027L60.4141%20145.543Z%22%20fill%3D%22%23213147%22%2F%3E%0A%3Cpath%20d%3D%22M84.3396%2076.4727H73.8308C73.0438%2076.4727%2072.3402%2076.962%2072.0717%2077.7006L49.5449%20139.282L60.4148%20145.542L85.2192%2077.7283C85.4507%2077.1189%2084.997%2076.4727%2084.3396%2076.4727Z%22%20fill%3D%22%2312AAFF%22%2F%3E%0A%3Cpath%20d%3D%22M102.727%2076.4727H92.2185C91.4315%2076.4727%2090.7278%2076.962%2090.4593%2077.7006L64.7383%20148.017L75.6082%20154.276L103.607%2077.7283C103.829%2077.1189%20103.375%2076.4727%20102.727%2076.4727Z%22%20fill%3D%22%2312AAFF%22%2F%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M54.1289%2076.6979V120.802C54.1289%20123.618%2055.6381%20126.222%2058.0824%20127.625L96.3862%20149.682C98.8306%20151.086%20101.84%20151.086%20104.284%20149.682L142.588%20127.625C145.032%20126.222%20146.541%20123.618%20146.541%20120.802V76.6979C146.541%2073.882%20145.032%2071.2783%20142.588%2069.875L104.284%2047.8181C101.84%2046.4148%2098.8306%2046.4148%2096.3862%2047.8181L58.0732%2069.875C55.6288%2071.2783%2054.1289%2073.882%2054.1289%2076.6979Z%22%20fill%3D%22%23213147%22%2F%3E%0A%3Cpath%20d%3D%22M108.691%20107.304L103.228%20122.242C103.08%20122.658%20103.08%20123.11%20103.228%20123.526L112.626%20149.229L123.496%20142.97L110.45%20107.304C110.154%20106.482%20108.987%20106.482%20108.691%20107.304Z%22%20fill%3D%22%2312AAFF%22%2F%3E%0A%3Cpath%20d%3D%22M119.644%2082.1827C119.347%2081.361%20118.181%2081.361%20117.884%2082.1827L112.422%2097.1211C112.274%2097.5366%20112.274%2097.989%20112.422%2098.4045L127.819%20140.487L138.689%20134.227L119.644%2082.1827Z%22%20fill%3D%22%2312AAFF%22%2F%3E%0A%3Cpath%20d%3D%22M100.33%2049.4707C100.598%2049.4707%20100.867%2049.5445%20101.107%2049.6738L142.559%2073.5402C143.041%2073.8172%20143.337%2074.3342%20143.337%2074.879V122.603C143.337%20123.157%20143.041%20123.664%20142.559%20123.941L101.107%20147.808C100.876%20147.946%20100.598%20148.011%20100.33%20148.011C100.061%20148.011%2099.7927%20147.937%2099.552%20147.808L58.1002%20123.96C57.6187%20123.683%2057.3225%20123.166%2057.3225%20122.621V74.8882C57.3225%2074.3342%2057.6187%2073.8264%2058.1002%2073.5494L99.552%2049.683C99.7927%2049.5445%20100.061%2049.4707%20100.33%2049.4707ZM100.33%2042.5C98.8576%2042.5%2097.3762%2042.8785%2096.0522%2043.6449L54.6096%2067.5021C51.9616%2069.0254%2050.332%2071.8414%2050.332%2074.8882V122.612C50.332%20125.659%2051.9616%20128.475%2054.6096%20129.998L96.0614%20153.864C97.3854%20154.621%2098.8576%20155.009%20100.339%20155.009C101.811%20155.009%20103.293%20154.631%20104.617%20153.864L146.068%20129.998C148.716%20128.475%20150.346%20125.659%20150.346%20122.612V74.8882C150.346%2071.8414%20148.716%2069.0254%20146.068%2067.5021L104.607%2043.6449C103.283%2042.8785%20101.802%2042.5%20100.33%2042.5Z%22%20fill%3D%22%239DCCED%22%2F%3E%0A%3Cpath%20d%3D%22M72.9141%20140.543L76.7287%20130.129L84.4043%20136.49L77.2287%20143.027L72.9141%20140.543Z%22%20fill%3D%22%23213147%22%2F%3E%0A%3Cpath%20d%3D%22M96.8396%2071.4727H86.3308C85.5438%2071.4727%2084.8402%2071.962%2084.5717%2072.7006L62.0449%20134.282L72.9148%20140.542L97.7192%2072.7283C97.9507%2072.1189%2097.497%2071.4727%2096.8396%2071.4727Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M115.227%2071.4727H104.719C103.932%2071.4727%20103.228%2071.962%20102.959%2072.7006L77.2383%20143.017L88.1082%20149.276L116.107%2072.7283C116.329%2072.1189%20115.875%2071.4727%20115.227%2071.4727Z%22%20fill%3D%22white%22%2F%3E%0A%3Cdefs%3E%0A%3Cfilter%20id%3D%22filter0_f_16862_3995%22%20x%3D%2229.832%22%20y%3D%2239.5%22%20width%3D%22116.014%22%20height%3D%22128.508%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%0A%3CfeGaussianBlur%20stdDeviation%3D%224%22%20result%3D%22effect1_foregroundBlur_16862_3995%22%2F%3E%0A%3C%2Ffilter%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A +name: Arbitrum +description: + text: Top L2 solution for fast, cheap Ethereum transactions, integrated with + Ethereum's DeFi ecosystem. + learnMoreLink: https://l2beat.com/scaling/projects/arbitrum +tvlId: "Arbitrum " +networkType: Optimistic Rollup +stack: Arbitrum +getLinks: + bridgeLink: https://bridge.arbitrum.io/?destinationChain=arbitrum-one&sourceChain=ethereum + tokenName: wstETH +tooltipLinks: + snapshotVoteLink: https://snapshot.org/#/lido-snapshot.eth/proposal/0x1a7b390de079ffbb42c17f409803ee5ab693a0fda5fd2b352dafc6033d464f81 + deployedAddressesLink: "{{ethereum_docs_url}}/deployed-contracts/#arbitrum" +ecosystemProjects: + - 1dfa124e-f1e1-41fc-b908-5b7f995da7c3 + - 36b392b4-918e-417a-9bb8-6a81be8b0f81 + - b0281c6d-8278-4d80-b3b4-92527e1f8afd +ecosystemFilters: + network: a356a8a1-7186-4080-b7fb-8fe383a5df95 + tokens: + - 3a647da0-c0d8-4ebd-abce-bac0390880f4 +feature: false +--- diff --git a/lido-landing/multichain/projects/6abcd05d-7229-4423-af26-9125c37558ec.md b/lido-landing/multichain/projects/6abcd05d-7229-4423-af26-9125c37558ec.md new file mode 100644 index 0000000..a47ec19 --- /dev/null +++ b/lido-landing/multichain/projects/6abcd05d-7229-4423-af26-9125c37558ec.md @@ -0,0 +1,27 @@ +--- +id: 6abcd05d-7229-4423-af26-9125c37558ec +logo: data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20201%20200%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M141.558%20116.083V63.0144C141.485%2058.574%20137.909%2055%20133.421%2055H77.449C65.3717%2055.1805%2055.666%2064.9639%2055.666%2076.9495C55.666%2080.9928%2056.7606%2084.4585%2058.4391%2087.491C59.8621%2090.0181%2062.0878%2092.4007%2064.2771%2094.1697C64.8974%2094.6751%2064.6055%2094.4585%2066.5028%2095.6137C69.1299%2097.2022%2072.1219%2097.9964%2072.1219%2097.9964L72.0854%20129.729C72.1584%20131.246%2072.3043%20132.69%2072.7057%20134.025C73.9462%20138.502%2077.0842%20141.931%2081.3532%20143.592C83.1411%20144.278%2085.1479%20144.747%2087.3007%20144.783L131.998%20144.928C140.901%20144.928%20148.125%20137.78%20148.125%20128.935C148.162%20123.7%20145.535%20119.007%20141.558%20116.083Z%22%20fill%3D%22%23FFEEDA%22%2F%3E%0A%3Cpath%20d%3D%22M142.652%20129.332C142.47%20135%20137.763%20139.549%20131.998%20139.549L101.239%20139.44C103.684%20136.625%20105.179%20132.978%20105.179%20129.007C105.179%20122.762%20101.421%20118.466%20101.421%20118.466H132.034C137.909%20118.466%20142.689%20123.195%20142.689%20129.007L142.652%20129.332Z%22%20fill%3D%22%23EBC28E%22%2F%3E%0A%3Cpath%20d%3D%22M67.1961%2089.6931C63.6568%2086.3718%2061.1756%2082.0758%2061.1756%2076.9856V76.444C61.4675%2067.7437%2068.692%2060.7401%2077.4855%2060.4874H133.457C134.917%2060.5596%20136.084%2061.5704%20136.084%2063.0505V109.91C137.362%20110.126%20137.982%20110.307%20139.222%20110.74C140.208%20111.101%20141.558%20111.859%20141.558%20111.859V63.0505C141.485%2058.6101%20137.909%2055.0361%20133.421%2055.0361H77.4491C65.3717%2055.2166%2055.666%2065%2055.666%2076.9856C55.666%2083.9531%2058.8769%2089.9097%2064.1311%2094.0975C64.496%2094.3863%2064.8244%2094.7473%2065.7731%2094.7473C67.415%2094.7473%2068.5826%2093.4477%2068.5096%2092.0397C68.4731%2090.8484%2067.9623%2090.4152%2067.1961%2089.6931Z%22%20fill%3D%22%23190602%22%2F%3E%0A%3Cpath%20d%3D%22M131.998%20112.978H88.1034C85.1479%20113.014%2082.7762%20115.361%2082.7762%20118.285V124.531C82.8492%20127.419%2085.3303%20129.874%2088.2858%20129.874H91.5332V124.531H88.2858V118.43C88.2858%20118.43%2089.0885%20118.43%2090.0737%20118.43C95.6198%20118.43%2099.7064%20123.52%2099.7064%20128.971C99.7064%20133.809%2095.2549%20139.982%2087.8115%20139.477C81.2072%20139.043%2077.6315%20133.231%2077.6315%20128.971V76.0469C77.6315%2073.6642%2075.6612%2071.7148%2073.253%2071.7148H68.8745V77.1299H72.1219V129.007C71.9394%20139.549%2079.7113%20144.856%2087.8115%20144.856L132.034%20145C140.937%20145%20148.162%20137.852%20148.162%20129.007C148.162%20120.162%20140.901%20112.978%20131.998%20112.978ZM142.652%20129.332C142.47%20135%20137.763%20139.549%20131.998%20139.549L101.239%20139.44C103.684%20136.625%20105.179%20132.978%20105.179%20129.007C105.179%20122.762%20101.421%20118.466%20101.421%20118.466H132.034C137.909%20118.466%20142.689%20123.195%20142.689%20129.007L142.652%20129.332Z%22%20fill%3D%22%23190602%22%2F%3E%0A%3Cpath%20d%3D%22M120.176%2078.1047H87.0818V72.6896H120.176C121.672%2072.6896%20122.913%2073.8809%20122.913%2075.3971C122.913%2076.8773%20121.708%2078.1047%20120.176%2078.1047Z%22%20fill%3D%22%23190602%22%2F%3E%0A%3Cpath%20d%3D%22M120.176%20103.592H87.0818V98.1769H120.176C121.672%2098.1769%20122.913%2099.3682%20122.913%20100.884C122.913%20102.365%20121.708%20103.592%20120.176%20103.592Z%22%20fill%3D%22%23190602%22%2F%3E%0A%3Cpath%20d%3D%22M126.014%2090.8484H87.0818V85.4332H125.977C127.473%2085.4332%20128.714%2086.6246%20128.714%2088.1408C128.751%2089.621%20127.51%2090.8484%20126.014%2090.8484Z%22%20fill%3D%22%23190602%22%2F%3E%0A%3C%2Fsvg%3E%0A +name: Scroll +description: + text: ZK Rollup scaling for Ethereum with battle-tested technology and scalable + architecture. + learnMoreLink: https://l2beat.com/scaling/projects/scroll +tvlId: Scroll +networkType: ZK Rollup +stack: Scroll +getLinks: + bridgeLink: https://scroll.io/bridge?token=wstETH + tokenName: wstETH +tooltipLinks: + snapshotVoteLink: https://snapshot.org/#/lido-snapshot.eth/proposal/0xcdb7d84ea80d914a4abffd689ecf9bdc4bb05d47f1fdbdda8793d555381a0493 + deployedAddressesLink: "{{ethereum_docs_url}}/deployed-contracts/#scroll" +ecosystemProjects: + - 1dfa124e-f1e1-41fc-b908-5b7f995da7c3 + - 0daec42c-1522-4cdb-957c-e8cd25f3e1a5 + - 7f9d0f2c-1ae2-4d6d-abd2-4e49af1c6e3a +ecosystemFilters: + network: d2d9cf61-1ef4-4499-b6bf-e4df36e2decc + tokens: + - 3a647da0-c0d8-4ebd-abce-bac0390880f4 +feature: false +--- diff --git a/lido-landing/multichain/projects/9e47447a-80b4-4eaa-b5c8-83181f8ccf0b.md b/lido-landing/multichain/projects/9e47447a-80b4-4eaa-b5c8-83181f8ccf0b.md new file mode 100644 index 0000000..0e679fd --- /dev/null +++ b/lido-landing/multichain/projects/9e47447a-80b4-4eaa-b5c8-83181f8ccf0b.md @@ -0,0 +1,26 @@ +--- +id: 9e47447a-80b4-4eaa-b5c8-83181f8ccf0b +logo: data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20201%20200%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M159.419%2099.5063L125.714%2065.9531V90.5116L92.2617%20115.121H125.714V133.059L159.419%2099.5063Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M40.668%2099.5061L74.3728%20133.059V108.652L107.825%2083.8412H74.3728V65.9023L40.668%2099.5061Z%22%20fill%3D%22black%22%2F%3E%0A%3Cg%20filter%3D%22url(%23filter0_f_16862_3784)%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M165.669%2093.4282L131.964%2059.875V84.4335L98.5117%20109.043H131.964V126.981L165.669%2093.4282Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.5%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M46.918%2093.4279L80.6228%20126.981V102.574L114.075%2077.7631H80.6228V59.8242L46.918%2093.4279Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.5%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3Cfilter%20id%3D%22filter0_f_16862_3784%22%20x%3D%2232.918%22%20y%3D%2245.8242%22%20width%3D%22146.75%22%20height%3D%2295.1562%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%0A%3CfeGaussianBlur%20stdDeviation%3D%227%22%20result%3D%22effect1_foregroundBlur_16862_3784%22%2F%3E%0A%3C%2Ffilter%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A +name: ZKsync +description: + text: ZK Rollup L2 for fast transactions with expanding DeFi and dApp support. + learnMoreLink: https://l2beat.com/scaling/projects/zksync-era +tvlId: ZKsync +networkType: ZK Rollup +stack: ZK Stack +getLinks: + bridgeLink: https://app.txsync.io/login?from=/bridge/ + tokenName: wstETH +tooltipLinks: + snapshotVoteLink: https://snapshot.org/#/lido-snapshot.eth/proposal/0xd6c4a71c36bef27c4b5997223bd8612fe19177b46b238e78802a4a27fd5cdc9e + deployedAddressesLink: "{{ethereum_docs_url}}/deployed-contracts/#zksync" +ecosystemProjects: + - 1dfa124e-f1e1-41fc-b908-5b7f995da7c3 + - d61c8a1a-fb89-47c5-ac63-43a50112d6ea + - 77c1ace0-c829-456e-a231-d0e2a3ce3a17 +ecosystemFilters: + network: ca2bff25-2583-4290-be8d-27b00a1f836f + tokens: + - 3a647da0-c0d8-4ebd-abce-bac0390880f4 +feature: false +--- diff --git a/lido-landing/multichain/projects/a5c3eab7-21cc-4bdc-b038-7cfe082c8211.md b/lido-landing/multichain/projects/a5c3eab7-21cc-4bdc-b038-7cfe082c8211.md new file mode 100644 index 0000000..e3975d9 --- /dev/null +++ b/lido-landing/multichain/projects/a5c3eab7-21cc-4bdc-b038-7cfe082c8211.md @@ -0,0 +1,20 @@ +--- +id: a5c3eab7-21cc-4bdc-b038-7cfe082c8211 +logo: data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20201%20200%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M100.334%20156.508V137.265C98.4044%20137.265%2096.4327%20137.097%2094.5029%20136.802L91.4825%20155.792C94.419%20156.298%2097.3975%20156.508%20100.334%20156.508ZM109.144%20155.834C112.08%20155.371%20114.975%20154.697%20117.786%20153.771L111.871%20135.454C110.025%20136.044%20108.095%20136.507%20106.165%20136.802L109.144%20155.834ZM82.8825%20153.771L88.7976%20135.497C86.9518%20134.907%2085.1479%20134.149%2083.3859%20133.265L74.6601%20150.403C77.303%20151.708%2080.0718%20152.845%2082.8825%20153.771ZM125.966%20150.403C128.609%20149.055%20131.126%20147.497%20133.517%20145.771L122.191%20130.233C120.638%20131.37%20118.96%20132.423%20117.198%20133.265L125.966%20150.403ZM67.109%20145.729L78.4357%20130.191C76.8835%20129.054%2075.3733%20127.791%2073.9889%20126.401L60.3968%20140.002C62.4943%20142.065%2064.7597%20144.002%2067.109%20145.729ZM140.188%20140.086L140.313%20139.96C142.411%20137.897%20144.341%20135.623%20146.061%20133.265L130.539%20121.938C129.406%20123.496%20128.106%20125.012%20126.763%20126.359L126.553%20126.57L133.098%20132.76L140.188%20140.086ZM54.6495%20133.223L70.1714%20121.896C69.0387%20120.338%2067.9899%20118.654%2067.109%20116.927L49.993%20125.643C51.3354%20128.296%2052.8876%20130.823%2054.6495%20133.223ZM150.675%20125.686C152.018%20123.075%20153.15%20120.296%20154.073%20117.475L135.783%20111.58C135.195%20113.432%20134.44%20115.243%20133.559%20116.969L150.675%20125.686ZM46.5949%20117.475L64.8856%20111.538C64.2982%20109.685%2063.8368%20107.79%2063.5431%20105.853L44.5393%20108.843C45.0008%20111.748%2045.714%20114.653%2046.5949%20117.475ZM156.129%20108.885C156.59%20105.979%20156.842%20102.99%20156.842%20100.042H137.629C137.629%20101.979%20137.461%20103.958%20137.167%20105.895L156.129%20108.885ZM63.0817%20100C63.0817%2098.0632%2063.2495%2096.0841%2063.5431%2094.1472L44.5393%2091.1576C44.0779%2094.063%2043.8681%2097.0526%2043.8262%20100H63.0817ZM137.167%2094.1893L156.171%2091.1997C155.709%2088.2943%20155.038%2085.3889%20154.115%2082.5677L135.825%2088.4627C136.412%2090.3576%20136.873%2092.2524%20137.167%2094.1893ZM64.8856%2088.4627C65.4729%2086.61%2066.228%2084.7994%2067.109%2083.073L49.993%2074.3568C48.6505%2076.9675%2047.5179%2079.7465%2046.5949%2082.5677L64.8856%2088.4627ZM133.601%2083.1151L150.759%2074.3989C149.417%2071.7462%20147.865%2069.2197%20146.103%2066.8196L130.539%2078.1465C131.671%2079.7044%20132.72%2081.3887%20133.601%2083.1151ZM70.1714%2078.1044C71.304%2076.5464%2072.6045%2075.0305%2073.9889%2073.641L74.0309%2073.5989L60.4387%2059.9982L60.3968%2060.0403C58.2993%2062.1457%2056.3695%2064.3774%2054.6495%2066.7775L70.1714%2078.1044ZM126.763%2073.7252L130.874%2069.5566L140.313%2060.1246L140.271%2060.0824C138.174%2058.0192%20135.95%2056.0823%20133.601%2054.3559L122.274%2069.8934C123.827%2071.0303%20125.337%2072.2935%20126.679%2073.6831L126.763%2073.7252ZM78.4777%2069.8092C80.0298%2068.6723%2081.7079%2067.6618%2083.4698%2066.7775L74.744%2049.6398C72.1011%2050.9873%2069.5841%2052.5452%2067.1929%2054.2716L78.4777%2069.8092ZM117.324%2066.8196L126.092%2049.682C123.449%2048.3345%20120.722%2047.1976%20117.912%2046.2713L111.955%2064.5458C113.758%2065.1774%20115.562%2065.9354%20117.324%2066.8196ZM88.8815%2064.5458C90.7273%2063.9563%2092.6571%2063.4931%2094.5868%2063.1984L91.6083%2044.208C88.7137%2044.6712%2085.7771%2045.3449%2082.9664%2046.2713L88.8815%2064.5458ZM106.207%2063.1984L109.228%2044.208C106.333%2043.7448%20103.355%2043.4922%20100.418%2043.4922V62.7352C102.348%2062.7352%20104.319%2062.9036%20106.207%2063.1984Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M100.338%20138.153V118.826C98.7015%20118.826%2097.1074%20118.615%2095.5133%20118.194L90.4792%20136.848C93.7094%20137.69%2097.0235%20138.153%20100.338%20138.153ZM110.196%20136.848C113.426%20136.005%20116.489%20134.742%20119.383%20133.058L109.651%20116.341C108.266%20117.141%20106.756%20117.773%20105.204%20118.194L110.196%20136.848ZM81.3339%20133.058L91.0665%20116.341C89.6821%20115.541%2088.3816%20114.531%2087.207%20113.394L87.0392%20113.225L80.9143%20119.668L73.3632%20126.952L73.489%20127.079C75.8383%20129.395%2078.4812%20131.416%2081.3339%20133.058ZM127.228%20127.079C129.577%20124.721%20131.633%20122.11%20133.269%20119.247L116.447%20109.562C115.65%20110.952%20114.643%20112.215%20113.468%20113.394L127.228%20127.079ZM67.4061%20119.205L84.2285%20109.562C83.4314%20108.172%2082.8021%20106.699%2082.3826%20105.141L63.6306%20110.109C64.4696%20113.267%2065.7701%20116.341%2067.4061%20119.205ZM137.087%20110.152C137.926%20106.951%20138.387%20103.667%20138.387%20100.383H118.964C118.964%20101.983%20118.754%20103.625%20118.335%20105.183L137.087%20110.152ZM81.7953%20100.341C81.7953%2098.7404%2082.0051%2097.0983%2082.4246%2095.5403L63.6306%2090.5716C62.7915%2093.7718%2062.3301%2097.0562%2062.3301%20100.341H81.7953ZM118.293%2095.5824L137.087%2090.6137C136.248%2087.4136%20134.947%2084.3398%20133.311%2081.4765L116.489%2091.119C117.244%2092.5507%20117.873%2094.0244%20118.293%2095.5824ZM84.2704%2091.119C85.0675%2089.7716%2086.0324%2088.4663%2087.207%2087.3294L87.2489%2087.2873L80.2851%2080.3817L73.6149%2073.5182L73.489%2073.6445C71.1398%2075.9604%2069.1261%2078.6132%2067.4481%2081.4344L84.2704%2091.119ZM113.468%2087.3294L120.348%2080.4659L127.396%2073.813L127.228%2073.6445C124.879%2071.2865%20122.236%2069.3075%20119.383%2067.6232L109.651%2084.3398C111.035%2085.1398%20112.294%2086.1083%20113.468%2087.2452V87.3294ZM91.0665%2084.3398C92.4509%2083.5397%2093.9611%2082.9081%2095.5133%2082.487L90.5631%2063.8335C87.3328%2064.6757%2084.2704%2065.9389%2081.3758%2067.6232L91.0665%2084.3398ZM105.162%2082.5292L110.196%2063.8756C107.008%2063.0335%20103.694%2062.5703%20100.38%2062.5703V81.8975C101.974%2081.8975%20103.61%2082.1081%20105.162%2082.5292Z%22%20fill%3D%22black%22%2F%3E%0A%3Cg%20opacity%3D%220.5%22%20filter%3D%22url(%23filter0_f_16862_2437)%22%3E%0A%3Cpath%20d%3D%22M104.342%20150.516V131.273C102.412%20131.273%20100.44%20131.104%2098.5107%20130.81L95.4903%20149.8C98.4268%20150.305%20101.405%20150.516%20104.342%20150.516ZM113.152%20149.842C116.088%20149.379%20118.983%20148.705%20121.794%20147.779L115.878%20129.462C114.033%20130.052%20112.103%20130.515%20110.173%20130.81L113.152%20149.842ZM86.8903%20147.779L92.8054%20129.504C90.9596%20128.915%2089.1557%20128.157%2087.3937%20127.273L78.6679%20144.41C81.3108%20145.716%2084.0796%20146.853%2086.8903%20147.779ZM129.974%20144.41C132.617%20143.063%20135.134%20141.505%20137.525%20139.779L126.198%20124.241C124.646%20125.378%20122.968%20126.431%20121.206%20127.273L129.974%20144.41ZM71.1168%20139.736L82.4435%20124.199C80.8913%20123.062%2079.3811%20121.799%2077.9967%20120.409L64.4046%20134.01C66.5022%20136.073%2068.7675%20138.01%2071.1168%20139.736ZM144.195%20134.094L144.321%20133.968C146.419%20131.904%20148.348%20129.631%20150.068%20127.273L134.547%20115.946C133.414%20117.504%20132.113%20119.02%20130.771%20120.367L130.561%20120.578L137.106%20126.767L144.195%20134.094ZM58.6573%20127.231L74.1792%20115.904C73.0465%20114.346%2071.9977%20112.661%2071.1168%20110.935L54.0008%20119.651C55.3432%20122.304%2056.8954%20124.83%2058.6573%20127.231ZM154.683%20119.693C156.025%20117.083%20157.158%20114.304%20158.081%20111.482L139.79%20105.587C139.203%20107.44%20138.448%20109.251%20137.567%20110.977L154.683%20119.693ZM50.6027%20111.482L68.8934%20105.545C68.3061%20103.693%2067.8446%20101.798%2067.5509%2099.8608L48.5472%20102.85C49.0086%20105.756%2049.7218%20108.661%2050.6027%20111.482ZM160.137%20102.893C160.598%2099.9872%20160.85%2096.9976%20160.85%2094.05H141.636C141.636%2095.987%20141.469%2097.966%20141.175%2099.903L160.137%20102.893ZM67.0895%2094.0079C67.0895%2092.071%2067.2573%2090.092%2067.5509%2088.155L48.5472%2085.1654C48.0857%2088.0708%2047.8759%2091.0604%2047.834%2094.0079H67.0895ZM141.175%2088.1971L160.179%2085.2075C159.717%2082.3021%20159.046%2079.3967%20158.123%2076.5755L139.832%2082.4706C140.42%2084.3654%20140.881%2086.2602%20141.175%2088.1971ZM68.8934%2082.4706C69.4807%2080.6178%2070.2358%2078.8072%2071.1168%2077.0808L54.0008%2068.3646C52.6583%2070.9753%2051.5257%2073.7543%2050.6027%2076.5755L68.8934%2082.4706ZM137.609%2077.1229L154.767%2068.4067C153.425%2065.754%20151.872%2063.2275%20150.11%2060.8274L134.547%2072.1543C135.679%2073.7122%20136.728%2075.3965%20137.609%2077.1229ZM74.1792%2072.1122C75.3119%2070.5542%2076.6123%2069.0383%2077.9967%2067.6488L78.0387%2067.6067L64.4466%2054.006L64.4046%2054.0482C62.3071%2056.1535%2060.3773%2058.3852%2058.6573%2060.7853L74.1792%2072.1122ZM130.771%2067.733L134.882%2063.5644L144.321%2054.1324L144.279%2054.0903C142.182%2052.027%20139.958%2050.0901%20137.609%2048.3637L126.282%2063.9012C127.834%2065.0381%20129.345%2066.3014%20130.687%2067.6909L130.771%2067.733ZM82.4855%2063.817C84.0377%2062.6801%2085.7157%2061.6696%2087.4776%2060.7853L78.7518%2043.6477C76.1089%2044.9951%2073.5919%2046.5531%2071.2007%2048.2795L82.4855%2063.817ZM121.332%2060.8274L130.1%2043.6898C127.457%2042.3423%20124.73%2041.2054%20121.919%2040.2791L115.962%2058.5536C117.766%2059.1852%20119.57%2059.9432%20121.332%2060.8274ZM92.8893%2058.5536C94.7352%2057.9641%2096.6649%2057.5009%2098.5946%2057.2062L95.6161%2038.2158C92.7215%2038.679%2089.7849%2039.3527%2086.9742%2040.2791L92.8893%2058.5536ZM110.215%2057.2062L113.236%2038.2158C110.341%2037.7526%20107.362%2037.5%20104.426%2037.5V56.743C106.356%2056.743%20108.327%2056.9114%20110.215%2057.2062Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M104.345%20132.161V112.833C102.709%20112.833%20101.115%20112.623%2099.5211%20112.202L94.487%20130.855C97.7172%20131.697%20101.031%20132.161%20104.345%20132.161ZM114.204%20130.855C117.434%20130.013%20120.497%20128.75%20123.391%20127.066L113.659%20110.349C112.274%20111.149%20110.764%20111.781%20109.212%20112.202L114.204%20130.855ZM85.3417%20127.066L95.0743%20110.349C93.6899%20109.549%2092.3894%20108.538%2091.2148%20107.402L91.047%20107.233L84.9222%20113.676L77.371%20120.96L77.4968%20121.086C79.8461%20123.402%2082.489%20125.423%2085.3417%20127.066ZM131.236%20121.086C133.585%20118.728%20135.641%20116.118%20137.277%20113.254L120.455%20103.57C119.658%20104.959%20118.651%20106.223%20117.476%20107.402L131.236%20121.086ZM71.414%20113.212L88.2363%20103.57C87.4392%20102.18%2086.81%20100.707%2086.3904%2099.1486L67.6384%20104.117C68.4774%20107.275%2069.7779%20110.349%2071.414%20113.212ZM141.094%20104.159C141.933%20100.959%20142.395%2097.6748%20142.395%2094.3904H122.972C122.972%2095.9905%20122.762%2097.6327%20122.342%2099.1907L141.094%20104.159ZM85.8031%2094.3483C85.8031%2092.7483%2086.0129%2091.1061%2086.4324%2089.5481L67.6384%2084.5795C66.7994%2087.7796%2066.3379%2091.064%2066.3379%2094.3483H85.8031ZM122.3%2089.5902L141.094%2084.6216C140.255%2081.4214%20138.955%2078.3476%20137.319%2075.4843L120.497%2085.1268C121.252%2086.5585%20121.881%2088.0322%20122.3%2089.5902ZM88.2782%2085.1268C89.0753%2083.7794%2090.0402%2082.4741%2091.2148%2081.3372L91.2568%2081.2951L84.2929%2074.3895L77.6227%2067.526L77.4968%2067.6523C75.1476%2069.9682%2073.1339%2072.621%2071.4559%2075.4422L88.2782%2085.1268ZM117.476%2081.3372L124.356%2074.4737L131.404%2067.8208L131.236%2067.6523C128.887%2065.2943%20126.244%2063.3153%20123.391%2061.631L113.659%2078.3476C115.043%2079.1476%20116.301%2080.1161%20117.476%2081.253V81.3372ZM95.0743%2078.3476C96.4587%2077.5475%2097.9689%2076.9159%2099.5211%2076.4949L94.5709%2057.8413C91.3407%2058.6835%2088.2782%2059.9467%2085.3836%2061.631L95.0743%2078.3476ZM109.17%2076.537L114.204%2057.8835C111.016%2057.0413%20107.702%2056.5781%20104.387%2056.5781V75.9054C105.982%2075.9054%20107.618%2076.1159%20109.17%2076.537Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3Cfilter%20id%3D%22filter0_f_16862_2437%22%20x%3D%2233.834%22%20y%3D%2223.5%22%20width%3D%22141.016%22%20height%3D%22141.016%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%0A%3CfeGaussianBlur%20stdDeviation%3D%227%22%20result%3D%22effect1_foregroundBlur_16862_2437%22%2F%3E%0A%3C%2Ffilter%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A +name: Mantle +description: + text: Combines OP stack with a unique Data Availability layer for an + experimental modular design. + learnMoreLink: https://l2beat.com/scaling/projects/mantle +tvlId: Mantle +networkType: Optimium +stack: OP Stack +getLinks: + buyLink: "" + tokenName: wstETH + bridgeLink: https://bridge.mantle.xyz/ +tooltipLinks: + snapshotVoteLink: https://snapshot.org/#/lido-snapshot.eth/proposal/0x349fa7409a99683405e71ddebaf5068f3dee7d4e6c9e4375198c4dc10c899bb9 + deployedAddressesLink: "{{ethereum_docs_url}}/deployed-contracts/#mantle" +feature: false +--- diff --git a/lido-landing/multichain/projects/c0108a35-e7c2-424e-8221-b122aa21b8a7.md b/lido-landing/multichain/projects/c0108a35-e7c2-424e-8221-b122aa21b8a7.md new file mode 100644 index 0000000..2a56a92 --- /dev/null +++ b/lido-landing/multichain/projects/c0108a35-e7c2-424e-8221-b122aa21b8a7.md @@ -0,0 +1,28 @@ +--- +id: c0108a35-e7c2-424e-8221-b122aa21b8a7 +logo: data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20200%20200%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M100%20152.5C128.995%20152.5%20152.5%20128.995%20152.5%20100C152.5%2071.0051%20128.995%2047.5%20100%2047.5C71.0051%2047.5%2047.5%2071.0051%2047.5%20100C47.5%20128.995%2071.0051%20152.5%20100%20152.5Z%22%20fill%3D%22%23FF0420%22%2F%3E%0A%3Cg%20filter%3D%22url(%23filter0_f_16862_2953)%22%3E%0A%3Cpath%20d%3D%22M112.5%20147.5C141.495%20147.5%20165%20123.995%20165%2095C165%2066.0051%20141.495%2042.5%20112.5%2042.5C83.5051%2042.5%2060%2066.0051%2060%2095C60%20123.995%2083.5051%20147.5%20112.5%20147.5Z%22%20fill%3D%22%23FF0420%22%20fill-opacity%3D%220.4%22%2F%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M85.7248%20115.443C84.1003%20115.443%2082.5918%20115.224%2081.1994%20114.786C79.807%20114.348%2078.6334%20113.692%2077.6796%20112.818C76.7256%20111.943%2076.0422%20110.849%2075.6297%20109.536C75.2429%20108.224%2075.1913%20106.693%2075.4749%20104.943C75.6813%20103.836%2075.9004%20102.729%2076.1325%20101.623C76.3903%20100.516%2076.6482%2099.3969%2076.9061%2098.2642C77.757%2094.79%2079.2909%2092.1518%2081.5088%2090.3506C83.7268%2088.5495%2086.7172%2087.6484%2090.4823%2087.6484C92.1068%2087.6484%2093.6021%2087.8801%2094.9691%2088.3433C96.3615%2088.7811%2097.5351%2089.4496%2098.4888%2090.3506C99.469%2091.2517%20100.152%2092.358%20100.539%2093.6705C100.951%2094.983%20101.003%2096.5139%20100.694%2098.2642C100.513%2099.3969%20100.294%20100.516%20100.036%20101.623C99.8039%20102.729%2099.5586%20103.836%2099.3011%20104.943C98.4247%20108.469%2096.8776%20111.106%2094.6596%20112.856C92.4417%20114.58%2089.4634%20115.443%2085.7248%20115.443ZM86.2277%20109.884C87.6201%20109.884%2088.8446%20109.472%2089.9021%20108.648C90.9597%20107.825%2091.7068%20106.512%2092.1455%20104.711C92.4295%20103.578%2092.6738%20102.511%2092.8804%20101.507C93.1125%20100.503%2093.3191%2099.4609%2093.4993%2098.3801C93.8341%2096.5789%2093.6794%2095.2664%2093.0351%2094.4426C92.3908%2093.6187%2091.3719%2093.2073%2089.9795%2093.2073C88.5871%2093.2073%2087.3626%2093.6187%2086.305%2094.4426C85.2739%2095.2664%2084.539%2096.5789%2084.1003%2098.3801C83.8163%2099.4609%2083.5588%20100.503%2083.3267%20101.507C83.1201%20102.511%2082.9145%20103.578%2082.7079%20104.711C82.3985%20106.512%2082.5532%20107.825%2083.172%20108.648C83.7909%20109.472%2084.8098%20109.884%2086.2277%20109.884ZM102.276%20115.057C102.018%20115.057%20101.812%20114.966%20101.657%20114.786C101.503%20114.606%20101.451%20114.375%20101.503%20114.091L106.84%2088.9995C106.891%2088.7161%20107.034%2088.4845%20107.266%2088.3047C107.498%2088.1249%20107.742%2088.0345%20108.001%2088.0345H118.289C119.862%2088.0345%20121.28%2088.2143%20122.544%2088.5749C123.833%2088.9355%20124.903%2089.4882%20125.754%2090.2348C126.605%2090.9815%20127.198%2091.9202%20127.534%2093.0528C127.868%2094.1591%20127.882%2095.4594%20127.572%2096.9517C126.927%2099.911%20125.612%20102.099%20123.627%20103.514C121.667%20104.929%20119.024%20105.637%20115.698%20105.637H110.476L108.697%20114.091C108.645%20114.375%20108.504%20114.606%20108.272%20114.786C108.065%20114.966%20107.82%20115.057%20107.537%20115.057H102.276ZM111.482%20100.31H115.93C116.986%20100.31%20117.928%20100.027%20118.753%2099.4609C119.604%2098.8951%20120.158%2098.0326%20120.417%2096.8745C120.545%2096.2051%20120.571%2095.6138%20120.494%2095.0988C120.417%2094.5838%20120.146%2094.1723%20119.682%2093.8635C119.243%2093.5547%20118.56%2093.4003%20117.632%2093.4003H112.99L111.482%20100.31Z%22%20fill%3D%22white%22%2F%3E%0A%3Cdefs%3E%0A%3Cfilter%20id%3D%22filter0_f_16862_2953%22%20x%3D%2246%22%20y%3D%2228.5%22%20width%3D%22133%22%20height%3D%22133%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%0A%3CfeGaussianBlur%20stdDeviation%3D%227%22%20result%3D%22effect1_foregroundBlur_16862_2953%22%2F%3E%0A%3C%2Ffilter%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A +name: OP Mainnet +description: + text: Community-driven, powering the Superchain with a focus on chain + interoperability. + learnMoreLink: https://l2beat.com/scaling/projects/optimism +tvlId: Optimism +networkType: Optimistic Rollup +stack: OP Stack +getLinks: + tokenName: stETH + bridgeLink: https://superbridge.app/optimism/stETH +tooltipLinks: + snapshotVoteLink: https://snapshot.org/#/lido-snapshot.eth/proposal/0xb1a3c33a4911712770c351504bac0499611ceb0faff248eacb1e96354f8e21e8 + deployedAddressesLink: "{{ethereum_docs_url}}/deployed-contracts/#op%20mainnet" +ecosystemProjects: + - 11d170f5-e33e-4600-b2c2-7473565da266 + - 1dfa124e-f1e1-41fc-b908-5b7f995da7c3 + - 36b392b4-918e-417a-9bb8-6a81be8b0f81 +ecosystemFilters: + network: 3d9490b7-ed74-460c-a829-049bf6807793 + tokens: + - 62d6e448-346b-4d71-9688-6a043d5c25ee + - 3a647da0-c0d8-4ebd-abce-bac0390880f4 +feature: true +--- diff --git a/lido-landing/multichain/projects/c0e786f8-d086-48db-9c40-4a7673ad7c67.md b/lido-landing/multichain/projects/c0e786f8-d086-48db-9c40-4a7673ad7c67.md new file mode 100644 index 0000000..2b3e989 --- /dev/null +++ b/lido-landing/multichain/projects/c0e786f8-d086-48db-9c40-4a7673ad7c67.md @@ -0,0 +1,18 @@ +--- +id: c0e786f8-d086-48db-9c40-4a7673ad7c67 +logo: data:image/svg+xml,%3Csvg%20width%3D%22180%22%20height%3D%22180%22%20viewBox%3D%220%200%20180%20180%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_16787_142082)%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M35%2090.0027C35%2059.6248%2059.6254%2035%2089.9987%2035C120.377%2035%20145.003%2059.6248%20145%2090C145%20100.759%20141.91%20110.796%20136.571%20119.271C135.099%20121.606%20133.459%20123.823%20131.662%20125.906L90.0719%2084.3173L54.308%20120.077L48.4033%20125.982C46.6011%20123.904%2044.9557%20121.69%2043.4836%20119.358C38.1093%20110.866%2035%20100.797%2035%2090.0027ZM130.265%20111.435L130.769%20110.428L130.772%20110.43C133.927%20104.136%20135.594%2097.0709%20135.594%2090.0027C135.594%2064.8638%20115.141%2044.4116%2090.0014%2044.4116C64.8618%2044.4116%2044.4118%2064.8638%2044.4118%2090.0027C44.4118%2097.1087%2046.095%20104.204%2049.28%20110.523L49.7862%20111.524L90.0719%2071.239L130.265%20111.435ZM90.0008%20145C103.694%20145%20116.22%20139.996%20125.849%20131.716V131.713L90.0737%2095.9397L54.2316%20131.778C63.8464%20140.024%2076.308%20145%2090.0008%20145Z%22%20fill%3D%22url(%23paint0_linear_16787_142082)%22%2F%3E%0A%3Cg%20filter%3D%22url(%23filter0_f_16787_142082)%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M35%2080.0027C35%2049.6248%2059.6254%2025%2089.9987%2025C120.377%2025%20145.003%2049.6248%20145%2080C145%2090.7592%20141.91%20100.796%20136.571%20109.271C135.099%20111.606%20133.459%20113.823%20131.662%20115.906L90.0719%2074.3173L54.308%20110.077L48.4033%20115.982C46.6011%20113.904%2044.9557%20111.69%2043.4836%20109.358C38.1093%20100.866%2035%2090.7971%2035%2080.0027ZM130.265%20101.435L130.769%20100.428L130.772%20100.43C133.927%2094.1362%20135.594%2087.0709%20135.594%2080.0027C135.594%2054.8638%20115.141%2034.4116%2090.0014%2034.4116C64.8618%2034.4116%2044.4118%2054.8638%2044.4118%2080.0027C44.4118%2087.1087%2046.095%2094.2039%2049.28%20100.523L49.7862%20101.524L90.0719%2061.239L130.265%20101.435ZM90.0008%20135C103.694%20135%20116.22%20129.996%20125.849%20121.716V121.713L90.0737%2085.9397L54.2316%20121.778C63.8464%20130.024%2076.308%20135%2090.0008%20135Z%22%20fill%3D%22url(%23paint1_linear_16787_142082)%22%20fill-opacity%3D%220.7%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3Cfilter%20id%3D%22filter0_f_16787_142082%22%20x%3D%221%22%20y%3D%22-9%22%20width%3D%22178%22%20height%3D%22178%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%0A%3CfeGaussianBlur%20stdDeviation%3D%2217%22%20result%3D%22effect1_foregroundBlur_16787_142082%22%2F%3E%0A%3C%2Ffilter%3E%0A%3ClinearGradient%20id%3D%22paint0_linear_16787_142082%22%20x1%3D%2290%22%20y1%3D%2235%22%20x2%3D%2290.1623%22%20y2%3D%22145%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20stop-color%3D%22%23169E00%22%2F%3E%0A%3Cstop%20offset%3D%220.49%22%20stop-color%3D%22%2300C537%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2300B1C9%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3ClinearGradient%20id%3D%22paint1_linear_16787_142082%22%20x1%3D%2290%22%20y1%3D%2225%22%20x2%3D%2290.1623%22%20y2%3D%22135%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20stop-color%3D%22%23169E00%22%2F%3E%0A%3Cstop%20offset%3D%220.49%22%20stop-color%3D%22%2300C537%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2300B1C9%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3CclipPath%20id%3D%22clip0_16787_142082%22%3E%0A%3Crect%20width%3D%22180%22%20height%3D%22180%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A +name: Zircuit +description: + text: A ZK Rollup network with AI-enabled sequencer protection. + learnMoreLink: https://l2beat.com/scaling/projects/zircuit +tvlId: Zircuit +networkType: Optimistic Rollup +stack: OP Stack +getLinks: + bridgeLink: https://bridge.zircuit.com/ + tokenName: wstETH +tooltipLinks: + snapshotVoteLink: https://snapshot.org/#/lido-snapshot.eth/proposal/0xac55c2cd8610c3b72cb769cec6b97891b5880f2f1f458eda2eb17218332cef6f + deployedAddressesLink: "{{ethereum_docs_url}}/deployed-contracts/#zircuit" +feature: false +--- diff --git a/lido-landing/multichain/projects/d496a05a-d2f5-4730-8b5f-238feb6ec4aa.md b/lido-landing/multichain/projects/d496a05a-d2f5-4730-8b5f-238feb6ec4aa.md new file mode 100644 index 0000000..dc0c9a1 --- /dev/null +++ b/lido-landing/multichain/projects/d496a05a-d2f5-4730-8b5f-238feb6ec4aa.md @@ -0,0 +1,27 @@ +--- +id: d496a05a-d2f5-4730-8b5f-238feb6ec4aa +logo: data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20201%20200%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20filter%3D%22url(%23filter0_f_16862_13905)%22%3E%0A%3Cpath%20d%3D%22M110.242%20145C139.289%20145%20162.834%20121.497%20162.834%2092.5C162.834%2063.5032%20139.289%2040%20110.242%2040C82.6854%2040%2060.081%2061.1596%2057.834%2088.0858H127.348V96.9142H57.834C60.081%20123.84%2082.6854%20145%20110.242%20145Z%22%20fill%3D%22%231A3FF5%22%20fill-opacity%3D%220.4%22%2F%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M100.242%20152.5C129.289%20152.5%20152.834%20128.997%20152.834%20100C152.834%2071.0032%20129.289%2047.5%20100.242%2047.5C72.6854%2047.5%2050.081%2068.6596%2047.834%2095.5858H117.348V104.414H47.834C50.081%20131.34%2072.6854%20152.5%20100.242%20152.5Z%22%20fill%3D%22%231A3FF5%22%2F%3E%0A%3Cdefs%3E%0A%3Cfilter%20id%3D%22filter0_f_16862_13905%22%20x%3D%2247.834%22%20y%3D%2230%22%20width%3D%22125%22%20height%3D%22125%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%0A%3CfeGaussianBlur%20stdDeviation%3D%225%22%20result%3D%22effect1_foregroundBlur_16862_13905%22%2F%3E%0A%3C%2Ffilter%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A +name: Base +description: + text: Coinbase’s chain, a part of Superchain, offering mainstream accessibility + and easy integration for all users. + learnMoreLink: https://l2beat.com/scaling/projects/base +tvlId: Base +networkType: Optimistic Rollup +stack: OP Stack +getLinks: + tokenName: wstETH + bridgeLink: https://superbridge.app/base/wstETH +tooltipLinks: + snapshotVoteLink: https://snapshot.org/#/lido-snapshot.eth/proposal/0x8b35f64fffe67f67d4aeb2de2f3351404c54cd75a08277c035fa77065b6792f4 + deployedAddressesLink: "{{ethereum_docs_url}}/deployed-contracts/#base" +ecosystemProjects: + - 3e107cf0-b41f-44b8-adcd-60ea95cb4a8d + - 1dfa124e-f1e1-41fc-b908-5b7f995da7c3 + - 62b5e9f8-5ae1-416e-87ba-a3f8befbb6fd +ecosystemFilters: + network: f23a1f8a-1553-4d9c-abcc-574594210650 + tokens: + - 3a647da0-c0d8-4ebd-abce-bac0390880f4 +feature: false +--- diff --git a/lido-landing/multichain/projects/f2bb9501-d997-468e-b411-b6bbee25a8aa.md b/lido-landing/multichain/projects/f2bb9501-d997-468e-b411-b6bbee25a8aa.md new file mode 100644 index 0000000..5685ea7 --- /dev/null +++ b/lido-landing/multichain/projects/f2bb9501-d997-468e-b411-b6bbee25a8aa.md @@ -0,0 +1,26 @@ +--- +id: f2bb9501-d997-468e-b411-b6bbee25a8aa +logo: data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20200%20200%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20filter%3D%22url(%23filter0_f_16862_3102)%22%3E%0A%3Cpath%20d%3D%22M143.203%20137.173H62.5V55.7656H80.9673V121.406H143.203V137.173Z%22%20fill%3D%22%2384DCFB%22%2F%3E%0A%3Cpath%20d%3D%22M143.201%2071.5338C152.301%2071.5338%20159.672%2064.4773%20159.672%2055.7669C159.672%2047.0565%20152.301%2040%20143.201%2040C134.102%2040%20126.73%2047.0565%20126.73%2055.7669C126.73%2064.4773%20134.102%2071.5338%20143.201%2071.5338Z%22%20fill%3D%22%2384DCFB%22%2F%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M132.279%20144.997H51.5762V63.5898H70.0435V129.23H132.279V144.997Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M132.277%2079.358C141.377%2079.358%20148.748%2072.3015%20148.748%2063.5911C148.748%2054.8807%20141.377%2047.8242%20132.277%2047.8242C123.178%2047.8242%20115.807%2054.8807%20115.807%2063.5911C115.807%2072.3015%20123.178%2079.358%20132.277%2079.358Z%22%20fill%3D%22black%22%2F%3E%0A%3Cdefs%3E%0A%3Cfilter%20id%3D%22filter0_f_16862_3102%22%20x%3D%2252.5%22%20y%3D%2230%22%20width%3D%22117.172%22%20height%3D%22117.172%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%0A%3CfeGaussianBlur%20stdDeviation%3D%225%22%20result%3D%22effect1_foregroundBlur_16862_3102%22%2F%3E%0A%3C%2Ffilter%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A +name: Linea +description: + text: Backed by Consensys with MetaMask integration, providing fast finality for + EVM dApps. + learnMoreLink: https://l2beat.com/scaling/projects/linea +tvlId: Linea +networkType: ZK Rollup +stack: Consensys ZK Stack +getLinks: + bridgeLink: https://bridge.linea.build/ + tokenName: wstETH +tooltipLinks: + snapshotVoteLink: https://snapshot.org/#/lido-snapshot.eth/proposal/0x9382624eeee68a175dd7d1438347dbad4899ba0d2bfcf7c3955f087cb9f5cfc4 + deployedAddressesLink: "{{ethereum_docs_url}}/deployed-contracts/#linea" +ecosystemProjects: + - 54662669-ff2c-4489-bbe1-048d3fcfa1c0 + - a513b5a8-6b08-4658-83eb-38ba83017ed9 +ecosystemFilters: + network: 5aab21ea-a68a-4666-8188-98d71cea1a46 + tokens: + - 3a647da0-c0d8-4ebd-abce-bac0390880f4 +feature: false +--- diff --git a/lido-landing/multichain/projects/f6e3f6bc-2058-4877-9ad4-c82a918ccf56.md b/lido-landing/multichain/projects/f6e3f6bc-2058-4877-9ad4-c82a918ccf56.md new file mode 100644 index 0000000..87b285b --- /dev/null +++ b/lido-landing/multichain/projects/f6e3f6bc-2058-4877-9ad4-c82a918ccf56.md @@ -0,0 +1,27 @@ +--- +id: f6e3f6bc-2058-4877-9ad4-c82a918ccf56 +logo: data:image/svg+xml,%3Csvg%20width%3D%22201%22%20height%3D%22200%22%20viewBox%3D%220%200%20201%20200%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M101.579%2042.5C132.646%2042.5%20157.827%2067.6818%20157.827%2098.75C157.827%20129.818%20132.646%20155%20101.579%20155C70.5127%20155%2045.332%20129.818%2045.332%2098.75C45.332%2067.6818%2070.5127%2042.5%20101.579%2042.5Z%22%20fill%3D%22%23F0B90B%22%2F%3E%0A%3Cg%20opacity%3D%220.6%22%20filter%3D%22url(%23filter0_f_16862_1671)%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M109.079%2040C140.146%2040%20165.327%2065.1818%20165.327%2096.25C165.327%20127.318%20140.146%20152.5%20109.079%20152.5C78.0127%20152.5%2052.832%20127.318%2052.832%2096.25C52.832%2065.1818%2078.0127%2040%20109.079%2040Z%22%20fill%3D%22%23F0B90B%22%2F%3E%0A%3C%2Fg%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M121.635%2095.6689L121.594%2086.9609H121.626L114.23%2082.607L101.556%2090.0799L88.959%2082.607L81.5675%2086.9609V95.6689L94.2412%20103.106V118.016L101.601%20122.329L108.961%20118.016V103.106L121.635%2095.6689ZM101.561%2060.3008L81.563%2072.0916L88.9229%2076.4456L101.561%2068.9727L114.234%2076.4456L121.594%2072.0916L101.561%2060.3008ZM76.2853%20113.625L76.2447%2098.7516L68.8893%2094.4021V118.02L88.9229%20129.77V121.062L76.2853%20113.625ZM76.2447%2092.5452V83.8778L83.6407%2079.5238L76.2447%2075.1699L68.8848%2079.5238V88.1912L76.2447%2092.5452ZM101.561%2075.1699L94.2006%2079.5238L101.561%2083.8778L108.957%2079.5238L101.561%2075.1699ZM88.9229%20106.188L81.563%20101.835V110.542L88.9229%20114.856V106.188ZM101.561%20128.535L94.2006%20124.181V132.849L101.561%20137.203L108.957%20132.849V124.181L101.561%20128.535ZM126.872%2075.1699L119.512%2079.5238L126.872%2083.8778V92.5452L134.268%2088.1912V79.5238L126.872%2075.1699ZM134.272%2094.3976L126.912%2098.7516L126.872%20113.625L114.239%20121.058V129.766L134.272%20118.015V94.3976ZM121.594%20110.543L114.234%20114.856V106.189L121.594%20101.835V110.543Z%22%20fill%3D%22white%22%2F%3E%0A%3Cdefs%3E%0A%3Cfilter%20id%3D%22filter0_f_16862_1671%22%20x%3D%2242.832%22%20y%3D%2230%22%20width%3D%22132.494%22%20height%3D%22132.5%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%0A%3CfeGaussianBlur%20stdDeviation%3D%225%22%20result%3D%22effect1_foregroundBlur_16862_1671%22%2F%3E%0A%3C%2Ffilter%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A +name: BNB Chain +description: + text: Fast, low-cost transactions, ideal for DeFi, offering a Binance ecosystem + alternative to Ethereum. + learnMoreLink: https://docs.bnbchain.org/bnb-smart-chain/overview/ +tvlId: BNB Chain +networkType: EVM-compatible L1 +stack: BSC Stack +getLinks: + bridgeLink: https://portalbridge.com/ + tokenName: wstETH +tooltipLinks: + snapshotVoteLink: https://snapshot.org/#/lido-snapshot.eth/proposal/0xcc52cdc83273b42a056cfc632889355595821a2cc9a59ba8adff66b30e9718f9 + deployedAddressesLink: "{{ethereum_docs_url}}/deployed-contracts/#binance-smart-chain-bsc" +ecosystemProjects: + - 1ccebe52-7eaf-4a2b-ab11-9cd19245757b + - bdb2e1fd-19f5-4d82-8656-60d309d92126 + - 1dfa124e-f1e1-41fc-b908-5b7f995da7c3 +ecosystemFilters: + network: 6d3159e0-0362-4a60-ab98-e5f16985d2f3 + tokens: + - 3a647da0-c0d8-4ebd-abce-bac0390880f4 +feature: false +--- From 8bb96949754f33a94b00b964474d7d845ce975f0 Mon Sep 17 00:00:00 2001 From: Slavik191 Date: Wed, 4 Dec 2024 12:08:28 +0100 Subject: [PATCH 2/2] feat: worflows updated --- .github/workflows/deploy.yml | 4 ++++ scripts/build.sh | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e6f66fb..e2c504a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,6 +41,10 @@ jobs: run: | ./scripts/combine.sh lido-landing/steth-in-defi/projects/ + - name: Build combined files (Multichain) + run: | + ./scripts/combine.sh lido-landing/multichain/projects/ + - name: Setup Pages uses: actions/configure-pages@v3 diff --git a/scripts/build.sh b/scripts/build.sh index fa9804a..5fb60ad 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -2,4 +2,5 @@ ./scripts/combine.sh lido-landing/ecosystem/projects/ ./scripts/combine.sh lido-landing/validators/projects/ -./scripts/combine.sh lido-landing/steth-in-defi/projects/ \ No newline at end of file +./scripts/combine.sh lido-landing/steth-in-defi/projects/ +./scripts/combine.sh lido-landing/multichain/projects/ \ No newline at end of file