File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ interface Evidence {
56
56
sender : User !
57
57
senderAddress : String !
58
58
timestamp : BigInt !
59
+ transactionHash : Bytes !
59
60
name : String
60
61
description : String
61
62
fileURI : String
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kleros/kleros-v2-subgraph" ,
3
- "version" : " 0.9.0 " ,
3
+ "version" : " 0.9.1 " ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"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 = () => (
140
140
interface IEvidenceCard extends Pick < Evidence , "evidence" | "timestamp" | "name" | "description" | "fileURI" > {
141
141
sender : string ;
142
142
index : number ;
143
+ transactionHash : string ;
143
144
}
144
145
145
146
const EvidenceCard : React . FC < IEvidenceCard > = ( {
You can’t perform that action at this time.
0 commit comments