Skip to content

Commit

Permalink
Fix QuickNode, fix copy (#340)
Browse files Browse the repository at this point in the history
* add A New World World Chain video

* add quicknode

* spell

* update lockfile

* update Quicknode World Chain copy

* fix h3

* fix copy on infra provider sections

* fix QuickNode casing

* replace url with block explorer url with worldscan
  • Loading branch information
dcbuild3r authored Dec 30, 2024
1 parent ad7f36b commit 671c51f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/components/ButtonWorldChain.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const ButtonWorldChain: FC<Props> = ({ variant = 'primary', className = '
decimals: 18,
},
rpcUrls: ['https://worldchain-mainnet.g.alchemy.com/public'], // Replace with World Chain RPC URL
blockExplorerUrls: ['worldchain-mainnet.explorer.alchemy.com'], // Replace with World Chain explorer URL
blockExplorerUrls: ['https://worldscan.org/'], // Replace with World Chain explorer URL
},
],
})
Expand All @@ -70,7 +70,7 @@ export const ButtonWorldChain: FC<Props> = ({ variant = 'primary', className = '
decimals: 18,
},
rpcUrls: ['https://worldchain-sepolia.g.alchemy.com/public'], // Replace with World Chain Testnet RPC URL
blockExplorerUrls: ['worldchain-sepolia.explorer.alchemy.com'], // Replace with World Chain Testnet explorer URL
blockExplorerUrls: ['https://sepolia.worldscan.org/'], // Replace with World Chain Testnet explorer URL
},
],
})
Expand Down
2 changes: 1 addition & 1 deletion src/pages/world-chain/providers/data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ GoldSky Subgraphs is a data indexing service designed to simplify querying block
- World Chain
- World Chain Sepolia

## Quicknode
## QuickNode

Build real-time data processing pipelines with QuickNode Streams. Get instant access to World Chain data feeds with custom webhooks, filtering, and automatic retries. Backfill historical blockchain data in minutes with our ETL tools. Perfect for indexers, analytics platforms, and data-intensive applications.

Expand Down
2 changes: 1 addition & 1 deletion src/pages/world-chain/providers/developer-tooling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Alchemy provides a suite of data tools to make it easy to build on World Chain:
- World Chain
- World Chain Sepolia

## Quicknode
## QuickNode

Access comprehensive developer tools built for World Chain:

Expand Down
2 changes: 1 addition & 1 deletion src/pages/world-chain/providers/nodes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Blast API offers standardized blockchain API services for Web3 development, allo

- World Chain

## Quicknode
## QuickNode

Enterprise-grade infrastructure for World Chain development with global edge delivery. Build with high-performance RPC APIs, real-time data streaming/ETL capabilities, decentralized storage via IPFS, and extensive developer tools through our marketplace. Ideal for teams building production-grade applications on World Chain.

Expand Down

0 comments on commit 671c51f

Please sign in to comment.