File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 11import { utils } from "ethers" ;
22import { Contract } from "@ethersproject/contracts" ;
33import KlerosCore from "@kleros/kleros-v2-contracts/deployments/arbitrumRinkeby/KlerosCore.json" ;
4+ import PNK from "@kleros/kleros-v2-contracts/deployments/arbitrumRinkeby/PNK.json" ;
45import PolicyRegistry from "@kleros/kleros-v2-contracts/deployments/arbitrumRinkeby/PolicyRegistry.json" ;
56import DisputeKitClassic from "@kleros/kleros-v2-contracts/deployments/arbitrumRinkeby/DisputeKitClassic.json" ;
67import IArbitrable from "@kleros/kleros-v2-contracts/artifacts/src/arbitration/IArbitrable.sol/IArbitrable.json" ;
78import IMetaEvidence from "@kleros/kleros-v2-contracts/artifacts/src/evidence/IMetaEvidence.sol/IMetaEvidence.json" ;
89
910const CONTRACTS = {
1011 KlerosCore : KlerosCore ,
12+ PNK : PNK ,
1113 PolicyRegistry : PolicyRegistry ,
1214 DisputeKitClassic : DisputeKitClassic ,
1315 IArbitrable : IArbitrable ,
You can’t perform that action at this time.
0 commit comments