You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the trackCCTX function queries the /zeta-chain/crosschain/inTxHashToCctx/${hash} to convert an inbound (connected chain) hash into a cross-chain tx hash.
Background
Currently, the
trackCCTX
function queries the/zeta-chain/crosschain/inTxHashToCctx/${hash}
to convert an inbound (connected chain) hash into a cross-chain tx hash.toolkit/packages/client/src/trackCCTX.ts
Line 35 in f0bf8b1
Then, the function queries the API by CCTX hash to get CCTX data:
toolkit/packages/client/src/trackCCTX.ts
Line 115 in f0bf8b1
This is no longer needed, as there is an API endpoint that converts an inbound hash directly to CCTX data:
https://zetachain-athens.blockpi.network/lcd/v1/public/zeta-chain/crosschain/inboundHashToCctxData/0xce8832232639d29d40078e14d0a5b20c055123d6df1e1d39f90cfd130c33466d
Task
Tasks
Feel free to use these hashes for testing purposes:
The text was updated successfully, but these errors were encountered: