Skip to content

Commit

Permalink
add log oraibridge rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
perfogic committed May 3, 2024
1 parent 829e739 commit 3388994
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 3388994

Please sign in to comment.