diff --git a/packages/ibc-routing/src/intepreters/handlers/timeout.handler.ts b/packages/ibc-routing/src/intepreters/handlers/timeout.handler.ts index 064ca31c..abd26c21 100644 --- a/packages/ibc-routing/src/intepreters/handlers/timeout.handler.ts +++ b/packages/ibc-routing/src/intepreters/handlers/timeout.handler.ts @@ -89,6 +89,7 @@ export const handleOnRequestBatchTimeout = async (ctx, event) => { }); const stargateClient = await StargateClient.connect(config.ORAIBRIDGE_RPC_URL); const txs = await stargateClient.searchTx(query); + console.log(config.ORAIBRIDGE_RPC_URL); console.log("RequestBatchTimeout Txs:", txs); if (txs.length == 0) { throw generateError(evmChainPrefix + "- orai bridge data on onRequestBatchTimeout");