Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add zklink-nova-archival icon and docs #656

Merged
merged 1 commit into from
Jul 15, 2024
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
1 change: 1 addition & 0 deletions app/models/portal/queries.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ query blockchains($active: Boolean, $sortOrder: SortOrder) {
chainIDCheck
logLimitBlocks
path
scheme
}
}

Expand Down
2 changes: 1 addition & 1 deletion app/routes/account.$accountId/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const loader: LoaderFunction = async ({ request, params }) => {

const getBlockchainsResponse = await portal.blockchains({ sortOrder: SortOrder.Asc })
const blockchains = (getBlockchainsResponse.blockchains as Blockchain[]).filter(
(chain) => chain.id !== "BE2A",
(chain) => chain.id !== "BE2A" && chain.scheme !== "wss",
)

return json<AccountIdLoaderData>({
Expand Down
1 change: 1 addition & 0 deletions app/utils/chainUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export const CHAIN_DOCS_URL: KeyValuePair<string> = {
"zksync-era-mainnet": "zksync-era-api/intro",
"blast-archival": "blastchain-api/intro",
"opbnb-archival": "binance-smart-chain-api/endpoints/opBNB-archival",
"zklink-nova-archival": "zklink-nova-api/endpoints/zklink-nova-archival",
}

export const evmChains = [
Expand Down
10 changes: 10 additions & 0 deletions public/chain-logos/zklink-nova-archival.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading