File tree Expand file tree Collapse file tree 8 files changed +17
-43
lines changed Expand file tree Collapse file tree 8 files changed +17
-43
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ export const SmartWalletsBillingAlert = (props: { teamSlug: string }) => {
66 return (
77 < Alert variant = "warning" >
88 < CircleAlertIcon className = "size-5" />
9- < AlertTitle > Account Abstraction on Mainnet</ AlertTitle >
9+ < AlertTitle > Gas Sponsorship on Mainnet</ AlertTitle >
1010 < AlertDescription >
11- To enable AA on mainnet chains,{ " " }
11+ To enable Gas Sponsorship on mainnet chains,{ " " }
1212 < UnderlineLink href = { `/team/${ props . teamSlug } /~/billing` } >
1313 subscribe to a billing plan.
1414 </ UnderlineLink >
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import {
1414 TableHeader ,
1515 TableRow ,
1616} from "@/components/ui/table" ;
17- import { UnderlineLink } from "@/components/ui/UnderlineLink" ;
1817
1918export function DefaultFactoriesSection ( ) {
2019 const data = [
@@ -38,13 +37,6 @@ export function DefaultFactoriesSection() {
3837 </ h3 >
3938 < p className = "text-muted-foreground text-sm" >
4039 Ready to use account factories that are pre-deployed on each chain.{ " " }
41- < UnderlineLink
42- href = "https://playground.thirdweb.com/connect/account-abstraction/connect"
43- rel = "noopener noreferrer"
44- target = "_blank"
45- >
46- Learn how to use these in your apps
47- </ UnderlineLink >
4840 </ p >
4941 </ div >
5042
Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ export function AccountAbstractionSettingsPage(
371371 of the{ " " }
372372 < UnderlineLink
373373 className = "text-primary-500"
374- href = "https://portal. thirdweb.com/wallets/smart-wallet/infrastructure#supported-chains "
374+ href = "https://thirdweb.com/chainlist?service=account-abstraction "
375375 rel = "noopener noreferrer"
376376 target = "_blank"
377377 >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export function TransactionsAnalytics(props: {
4242
4343 return (
4444 < div className = "flex flex-col gap-6" >
45- < div className = "flex justify-end " >
45+ < div className = "flex justify-start " >
4646 < div className = "no-scrollbar flex items-center gap-3 max-sm:overflow-auto" >
4747 < DateRangeSelector
4848 popoverAlign = "end"
Original file line number Diff line number Diff line change 1+ import { UnderlineLink } from "@workspace/ui/components/UnderlineLink" ;
12import { InfoIcon } from "lucide-react" ;
23import Link from "next/link" ;
34import type { Project } from "@/api/project/projects" ;
@@ -53,15 +54,20 @@ export function KeyManagement({
5354 { isManagedVault && (
5455 < div className = "flex flex-col gap-6 overflow-hidden rounded-lg border border-border bg-card" >
5556 < div className = "flex flex-col p-6" >
56- < h2 className = "font-semibold text-xl tracking-tight" >
57+ < h2 className = "font-semibold text-xl tracking-tight mb-1 " >
5758 Managed Vault
5859 </ h2 >
59- < p className = "text-muted-foreground text-sm" >
60- Your vault is currently managed by Thirdweb so you can access it
61- via you project secret key. You can eject and manage your own
62- vault keys at any time. Doing so means you'll need to pass your
63- own vault access token to the transactions API additionally to
64- your project secret key.
60+ < p className = "text-muted-foreground text-sm max-w-3xl" >
61+ If you choose to eject and manage your own vault keys, you'll need
62+ to provide your vault access token alongside your project secret
63+ key when using the Transactions API.{ " " }
64+ < UnderlineLink
65+ href = "https://portal.thirdweb.com/vault"
66+ target = "_blank"
67+ rel = "noopener noreferrer"
68+ >
69+ Learn more about Vault
70+ </ UnderlineLink >
6571 </ p >
6672 < div className = "h-4" />
6773 < div className = "flex flex-col gap-3 lg:flex-row lg:items-center" >
Original file line number Diff line number Diff line change @@ -45,14 +45,6 @@ export default async function Layout(props: {
4545 type : "docs" ,
4646 href : "https://portal.thirdweb.com/wallets/server" ,
4747 } ,
48- {
49- type : "playground" ,
50- href : "https://playground.thirdweb.com/wallets/in-app-wallet" ,
51- } ,
52- {
53- type : "api" ,
54- href : "https://api.thirdweb.com/reference#tag/wallets" ,
55- } ,
5648 ] ,
5749 } }
5850 tabs = { [
Original file line number Diff line number Diff line change @@ -45,14 +45,6 @@ export default async function Layout(props: {
4545 type : "docs" ,
4646 href : "https://portal.thirdweb.com/transactions/sponsor" ,
4747 } ,
48- {
49- type : "playground" ,
50- href : "https://playground.thirdweb.com/wallets/in-app-wallet" ,
51- } ,
52- {
53- type : "api" ,
54- href : "https://api.thirdweb.com/reference#tag/wallets" ,
55- } ,
5648 ] ,
5749 } }
5850 tabs = { [
Original file line number Diff line number Diff line change @@ -45,14 +45,6 @@ export default async function Layout(props: {
4545 type : "docs" ,
4646 href : "https://portal.thirdweb.com/wallets/users" ,
4747 } ,
48- {
49- type : "playground" ,
50- href : "https://playground.thirdweb.com/wallets/in-app-wallet" ,
51- } ,
52- {
53- type : "api" ,
54- href : "https://api.thirdweb.com/reference#tag/wallets" ,
55- } ,
5648 ] ,
5749 } }
5850 tabs = { [
You can’t perform that action at this time.
0 commit comments