Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -272,14 +272,14 @@ export function AccountAbstractionSettingsPage(
>
<FormControl>
<Flex flexDir="column" gap={4}>
<div className="flex flex-row items-center justify-between">
<div className="flex flex-row items-center justify-between gap-6 lg:gap-12">
<div>
<FormLabel pointerEvents="none">Global spend limits</FormLabel>
<Text>
Maximum gas cost (in USD) that you want to sponsor. This
applies for the duration of the billing period (monthly). Once
this limit is reached, your users will have to fund their own
gas costs.
Maximum gas cost (in USD) that you want to sponsor. <br />{" "}
This applies for the duration of the billing period (monthly).
Once this limit is reached, your users will have to fund their
own gas costs.
</Text>
</div>

Expand Down Expand Up @@ -308,7 +308,7 @@ export function AccountAbstractionSettingsPage(
}
>
<FormLabel>Spend limit</FormLabel>
<div className="flex flex-row items-center">
<div className="flex flex-row items-center gap-2">
<Input
w="xs"
placeholder="Enter an amount"
Expand Down Expand Up @@ -343,14 +343,14 @@ export function AccountAbstractionSettingsPage(
}
>
<Flex flexDir="column" gap={4}>
<div className="flex flex-row items-center justify-between">
<div className="flex flex-row items-center justify-between gap-6 lg:gap-12">
<div>
<FormLabel pointerEvents="none">
Restrict to specific chains
</FormLabel>
<Text>
Only sponsor transactions on the specified chains. By default,
transactions can be sponsored on any of the{" "}
Only sponsor transactions on the specified chains. <br /> By
default, transactions can be sponsored on any of the{" "}
<TrackedLink
color="primary.500"
isExternal
Expand Down Expand Up @@ -399,7 +399,7 @@ export function AccountAbstractionSettingsPage(
}
>
<Flex flexDir="column" gap={4}>
<div className="flex flex-row items-center justify-between">
<div className="flex flex-row items-center justify-between gap-6 lg:gap-12">
<div>
<FormLabel pointerEvents="none">
Restrict to specific contract addresses
Expand Down Expand Up @@ -442,7 +442,7 @@ export function AccountAbstractionSettingsPage(
<Divider />
<FormControl>
<Flex flexDir="column" gap={4}>
<div className="flex flex-row items-center justify-between">
<div className="flex flex-row items-center justify-between gap-6 lg:gap-12">
<div>
<FormLabel pointerEvents="none">
Allowlisted/Blocklisted accounts
Expand Down Expand Up @@ -519,13 +519,14 @@ export function AccountAbstractionSettingsPage(
<Divider />
<FormControl>
<Flex flexDir="column" gap={4}>
<div className="flex flex-row items-center justify-between">
<div className="flex flex-row items-center justify-between gap-6 lg:gap-12">
<div>
<FormLabel pointerEvents="none">Server verifier</FormLabel>
<Text>
Specify your own endpoint that will verify each transaction
and decide whether it should be sponsored or not. This gives
you fine grained control and lets you build your own rules.{" "}
and decide whether it should be sponsored or not. <br /> This
gives you fine grained control and lets you build your own
rules.{" "}
<TrackedLink
category={trackingCategory}
href="https://portal.thirdweb.com/wallets/smart-wallet/sponsorship-rules#setting-up-a-server-verifier"
Expand Down Expand Up @@ -634,7 +635,7 @@ export function AccountAbstractionSettingsPage(
}
>
<Flex flexDir="column" gap={4}>
<div className="flex flex-row items-center justify-between">
<div className="flex flex-row items-center justify-between gap-6 lg:gap-12">
<div>
<FormLabel pointerEvents="none">Admin accounts</FormLabel>
<Text>
Expand Down
Loading