Skip to content

Commit

Permalink
test: Test debridge timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Halibao-Lala committed Feb 6, 2025
1 parent b817255 commit aa983b1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export function useTransferConfig() {
axios.get<{ data: ICBridgeTransferConfig }>(`${env.SERVER_ENDPOINT}/api/bridge/v2/cbridge`),
axios.get<{ data: IDeBridgeTransferConfig }>(
`${env.SERVER_ENDPOINT}/api/bridge/v2/debridge`,
{ timeout: 1000 },
),
axios.get<{ data: IStargateTransferConfig }>(
`${env.SERVER_ENDPOINT}/api/bridge/v2/stargate`,
Expand Down

0 comments on commit aa983b1

Please sign in to comment.