Skip to content
Merged
Show file tree
Hide file tree
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 @@ -220,7 +220,7 @@ export function SendTestTransaction(props: {
</Select>
</div>
<div className="flex flex-1 flex-col gap-2">
<p className="text-sm">Network</p>
<p className="text-sm">Select Testnet</p>
<SingleNetworkSelector
className="bg-background"
chainIds={chainsQuery.allChains
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,9 @@ export const PlatformFeeFieldset: React.FC<PlatformFeeFieldsetProps> = ({
<Link
target="_blank"
className="text-blue-500 underline"
href={
"https://blog.thirdweb.com/mint-fees-for-contract-deployments-update/"
}
href={"https://thirdweb.com/pricing"}
>
Read more.
See fee breakdown on pricing page.
</Link>
</p>
) : (
Expand All @@ -94,11 +92,9 @@ export const PlatformFeeFieldset: React.FC<PlatformFeeFieldsetProps> = ({
<Link
target="_blank"
className="text-blue-500 underline"
href={
"https://blog.thirdweb.com/mint-fees-for-contract-deployments-update/"
}
href={"https://thirdweb.com/pricing"}
>
Read more.
See fee breakdown on pricing page.
</Link>
</p>
)}
Expand Down
Loading