Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeddes committed May 12, 2024
1 parent 75b818b commit 8c884f9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {ParaID} from "../src//Types.sol";
import {Script} from "forge-std/Script.sol";
import {stdJson} from "forge-std/StdJson.sol";

contract DeployGatewayLogic is Script {
contract DeployLocalGatewayLogic is Script {
using stdJson for string;

function setUp() public {}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion web/packages/test/scripts/deploy-contracts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ deploy_command() {

deploy_gateway_logic()
{
deploy_command scripts/DeployGatewayLogic.sol:DeployGatewayLogic
deploy_command scripts/DeployLocalGatewayLogic.sol:DeployLocalGatewayLogic

pushd "$test_helpers_dir"
pnpm generateContracts "$output_dir/contracts.json"
Expand Down

0 comments on commit 8c884f9

Please sign in to comment.