File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ interface Evidence {
5656 sender : User !
5757 senderAddress : String !
5858 timestamp : BigInt !
59+ transactionHash : Bytes !
5960 name : String
6061 description : String
6162 fileURI : String
Original file line number Diff line number Diff line change 11{
22 "name" : " @kleros/kleros-v2-subgraph" ,
3- "version" : " 0.9.0 " ,
3+ "version" : " 0.9.1 " ,
44 "license" : " MIT" ,
55 "scripts" : {
66 "update:core:arbitrum-sepolia-devnet" : " ./scripts/update.sh arbitrumSepoliaDevnet arbitrum-sepolia core/subgraph.yaml" ,
Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ const AttachedFileText: React.FC = () => (
140140interface IEvidenceCard extends Pick < Evidence , "evidence" | "timestamp" | "name" | "description" | "fileURI" > {
141141 sender : string ;
142142 index : number ;
143+ transactionHash : string ;
143144}
144145
145146const EvidenceCard : React . FC < IEvidenceCard > = ( {
You can’t perform that action at this time.
0 commit comments