From 33889947848b3c66c14ee7082e57071d686c999e Mon Sep 17 00:00:00 2001 From: perfogic Date: Fri, 3 May 2024 17:33:36 +0700 Subject: [PATCH] add log oraibridge rpc --- packages/ibc-routing/src/intepreters/handlers/timeout.handler.ts | 1 + 1 file changed, 1 insertion(+) 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");