Skip to content

Commit

Permalink
chore: update link to nonce info
Browse files Browse the repository at this point in the history
currently links to unreachable webpage on hiro.so
  • Loading branch information
314159265359879 authored and kyranjamie committed Mar 19, 2024
1 parent b0eb524 commit 291f9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/features/edit-nonce-drawer/edit-nonce-drawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { Link } from '@app/ui/components/link/link';

import { EditNonceForm } from './components/edit-nonce-form';

const url = 'https://www.hiro.so/questions/transactions-advanced-settings';
const url = 'https://leather.gitbook.io/guides/transactions/nonces';

function CustomFeeMessaging() {
return (
Expand Down

0 comments on commit 291f9dd

Please sign in to comment.