Skip to content
2 changes: 2 additions & 0 deletions contracts/deploy/00-home-chain-arbitration-neo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ const deployArbitration: DeployFunction = async (hre: HardhatRuntimeEnvironment)
args: [core.target, disputeTemplateRegistry.target],
log: true,
});
console.log(`core.changeArbitrableWhitelistEnabled(true)`);
await core.changeArbitrableWhitelistEnabled(true);
console.log(`core.changeArbitrableWhitelist(${resolver.address}, true)`);
await core.changeArbitrableWhitelist(resolver.address, true);

Expand Down
1,282 changes: 1,269 additions & 13 deletions contracts/src/arbitration/KlerosCore.sol

Large diffs are not rendered by default.

1,275 changes: 0 additions & 1,275 deletions contracts/src/arbitration/KlerosCoreBase.sol

This file was deleted.

138 changes: 0 additions & 138 deletions contracts/src/arbitration/KlerosCoreNeo.sol

This file was deleted.

Loading
Loading