We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67211c4 commit 74cc162Copy full SHA for 74cc162
contracts/deploy/01-foreign-gateway.ts
@@ -46,7 +46,7 @@ const deployForeignGateway: DeployFunction = async (hre: HardhatRuntimeEnvironme
46
await execute(
47
"ForeignGatewayOnEthereum",
48
{ from: deployer, log: true },
49
- "changeSubcourtJurorFee",
+ "changeCourtJurorFee",
50
0,
51
ethers.BigNumber.from(10).pow(17)
52
);
contracts/deploy/03-vea-mock.ts
@@ -47,7 +47,7 @@ const deployHomeGateway: DeployFunction = async (hre: HardhatRuntimeEnvironment)
53
0 commit comments