Skip to content

Commit

Permalink
fix: change query filter options for retrieving failed transactions (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jinoosss authored Nov 7, 2024
1 parent 62c002b commit 6bd0e04
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export const makeAccountTransactionsQuery = (
{
transactions(
filter: {
success: true
messages: [
{
type_url: send
Expand Down Expand Up @@ -125,7 +124,6 @@ export const makeNativeTransactionsQuery = (
{
transactions(
filter: {
success: true
messages: [
{
type_url: send
Expand Down Expand Up @@ -192,7 +190,6 @@ export const makeGRC20TransferTransactionsQuery = (
{
transactions(
filter: {
success: true
messages: [
{
type_url: exec
Expand Down

0 comments on commit 6bd0e04

Please sign in to comment.