Skip to content

Commit

Permalink
fix: link in _call-request-params.md (#185)
Browse files Browse the repository at this point in the history
Fix broken link, nuxt linking requires a `/` at the beginning of the URL
to indicate an absolute link. Otherwise it is treated as a relative
link.
  • Loading branch information
itsacoyote committed Aug 15, 2024
1 parent e2bf4d5 commit df13339
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ title: CallRequest Params
- **transaction_type**: QUANTITY, 8 bytes - Type of the transaction.
- **access_list**: AccessList - EIP-2930 access list.
- **customData**: OBJECT - Extra parameters for
[EIP712 transactions](zk-stack/concepts/transaction-lifecycle#eip-712-0x71), like `paymasterParams` or `customSignature`.
[EIP712 transactions](/zk-stack/concepts/transaction-lifecycle#eip-712-0x71), like `paymasterParams` or `customSignature`.
::

0 comments on commit df13339

Please sign in to comment.