Skip to content

Commit

Permalink
Bitgert state diffs note
Browse files Browse the repository at this point in the history
	modified:   docs/subsquid-network/reference/evm-networks.mdx
  • Loading branch information
abernatskiy committed Mar 12, 2024
1 parent ce0ed99 commit 0ee2b1f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/subsquid-network/reference/evm-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ export const MoonbeamTooltip = ({children, tip}) => (
</div>
)

export const BitgertTooltip = ({children, tip}) => (
<div class="group relative">
<div class={`pointer-events-auto absolute -top-9 -left-3 w-max opacity-0 transition-opacity group-hover:opacity-100`}>
<div>up to block</div>
<div>4298094</div>
</div>
<span class="underline decoration-dotted">{children}</span>
</div>
)

# EVM datasets

## From open private network
Expand All @@ -50,7 +60,7 @@ This page lists the public EVM datasets available from the [open private network
| binance-testnet | | | `lookupArchive('binance-testnet')` |
| blast-l2-mainnet ||| `lookupArchive('blast-l2-mainnet')` |
| blast-sepolia | | | `lookupArchive('blast-sepolia')` |
| bitgert-mainnet | || `lookupArchive('bitgert-mainnet')` |
| bitgert-mainnet | <BitgertTooltip>?</BitgertTooltip> || `lookupArchive('bitgert-mainnet')` |
| dfk-chain | | | `lookupArchive('dfk-chain')` |
| dogechain-mainnet | | | `lookupArchive('dogechain-mainnet')` |
| eth-mainnet ||| `lookupArchive('eth-mainnet')` |
Expand Down

0 comments on commit 0ee2b1f

Please sign in to comment.