Skip to content

Commit e638213

Browse files
authored
Adding QuickNode in toolings and fixed the Graph logo (#422)
* adding-quicknode * fixing-the-graph-logo * adding a different image link in quicknode.mdx * updating-aave-logo
1 parent 7ec8f5c commit e638213

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

src/content/tools/en/aave.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: "Aave"
33
category: ["Defi"]
44
excerpt: ""
5-
logo: { src: "https://cryptologos.cc/logos/aave-aave-logo.png", alt: "Aave Logo" }
5+
logo: { src: "https://pbs.twimg.com/profile_images/1808921860781821952/CmtvkzWo_400x400.png", alt: "Aave Logo" }
66
website: "https://search.onaave.com/?q=Scroll"
77
network: ["Mainnet", "Testnet"]
88
---

src/content/tools/en/quicknode.mdx

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: "QuickNode"
3+
category: ["Data", "Infra"]
4+
excerpt: "A comprehensive platform for web3 data and infrastructure tools, featuring the fastest RPCs, serverless blockchain functions, and robust ETL tools, all supported by enterprise-level reliability and security."
5+
logo:
6+
{
7+
src: "https://pbs.twimg.com/profile_images/1875136807781662720/MJP7n4UN_400x400.jpg",
8+
alt: "QuickNode Logo",
9+
}
10+
website: "https://www.quicknode.com/chains/scroll?utm_source=scroll-docs"
11+
network: ["Mainnet", "Testnet"]
12+
noAdditionalInfo: false
13+
---
14+
15+
QuickNode supercharges your blockchain projects with fast, secure infrastructure built to scale. It supports over 60 chains, low-latency RPC endpoints, flexible serverless functions, and smart ETL tooling that keep your apps running seamlessly. SOC 1 and SOC 2 compliance ensures your data is safe, plus 24/7 global support ready to help when you need it. QuickNode is your go-to partner for unlocking the true potential of Web3 development.
16+
17+
###### Get started for free -
18+
19+
- Fastest RPC endpoints: [docs/scroll](https://www.quicknode.com/docs/scroll?utm_source=scroll-docs)
20+
21+
- Blockchain ETL solution, Streams: [docs/streams](https://www.quicknode.com/docs/streams/getting-started?utm_source=scroll-docs)
22+
23+
- Blockchain Serverless Functions: [docs/functions](https://www.quicknode.com/docs/functions/getting-started?utm_source=scroll-docs)
24+
25+
###### Resources:
26+
27+
- [Docs](https://www.quicknode.com/docs/welcome?utm_source=scroll-docs)
28+
- [Step-by-step guides](https://www.quicknode.com/guides/welcome?utm_source=scroll-docs)
29+
- [Video tutorials](https://www.youtube.com/@QuickNode)

src/content/tools/en/thegraph.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: "The Graph"
33
category: ["Debug", "Data"]
44
excerpt: "Getting historical data on a smart contract can be frustrating when you’re building a dapp. The Graph provides an easy way to query smart contract data through APIs known as subgraphs."
5-
logo: { src: "https://pbs.twimg.com/profile_images/1735767195567730688/goqgFT93_400x400.jpg", alt: "The Graph Logo" }
5+
logo: { src: "https://avatars.githubusercontent.com/u/38020273?s=200&v=4", alt: "The Graph Logo" }
66
website: "https://thegraph.com"
77
network: ["Mainnet", "Testnet"]
88
---

0 commit comments

Comments
 (0)