Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
gabonaut authored Jan 17, 2025
2 parents 6dcda94 + aeb23f3 commit c0b8ff2
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/base-docs/docs/tools/block-explorers.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ A testnet explorer for [Base Sepolia](https://sepolia.basescan.org/) is also ava

## Routescan

[Routescan](https://superscan.network/) superchain explorer allows you to search for transactions, addresses, tokens, prices and other activities taking place across all Superchain blockchains, including Base.
[Routescan](https://routescan.io) superchain explorer allows you to search for transactions, addresses, tokens, prices and other activities taking place across all Superchain blockchains, including Base.

---

Expand Down
2 changes: 1 addition & 1 deletion apps/base-docs/docs/tools/data-indexers.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ To get started, visit the [documentation](https://docs.envio.dev/docs/overview)

## GhostGraph

[GhostGraph](https://GhostGraph.xyz/) makes it easy to build blazingly fast indexers (subgraphs) for smart contracts.
[GhostGraph](https://ghostgraph.xyz/) makes it easy to build blazingly fast indexers (subgraphs) for smart contracts.

GhostGraph is the first indexing solution that lets you write your index transformations in **Solidity**. Base dApps can query data with GraphQL using our hosted endpoints.

Expand Down
Binary file added apps/web/public/images/partners/virtuals.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions apps/web/src/components/GetStarted/GetNoticed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,21 @@ export default async function GetNoticed() {
topRight={<Icon name="diagonalUpArrow" width="16px" height="16px" />}
classnames="bg-pink-60 border-pink-60"
/>
<ResourceCard
title="Marketing Amplification Guidelines"
description="Use our style guide and tag @base on X and Farcaster to be eligible for amplification"
href="https://github.com/base-org/brand-kit/blob/main/guides/editorial-style-guide.md"
topLeft={<span className="font-mono">02</span>}
topRight={<Icon name="diagonalUpArrow" width="16px" height="16px" />}
classnames="bg-pink-80 border-pink-80"
/>
<ResourceCard
title="Base Builds Channel"
description="Share your project on /base and /base-builds to get community feedback on Farcaster"
href="https://warpcast.com/~/channel/base-builds/?utm_source=dotorg&utm_medium=builderkit"
topLeft={<span className="font-mono">02</span>}
topLeft={<span className="font-mono">03</span>}
topRight={<Icon name="diagonalUpArrow" width="16px" height="16px" />}
classnames="bg-pink-80 border-pink-80"
classnames="bg-pink-60 border-pink-60"
/>
</div>
</div>
Expand Down
8 changes: 8 additions & 0 deletions apps/web/src/data/ecosystem.json
Original file line number Diff line number Diff line change
Expand Up @@ -3653,5 +3653,13 @@
"description": "Turnkey is an enterprise-grade operating system for wallets: powerful, modular, and built to adapt to any use case from embedded wallets to programmatic backend crypto automation.",
"url": "https://www.turnkey.com/",
"imageUrl": "/images/partners/turnkey.png"
},
{
"name": "Virtuals Protocol",
"category": "infra",
"subcategory": "ai",
"description": "Virtuals Protocol is building a Society of AI Agents onchain",
"url": "https://app.virtuals.io/",
"imageUrl": "/images/partners/virtuals.png"
}
]

0 comments on commit c0b8ff2

Please sign in to comment.