Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix links
Browse files Browse the repository at this point in the history
petarTxFusion committed Aug 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 52d9571 commit c2dbef2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/40.java/02.api/02.contract/00.contracts.md
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ based on `EIP-1014` (create2) and extract contract addresses from transaction re

### `computeL2Create2Address`

Compute contract address according [EIP-1014]("https://eips.ethereum.org/EIPS/eip-1014")
Compute contract address according [EIP-1014](https://eips.ethereum.org/EIPS/eip-1014)

#### Inputs

@@ -133,7 +133,7 @@ ContractDeployer.encodeCreate(bytecodeBytes, calldataBytes)

### `encodeCreate2Account`

Encodes the create2 deployment function for a custom account with empty constructor parameters [EIP-4337]("https://eips.ethereum.org/EIPS/eip-4337").
Encodes the create2 deployment function for a custom account with empty constructor parameters [EIP-4337](https://eips.ethereum.org/EIPS/eip-4337).

#### Inputs

@@ -152,7 +152,7 @@ ContractDeployer.encodeCreate2Account(bytecodeBytes, calldataBytes, salt, Accoun

### `encodeCreateAccount`

Encode `create` deployment custom account function of default factory contract [EIP-4337]("https://eips.ethereum.org/EIPS/eip-4337")
Encode `create` deployment custom account function of default factory contract [EIP-4337](https://eips.ethereum.org/EIPS/eip-4337)

#### Inputs

0 comments on commit c2dbef2

Please sign in to comment.