-
Notifications
You must be signed in to change notification settings - Fork 619
Joe - Adding Chain claim updates #5534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,6 +15,15 @@ import baseBanner from "./temp-assets/base-banner.jpeg"; | |
| import superchainCTABG from "./temp-assets/cta-bg-superchain.png"; | ||
| import xaiCTABg from "./temp-assets/cta-bg-xai-connect.png"; | ||
| import thirdwebCTA from "./temp-assets/cta-thirdweb.png"; | ||
| import etherlinkBanner from "./temp-assets/etherlinkBanner.png"; | ||
| import etherlinkCTA from "./temp-assets/etherlinkCTA.png"; | ||
| import hashfireBanner from "./temp-assets/hashfireBanner.png"; | ||
| import hashfireCTA from "./temp-assets/hashfireCTA.png"; | ||
| import laosBanner from "./temp-assets/laosBanner.jpg"; | ||
| import laosCTA from "./temp-assets/laosCTA.jpg"; | ||
| import liskBanner from "./temp-assets/liskBanner.png"; | ||
| import liskCTA from "./temp-assets/liskCTA.png"; | ||
|
|
||
| import lumiaCTA from "./temp-assets/lumia-cta.png"; | ||
| import lumiaBanner from "./temp-assets/lumiaBanner.png"; | ||
| import mantleBanner from "./temp-assets/mantle.png"; | ||
|
|
@@ -292,6 +301,30 @@ const chainMetaRecord = { | |
| cta: OP_CTA, | ||
| gasSponsored: true, | ||
| }, | ||
| //Etherlink Testnet | ||
| 128123: { | ||
| headerImgUrl: etherlinkBanner.src, | ||
| about: | ||
| "Etherlink is powered by a Smart Rollup, an enshrined, optimistic rollup technology implemented by Tezos. Smoothly deploy any EVM codebase enabling seamless interaction across interoperable chains with subsecond block times and (nearly) free transactions.", | ||
| cta: { | ||
| backgroundImageUrl: etherlinkCTA.src, | ||
| title: "The fast, fair and (nearly) free L2", | ||
| buttonLink: "https://www.etherlink.com", | ||
| buttonText: "Learn More", | ||
| }, | ||
| }, | ||
| //Etherlink mainnet | ||
| 42793: { | ||
| headerImgUrl: etherlinkBanner.src, | ||
| about: | ||
| "Etherlink is powered by a Smart Rollup, an enshrined, optimistic rollup technology implemented by Tezos. Smoothly deploy any EVM codebase enabling seamless interaction across interoperable chains with subsecond block times and (nearly) free transactions.", | ||
| cta: { | ||
| backgroundImageUrl: etherlinkBanner.src, | ||
| title: "The fast, fair and (nearly) free L2", | ||
| buttonLink: "https://www.etherlink.com", | ||
| buttonText: "Learn More", | ||
| }, | ||
| }, | ||
| //Fuse | ||
| 122: { | ||
| headerImgUrl: thirdwebBanner.src, | ||
|
|
@@ -316,6 +349,55 @@ const chainMetaRecord = { | |
| buttonText: "Learn more", | ||
| }, | ||
| }, | ||
| //Hashfire | ||
| 4227: { | ||
| headerImgUrl: hashfireBanner.src, | ||
| about: | ||
| "Imagine a world where every agreement is dynamic, verified, and automated. This is Hashfire—a platform that transforms how agreements are managed by leveraging blockchain technology to provide unparalleled security, automation, and transparency. With Hashfire, signing a document activates a powerful chain of actions, ensuring that agreements are secure, automated, and continuously verified.", | ||
| cta: { | ||
| backgroundImageUrl: hashfireCTA.src, | ||
| title: | ||
| "Transform contracts into secure, maximally enforceable agreements", | ||
| buttonLink: "https://www.hashfire.xyz/", | ||
| buttonText: "Learn more", | ||
| }, | ||
| }, | ||
| //LAOS Mainnet | ||
| 6283: { | ||
| headerImgUrl: laosBanner.src, | ||
| about: | ||
| "LAOS is the first Layer 1 protocol connected without bridges to Ethereum, Polygon and other EVM-compatible chains, capable of offloading more than 20% of all their transactions. It enables unlimited NFT minting on these networks at lower costs, bypassing native gas fees. This approach eliminates the need for bridges or wrapped currencies while maintaining compatibility with existing DApps", | ||
| cta: { | ||
| backgroundImageUrl: laosCTA.src, | ||
| title: "Mint NFTs at Scale on any EVM Chain with LAOS", | ||
| buttonLink: "https://laosnetwork.io/build", | ||
| buttonText: "Learn more", | ||
| }, | ||
| }, | ||
| //Lisk Testnet | ||
| 4202: { | ||
| headerImgUrl: liskBanner.src, | ||
| about: | ||
| "Lisk is focused on serving builders in high-growth markets like Africa and Southeast Asia. When you build on Lisk, you become part of the strongest Ethereum collective, alongside Coinbase, Sony, World, Kraken and Uniswap -- the OP Superchain.", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The Spotted by Graphite Reviewer |
||
| cta: { | ||
| backgroundImageUrl: liskCTA.src, | ||
| title: "Ready to reshape the world?", | ||
| buttonLink: "https://lisk.com", | ||
| buttonText: "Learn more", | ||
| }, | ||
| }, | ||
| //Lisk Mainnet | ||
| 1135: { | ||
| headerImgUrl: liskBanner.src, | ||
| about: | ||
| "Lisk is focused on serving builders in high-growth markets like Africa and Southeast Asia. When you build on Lisk, you become part of the strongest Ethereum collective, alongside Coinbase, Sony, World, Kraken and Uniswap -- the OP Superchain.", | ||
| cta: { | ||
| backgroundImageUrl: liskCTA.src, | ||
| title: "Ready to reshape the world?", | ||
| buttonLink: "https://lisk.com", | ||
| buttonText: "Learn more", | ||
| }, | ||
| }, | ||
| //0G-Newton-Testnet | ||
| 16600: { | ||
| headerImgUrl: zeroGBanner.src, | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.