Skip to content

Commit

Permalink
Merge pull request #304 from bnb-chain/feat/upperLimit0107
Browse files Browse the repository at this point in the history
test: Test debridge timeout
  • Loading branch information
Halibao-Lala authored Feb 6, 2025
2 parents 1c21db9 + aa983b1 commit fc44a39
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 fc44a39

Please sign in to comment.