Skip to content

Commit 05796bd

Browse files
authored
chore: remove duplicate running a node page (#1273)
1 parent 50936e7 commit 05796bd

6 files changed

Lines changed: 13 additions & 159 deletions

File tree

docs/agents.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ IMPORTANT: Prefer retrieval-led reasoning. Read relevant docs before generating
33
Base is an Ethereum L2 by Coinbase. Docs for: Base Chain, Smart Wallet, OnchainKit, MiniKit.
44
[Docs]|root:./docs
55
|ai-agents:index
6-
|ai-agents/guides:agent-builder-codes
76
|ai-agents/payments:accepting-payments,pay-for-services-with-x402
87
|ai-agents/quickstart:payments,trading
9-
|ai-agents/setup:agent-registration,wallet-setup
8+
|ai-agents/setup:agent-builder-codes,agent-registration,wallet-setup
109
|ai-agents/skills:index
11-
|ai-agents/skills/base-account:building-with-base-account
12-
|ai-agents/skills/base-chain:adding-builder-codes,connecting-to-base-network,deploying-contracts,running-a-base-node
13-
|ai-agents/skills/migrations:convert-farcaster-miniapp-to-app,converting-minikit-to-farcaster,migrating-an-onchainkit-app
10+
|ai-agents/skills/payments:cdp-payment-skills,sponge-x402
11+
|ai-agents/skills/trading:alchemy-agentic-gateway,coingecko,swap-execution
12+
|ai-agents/skills/wallets:bankr,cdp-agentic-wallet,sponge-wallet
1413
|ai-agents/trading:data-fetching,trade-execution
1514
|base-account/basenames:basename-transfer,basenames-faq,basenames-wagmi-tutorial
1615
|base-account/contribute:contribute-to-base-account-docs,security-and-bug-bounty
@@ -37,8 +36,8 @@ Base is an Ethereum L2 by Coinbase. Docs for: Base Chain, Smart Wallet, OnchainK
3736
|base-chain/api-reference/debug-api:debug_traceBlockByHash,debug_traceBlockByNumber,debug_traceTransaction
3837
|base-chain/api-reference/ethereum-json-rpc-api:eth_blockNumber,eth_call,eth_chainId,eth_estimateGas,eth_feeHistory,eth_gasPrice,eth_getBalance,eth_getBlockByHash,eth_getBlockByNumber,eth_getBlockReceipts,eth_getBlockTransactionCountByHash,eth_getBlockTransactionCountByNumber,eth_getCode,eth_getLogs,eth_getStorageAt,eth_getTransactionByBlockHashAndIndex,eth_getTransactionByBlockNumberAndIndex,eth_getTransactionByHash,eth_getTransactionCount,eth_getTransactionReceipt,eth_maxPriorityFeePerGas,eth_sendRawTransaction,eth_subscribe,eth_syncing,eth_unsubscribe,net_version,web3_clientVersion
3938
|base-chain/api-reference/flashblocks-api:base_transactionStatus,eth_simulateV1,flashblocks-api-overview,newFlashblockTransactions,newFlashblocks,pendingLogs
40-
|base-chain/builder-codes:app-developers,builder-codes,wallet-developers
41-
|base-chain/flashblocks:app-integration,architecture,faq,overview,run-a-flashblocks-node
39+
|base-chain/builder-codes:agent-developers,app-developers,builder-codes,wallet-developers
40+
|base-chain/flashblocks:app-integration,architecture,faq,overview
4241
|base-chain/network-information:base-contracts,block-building,bridges,configuration-changelog,diffs-ethereum-base,ecosystem-contracts,network-faucets,network-fees,transaction-finality,troubleshooting-transactions
4342
|base-chain/node-operators:node-providers,performance-tuning,run-a-base-node,snapshots,troubleshooting
4443
|base-chain/quickstart:base-solana-bridge,connecting-to-base,deploy-on-base,why-base

docs/base-chain/flashblocks/run-a-flashblocks-node.mdx

Lines changed: 0 additions & 145 deletions
This file was deleted.

docs/base-chain/llms-full.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
- [Overview](https://docs.base.org/base-chain/flashblocks/overview.md) — What Flashblocks is and how the two-tier RPC system works
3939
- [App Integration](https://docs.base.org/base-chain/flashblocks/app-integration.md) — Apps using Flashblocks
4040
- [Architecture](https://docs.base.org/base-chain/flashblocks/architecture.md) — How the sequencer emits Flashblocks and nodes consume them
41-
- [Run a Flashblocks Node](https://docs.base.org/base-chain/flashblocks/run-a-flashblocks-node.md) — Set up a Flashblocks-aware RPC node with Docker
4241
- [FAQ](https://docs.base.org/base-chain/flashblocks/faq.md) — Frequently asked questions about Flashblocks
4342

4443
### API Reference
@@ -143,7 +142,6 @@ curl -s -X POST "$BASE_RPC" -H 'content-type: application/json' \
143142
Sources:
144143
- `https://docs.base.org/base-chain/flashblocks/faq.md`
145144
- `https://docs.base.org/base-chain/flashblocks/app-integration.md`
146-
- `https://docs.base.org/base-chain/flashblocks/run-a-flashblocks-node.md`
147145
- `https://docs.base.org/base-chain/api-reference/flashblocks-api/flashblocks-api-overview.md`
148146

149147
- Overview: Flashblocks provide sub-200ms preconfirmed block state on Base, enabling lower-latency reads and faster transaction confirmation signals.

docs/base-chain/llms.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
## Flashblocks
2121
- [Overview](https://docs.base.org/base-chain/flashblocks/overview.md) — What Flashblocks is and how it works
2222
- [App Integration](https://docs.base.org/base-chain/flashblocks/app-integration.md) — How apps integrate with Flashblocks
23-
- [Run a Flashblocks Node](https://docs.base.org/base-chain/flashblocks/run-a-flashblocks-node.md) — Set up a Flashblocks-aware RPC node with Docker
2423
- [FAQ](https://docs.base.org/base-chain/flashblocks/faq.md) — Frequently asked questions about Flashblocks
2524

2625
## API Reference

docs/docs.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@
135135
"base-chain/flashblocks/overview",
136136
"base-chain/flashblocks/app-integration",
137137
"base-chain/flashblocks/architecture",
138-
"base-chain/flashblocks/run-a-flashblocks-node",
139138
"base-chain/flashblocks/faq"
140139
]
141140
},
@@ -1538,7 +1537,11 @@
15381537
},
15391538
{
15401539
"source": "/base-chain/flashblocks/node-providers",
1541-
"destination": "/base-chain/flashblocks/run-a-flashblocks-node"
1540+
"destination": "/base-chain/node-operators/run-a-base-node"
1541+
},
1542+
{
1543+
"source": "/base-chain/flashblocks/run-a-flashblocks-node",
1544+
"destination": "/base-chain/node-operators/run-a-base-node"
15421545
},
15431546
{
15441547
"source": "/base-chain/flashblocks/websocket-reference",
@@ -1918,7 +1921,7 @@
19181921
},
19191922
{
19201923
"source": "/chain/flashblocks/node-providers",
1921-
"destination": "/base-chain/flashblocks/run-a-flashblocks-node"
1924+
"destination": "/base-chain/node-operators/run-a-base-node"
19221925
},
19231926
{
19241927
"source": "/chain/network-faucets",

docs/llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Base is an Ethereum L2 by Coinbase. Docs for: Base Chain, Smart Wallet, OnchainK
8888
|base-chain/api-reference/ethereum-json-rpc-api:eth_blockNumber,eth_call,eth_chainId,eth_estimateGas,eth_feeHistory,eth_gasPrice,eth_getBalance,eth_getBlockByHash,eth_getBlockByNumber,eth_getBlockReceipts,eth_getBlockTransactionCountByHash,eth_getBlockTransactionCountByNumber,eth_getCode,eth_getLogs,eth_getStorageAt,eth_getTransactionByBlockHashAndIndex,eth_getTransactionByBlockNumberAndIndex,eth_getTransactionByHash,eth_getTransactionCount,eth_getTransactionReceipt,eth_maxPriorityFeePerGas,eth_sendRawTransaction,eth_subscribe,eth_syncing,eth_unsubscribe,net_version,web3_clientVersion
8989
|base-chain/api-reference/flashblocks-api:base_transactionStatus,eth_simulateV1,flashblocks-api-overview,newFlashblockTransactions,newFlashblocks,pendingLogs
9090
|base-chain/builder-codes:agent-developers,app-developers,builder-codes,wallet-developers
91-
|base-chain/flashblocks:app-integration,architecture,faq,overview,run-a-flashblocks-node
91+
|base-chain/flashblocks:app-integration,architecture,faq,overview
9292
|base-chain/network-information:base-contracts,block-building,bridges,configuration-changelog,diffs-ethereum-base,ecosystem-contracts,network-faucets,network-fees,transaction-finality,troubleshooting-transactions
9393
|base-chain/node-operators:node-providers,performance-tuning,run-a-base-node,snapshots,troubleshooting
9494
|base-chain/quickstart:base-solana-bridge,connecting-to-base,deploy-on-base,why-base

0 commit comments

Comments
 (0)