Skip to content

Commit 74cc162

Browse files
committed
fix: deploy script
1 parent 67211c4 commit 74cc162

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contracts/deploy/01-foreign-gateway.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const deployForeignGateway: DeployFunction = async (hre: HardhatRuntimeEnvironme
4646
await execute(
4747
"ForeignGatewayOnEthereum",
4848
{ from: deployer, log: true },
49-
"changeSubcourtJurorFee",
49+
"changeCourtJurorFee",
5050
0,
5151
ethers.BigNumber.from(10).pow(17)
5252
);

contracts/deploy/03-vea-mock.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const deployHomeGateway: DeployFunction = async (hre: HardhatRuntimeEnvironment)
4747
await execute(
4848
"ForeignGatewayOnEthereum",
4949
{ from: deployer, log: true },
50-
"changeSubcourtJurorFee",
50+
"changeCourtJurorFee",
5151
0,
5252
ethers.BigNumber.from(10).pow(17)
5353
);

0 commit comments

Comments
 (0)