Skip to content

Commit

Permalink
feat: allow squid withdrawals
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseRFelix committed Jun 6, 2024
1 parent 2cbf728 commit 9742f58
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/bridge/src/squid/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,16 +107,6 @@ export class SquidBridgeProvider implements BridgeProvider {
});

try {
if (fromChain.chainType === "cosmos") {
throw new BridgeQuoteError([
{
errorType: BridgeError.UnsupportedQuoteError,
message:
"Squid withdrawals are temporarily disabled. Please use the Axelar Bridge Provider instead.",
},
]);
}

const data = await apiClient<RouteResponse>(url.toString(), {
headers: {
"x-integrator-id": this.integratorId,
Expand Down

0 comments on commit 9742f58

Please sign in to comment.