Skip to content

Commit

Permalink
rename script
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0aa0 committed Apr 16, 2024
1 parent e1728cb commit 1d21da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/script/deploy/mainnet/Deploy_DASM.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "forge-std/Test.sol";
import "forge-std/Script.sol";
import "forge-std/StdJson.sol";

contract Deployer_Mainnet is ExistingDeploymentParser {
contract Deployer_DASM is ExistingDeploymentParser {

string public existingCoreDeploymentPath = string(bytes("./script/deploy/mainnet/mainnet_addresses.json"));
string public existingDADeploymentPath = string(bytes("script/deploy/mainnet/mainnet_deployment_data.json"));
Expand Down

0 comments on commit 1d21da0

Please sign in to comment.