Skip to content

Commit

Permalink
Merge pull request #906 from ensdomains/ensv2
Browse files Browse the repository at this point in the history
1670
  • Loading branch information
sugh01 authored Nov 22, 2024
2 parents bc42d4f + 1df6db6 commit 97b4a28
Show file tree
Hide file tree
Showing 14 changed files with 671 additions and 92 deletions.
2 changes: 2 additions & 0 deletions knip.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ const config: KnipConfig = {
'src/utils/query/match/matchExactOrNullParamItem.test-d.ts',
'src/utils/query/match/matchQueryKeyMeta.test-d.ts',
'src/utils/query/match/queryKeyToInternalParams.test-d.ts',
// Will need later
'src/components/pages/migrate/Carousel.tsx',
],
}

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"@noble/hashes": "^1.3.2",
"@rainbow-me/rainbowkit": "2.1.2",
"@sentry/nextjs": "7.43.x",
"@splidejs/react-splide": "^0.7.12",
"@svgr/webpack": "^8.1.0",
"@tanstack/query-persist-client-core": "5.22.2",
"@tanstack/query-sync-storage-persister": "5.22.2",
Expand Down
119 changes: 28 additions & 91 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

61 changes: 61 additions & 0 deletions public/locales/en/ensv2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"title": "Namechain is a Layer 2 designed for onchain identity",
"caption": "Built for everyone tired of addresses, numbers, and complexity. Namechain lets users and developers create onchain identities through the power of names, not numbers.",
"accessible": {
"title": "Making ENS accessible to more people",
"caption": "We're taking our knowledge from the last 7 years at the frontier of web3 naming to re-envision the architecture from the ground up on L2 By utilizing L2s, we're excited to make ENS more accessible to a wider range of users.",
"link": "ENSv2 Project Plan",
"gas": {
"title": "Lower Gas Costs",
"text": "Layer 2 reduces gas fees, making .eth registrations and renewals cheaper and faster."
},
"control": {
"title": "Enhanced Control",
"text": "ENSv2 gives each .eth name its own registry, offering more flexibility and control."
},
"multichain": {
"title": "Improved Multi-Chain",
"text": "Layer 2 enables seamless .eth name use across blockchains with trustless connections."
}
},
"learn-more": {
"title": "Want to learn more?",
"caption": "If you’re interested in learning more and building on Namechain, join the ENS Developer Telegram.",
"button": "Developer Telegram"
},
"announcement": {
"title": "Announcements",
"l2": {
"title": "L2 partner announcement",
"caption": "We’re announced that we’re partnering with _____! Watch Nick’s ___ presentation to see the full announcement."
},
"ensv2": {
"title": "ENSv2: An Update on our Progress",
"caption": "This update aims to be informative and slightly technical, allowing you, the ENS community, to stay connected with our progress."
},
"nextgen": {
"title": "ENSv2: The Next Generation of ENS",
"caption": "Our vision for the next iterations of the ENS protocol, on L2."
}
},
"footer": {
"title": "Got questions?",
"learn": {
"title": "Learn",
"faq": "ENSv2 FAQs",
"plan": "ENSv2 Project Plan",
"base": "Knowledge base"
},
"support": {
"title": "Support",
"ticket": "Open a ticket",
"twitter": "X (Twitter)",
"dao": "DAO forums"
}
},
"banner": {
"title": "Namechain is coming!",
"caption": "Keep up with ENSv2 development",
"cta": "ENSv2 hub"
}
}
Binary file added public/migrate/confetti.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 97b4a28

Please sign in to comment.