Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Orlando committed Jan 9, 2024
1 parent 3d1749d commit 7f3780d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ethereum/script/deployer.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ contract Deployer is Script {

// Using the CREATE3 factory maintained by lififinance: https://github.com/lifinance/create3-factory
ICREATE3Factory(0x93FEC2C00BfE902F733B57c5a6CeeD7CD1384AE1).deploy(
salt,
abi.encodePacked(type(StarknetCommit).creationCode, abi.encode(STARKNET_CORE_CONTRACT_MAINNET))
salt, abi.encodePacked(type(StarknetCommit).creationCode, abi.encode(STARKNET_COMMIT_CONTRACT_SEPOLIA))
);

vm.stopBroadcast();
Expand Down

0 comments on commit 7f3780d

Please sign in to comment.