Skip to content

Commit 7e59935

Browse files
add vault portal links
1 parent 9e5d9c0 commit 7e59935

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/cloud/analytics/tx-chart/tx-chart-ui.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,9 @@ function EmptyChartContent(props: {
169169
{props.wallets.length === 0 ? (
170170
<>
171171
<span className="mb-6 text-center text-lg">
172-
Engine requires a {/* TODO (cloud): add a link to the docs */}
172+
Engine requires a{" "}
173173
<Link
174-
href="https://portal.thirdweb.com/engine/vault"
174+
href="https://portal.thirdweb.com/vault"
175175
target="_blank"
176176
className="underline"
177177
>

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/cloud/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function TransactionsLayout(props: {
6060
</div>
6161
</div>
6262
<Link href={`${engineBaseSlug}/dedicated`}>
63-
<Button variant="outline">Switch to dedicated engines</Button>
63+
<Button variant="outline">View dedicated engines</Button>
6464
</Link>
6565
</div>
6666
</div>

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/cloud/vault/components/key-management.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function KeyManagement({
1818
<p className="text-muted-foreground text-sm">
1919
Secure, non-custodial key management system for your server wallets.{" "}
2020
<Link
21-
href="https://portal.thirdweb.com/engine/vault"
21+
href="https://portal.thirdweb.com/vault"
2222
className="underline"
2323
>
2424
Learn more.
@@ -84,7 +84,7 @@ async function CreateVaultAccountAlert(props: {
8484
Your keys are stored in a hardware enclave, and all requests are
8585
end-to-end encrypted.{" "}
8686
<Link
87-
href="https://portal.thirdweb.com/engine/vault"
87+
href="https://portal.thirdweb.com/vault"
8888
className="underline"
8989
>
9090
Learn more about Vault security model.

packages/thirdweb/src/utils/fetch.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ const THIRDWEB_DOMAINS = [
120120
// dev domains
121121
".thirdweb.dev",
122122
".thirdweb-dev.com",
123-
".chainsaw-dev.zeet.app", // TODO (cloud): remove this once we have a proper domain
124123
] as const;
125124

126125
export const IS_THIRDWEB_URL_CACHE = new LruMap<boolean>(4096);

0 commit comments

Comments
 (0)