Skip to content

Commit

Permalink
fix: code formatting of solidity utils to solidity (#939)
Browse files Browse the repository at this point in the history
  • Loading branch information
Olanetsoft authored May 1, 2024
1 parent 29a9a4a commit 72cfcb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dev/solidity-utilities.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ In order to pass in data for a contract's constructor arguments you must encode

For example to deploy a contract with a constructor that takes in two arguments, a `uint256` and an `address`, you could call the `deploy()` function as follows:

```
```solidity
function deployContract() external {
Create3Deployer.deploy(
keccak256(bytes("<my salt>")),
Expand Down

0 comments on commit 72cfcb8

Please sign in to comment.