We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ceb49 commit 954df53Copy full SHA for 954df53
platforms/evm/protocols/cctp/src/circleBridge.ts
@@ -60,7 +60,7 @@ export class EvmCircleBridge<N extends Network, C extends EvmChains>
60
) as bigint;
61
62
const circleChainId = circle.circleChainId.get(network, chain);
63
- if (!circleChainId)
+ if (circleChainId === undefined)
64
throw new Error(`Circle chain id not found for ${network} ${chain}`);
65
this.circleChainId = circleChainId;
66
0 commit comments