Skip to content

Commit 641fcc2

Browse files
authored
Allow Mainnet-only contracts (#117)
1 parent fa85741 commit 641fcc2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/app/integration/chains/[bridgedChainId]/content.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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>
177179
of biomapping tx in the last known generation for specified address,
178180
or zero if such address is not biomapped.
179181

0 commit comments

Comments
 (0)