Skip to content

Commit

Permalink
chore: fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
petarTxFusion committed Aug 27, 2024
1 parent 52d9571 commit 7e44edf
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
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 7e44edf

Please sign in to comment.