Skip to content

Commit 06f0ca5

Browse files
alcercujaybuidl
authored andcommitted
feat(web): add PNK contract to getContract
1 parent ab390bf commit 06f0ca5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/src/utils/getContract.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
import { utils } from "ethers";
22
import { Contract } from "@ethersproject/contracts";
33
import KlerosCore from "@kleros/kleros-v2-contracts/deployments/arbitrumRinkeby/KlerosCore.json";
4+
import PNK from "@kleros/kleros-v2-contracts/deployments/arbitrumRinkeby/PNK.json";
45
import PolicyRegistry from "@kleros/kleros-v2-contracts/deployments/arbitrumRinkeby/PolicyRegistry.json";
56
import DisputeKitClassic from "@kleros/kleros-v2-contracts/deployments/arbitrumRinkeby/DisputeKitClassic.json";
67
import IArbitrable from "@kleros/kleros-v2-contracts/artifacts/src/arbitration/IArbitrable.sol/IArbitrable.json";
78
import IMetaEvidence from "@kleros/kleros-v2-contracts/artifacts/src/evidence/IMetaEvidence.sol/IMetaEvidence.json";
89

910
const CONTRACTS = {
1011
KlerosCore: KlerosCore,
12+
PNK: PNK,
1113
PolicyRegistry: PolicyRegistry,
1214
DisputeKitClassic: DisputeKitClassic,
1315
IArbitrable: IArbitrable,

0 commit comments

Comments
 (0)