Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Git LFS file not shown
Git LFS file not shown
3 changes: 0 additions & 3 deletions .yarn/cache/@shikijs-core-npm-2.1.0-d7caeefb2c-fb43f97e6a.zip

This file was deleted.

3 changes: 3 additions & 0 deletions .yarn/cache/@shikijs-core-npm-3.9.2-1a40deb4d8-0d0720a775.zip
Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown
Git LFS file not shown

This file was deleted.

Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/@zod-core-npm-0.9.0-1262dce9e0-a13c4ae7c6.zip
Git LFS file not shown

This file was deleted.

Git LFS file not shown
Git LFS file not shown

This file was deleted.

This file was deleted.

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown
3 changes: 0 additions & 3 deletions .yarn/cache/is-plain-obj-npm-3.0.0-a5ae411d5a-8e6483bfb0.zip

This file was deleted.

3 changes: 3 additions & 0 deletions .yarn/cache/minimatch-npm-10.0.3-23e96438f0-e43e4a905c.zip
Git LFS file not shown
3 changes: 0 additions & 3 deletions .yarn/cache/nextra-npm-4.2.7-ef6623a2c7-e7aef84a55.zip

This file was deleted.

3 changes: 3 additions & 0 deletions .yarn/cache/nextra-npm-4.3.0-afc48dbd8b-6d67d4972b.zip
Git LFS file not shown

This file was deleted.

Git LFS file not shown
Git LFS file not shown

This file was deleted.

Git LFS file not shown
Git LFS file not shown
Git LFS file not shown

This file was deleted.

Git LFS file not shown
3 changes: 0 additions & 3 deletions .yarn/cache/regex-npm-5.1.1-add62c1f7b-314e032f0f.zip

This file was deleted.

3 changes: 3 additions & 0 deletions .yarn/cache/regex-npm-6.0.1-e80b1c6e44-687b3e063d.zip
Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown

This file was deleted.

Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/server-only-npm-0.0.1-24bf42bde2-4704f0ef85.zip
Git LFS file not shown
3 changes: 0 additions & 3 deletions .yarn/cache/shiki-npm-2.1.0-5f0e59cbef-6d53343dbc.zip

This file was deleted.

3 changes: 3 additions & 0 deletions .yarn/cache/shiki-npm-3.9.2-4d88896c25-b20dbd49f6.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions .yarn/cache/ts-morph-npm-26.0.0-55bc467b37-c6880d90a1.zip
Git LFS file not shown
3 changes: 0 additions & 3 deletions .yarn/cache/twoslash-npm-0.2.12-4349163d7f-1476da5461.zip

This file was deleted.

3 changes: 3 additions & 0 deletions .yarn/cache/twoslash-npm-0.3.4-29caac3157-1220393b48.zip
Git LFS file not shown

This file was deleted.

Git LFS file not shown
3 changes: 0 additions & 3 deletions .yarn/cache/zod-npm-3.22.4-2bccbc41b4-7578ab283d.zip

This file was deleted.

Git LFS file not shown

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"dependencies": {
"@tailwindcss/postcss": "^4.0.6",
"next": "^15.1.6",
"nextra": "^4.2.7",
"nextra-theme-docs": "^4.2.7",
"nextra": "^4.3.0",
"nextra-theme-docs": "^4.3.0",
"postcss": "^8.5.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
17 changes: 8 additions & 9 deletions src/app/get-ehmnd/mainnet/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,11 @@ Supported chains:

<Tabs storageKey="wehmnd-chain" items={["Arbitrum"]}>
<Tabs.Tab id="arbitrum">
<span>
On Arbitrum, buy the WeHMND via <A href={tradeLinks.uniswapArbitrumWeth}>Uniswap</A> pair.

You can also use <A href={links.squidrouter}>Squid Router</A> to facilitate the brdiging of your tokens from
yet another chain to Arbitrum.
</span>
On Arbitrum, buy the WeHMND via <A href={tradeLinks.uniswapArbitrumWeth}>Uniswap</A> pair.

You can also use <A href={links.squidrouter}>Squid Router</A> to facilitate the brdiging of your tokens from
yet another chain to Arbitrum.

</Tabs.Tab>
</Tabs>
Expand All @@ -89,10 +88,10 @@ Supported chains:

<Tabs storageKey="wehmnd-chain" items={["Arbitrum"]}>
<Tabs.Tab id="arbitrum">
<span>
Use <A href={bridgeLinks.chainport}>Chainport</A>
to port WeHMND Arbitrum on to eHMND on Humanode.
</span>

Use <A href={bridgeLinks.chainport}>Chainport</A>
to port WeHMND Arbitrum on to eHMND on Humanode.

</Tabs.Tab>
</Tabs>

Expand Down
7 changes: 4 additions & 3 deletions src/app/integration/chains/[bridgedChainId]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import { NextraMetadata } from "nextra";
import { $NextraMetadata } from "nextra";
import { MDX } from "../../../../components/mdx";
import { bridgedChains } from "../../../../data/stages";
import { BridgedChainId } from "../../../../data/stages.derived";
Expand All @@ -26,8 +26,9 @@ export default async function Page({

const metadataOverride = {
...metadata,
description: `Integrating with Humanode Biomapper on ${bridgedChain.generalDisplayName}.`,
} as const satisfies NextraMetadata;
title: `Integrating with Humanode Biomapper on ${bridgedChain.generalDisplayName}.`,
filePath: "",
} as const satisfies $NextraMetadata;

return (
<MDX.wrapper metadata={metadataOverride} toc={toc}>
Expand Down
4 changes: 3 additions & 1 deletion src/components/contractAddresses/BridgedChainsInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ const BridgedChainsInfo: React.FC<Props> = ({ chains }) => (
<tbody>
{chains.length === 0 ? (
<Table.Tr>
<Table.Td colSpan={2}>Wait for announcements!</Table.Td>
<Table.Td /* colSpan={2} fixme: broken types at td */>
Wait for announcements!
</Table.Td>
</Table.Tr>
) : (
chains.map((info, index) => (
Expand Down
Loading