Add firstTransaction to transactionList transactions query.

This commit is contained in:
ogerly 2022-02-07 12:01:39 +01:00 committed by elweyn
parent 21da7f4ffb
commit e76bae4585

View File

@ -82,6 +82,7 @@ export const transactionsQuery = gql`
decayDuration
decayStartBlock
}
firstTransaction
}
}
}