File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/app/integration/chains/[bridgedChainId] Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,9 @@ To get biomapping status for some address `addressToCheck` in the last known gen
173173{ /* prettier-ignore-start */ }
174174
175175` biomappingPtrInLastKnownGeneration ` is the block number on
176- <If condition = { stages [mainStageId ].bridged [props .bridgedChainId ] !== null } >Humanode Mainnet or</If > Humanode Testnet 5
176+ <If condition = { stages [mainStageId ].bridged [props .bridgedChainId ] !== null } >Humanode Mainnet</If >
177+ <If condition = { stages [mainStageId ].bridged [props .bridgedChainId ] !== null && stages [" testnet5" ].bridged [props .bridgedChainId ] !== null } >or</If >
178+ <If condition = { stages [" testnet5" ].bridged [props .bridgedChainId ] !== null } >Humanode Testnet 5</If >
177179of biomapping tx in the last known generation for specified address,
178180or zero if such address is not biomapped.
179181
You can’t perform that action at this time.
0 commit comments