Skip to content

Commit ad64b0b

Browse files
authored
Merge pull request #28 from syscoin/sponsor-wallet-implementation
fix: retry submit call and update workflow
2 parents dc56218 + bee053d commit ad64b0b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/aws.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
push:
77
branches:
88
- main
9-
- sponsor-wallet-implementation
109

1110
env:
1211
AWS_REGION: us-east-1 # set this to your preferred AWS region, e.g. us-west-1

components/Bridge/v3/hooks/useSyscoinSubmitProofs.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const useSyscoinSubmitProofs = (
2626
onSuccess: (data) => {
2727
onSuccess(data);
2828
},
29+
retry: 3
2930
}
3031
);
3132
};

0 commit comments

Comments
 (0)