Skip to content

Commit

Permalink
hotfix gateway txn status
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinoConti committed Jan 7, 2025
1 parent 3b18889 commit 02767cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export const canWeGetDestinationTx = ({
}

if (appIds?.includes(GATEWAY_APP_ID)) {
return targetChainsSupportedMainnet[GATEWAY_APP_ID].includes(targetChain);
return targetChainsSupportedMainnet[PORTAL_APP_ID].includes(targetChain);
}

return appIds?.some(appId => {
Expand Down Expand Up @@ -385,6 +385,7 @@ const targetChainsSupportedTestnet: { [key: string]: ChainId[] } = {
chainToChainId("MonadDevnet"),
chainToChainId("Worldchain"),
],
[GATEWAY_APP_ID]: [],
[CCTP_APP_ID]: [
chainToChainId("Sepolia"),
chainToChainId("PolygonSepolia"),
Expand Down

0 comments on commit 02767cf

Please sign in to comment.