Skip to content

Commit 87ccd62

Browse files
committed
rm some testnets for now
1 parent 2d2aeb6 commit 87ccd62

2 files changed

Lines changed: 10 additions & 28 deletions

File tree

packages/ponder/ponder.config.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ export default createConfig({
1515
transport: http(process.env.RPC_HTTP_URL_11155111),
1616
pollingInterval: 12_000,
1717
},
18-
holesky: {
19-
chainId: 17000,
20-
transport: http(process.env.RPC_HTTP_URL_17000),
21-
pollingInterval: 12_000,
22-
},
18+
// holesky: {
19+
// chainId: 17000,
20+
// transport: http(process.env.RPC_HTTP_URL_17000),
21+
// pollingInterval: 12_000,
22+
// },
2323
base: {
2424
chainId: 8453,
2525
transport: http(process.env.RPC_HTTP_URL_8453),
@@ -55,11 +55,11 @@ export default createConfig({
5555
transport: http(process.env.RPC_HTTP_URL_7777777),
5656
pollingInterval: 2_000,
5757
},
58-
zoraSepolia: {
59-
chainId: 999999999,
60-
transport: http(process.env.RPC_HTTP_URL_999999999),
61-
pollingInterval: 2_000,
62-
},
58+
// zoraSepolia: {
59+
// chainId: 999999999,
60+
// transport: http(process.env.RPC_HTTP_URL_999999999),
61+
// pollingInterval: 2_000,
62+
// },
6363
},
6464
contracts: {
6565
FileStore: {

shovel/config.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@
1717
"batch_size": 100,
1818
"concurrency": 1
1919
},
20-
{
21-
"name": "holesky",
22-
"chain_id": 17000,
23-
"url": "$RPC_HTTP_URL_17000",
24-
"poll_duration": "12s",
25-
"batch_size": 100,
26-
"concurrency": 1
27-
},
2820
{
2921
"name": "base",
3022
"chain_id": 8453,
@@ -65,14 +57,6 @@
6557
"batch_size": 100,
6658
"concurrency": 1
6759
},
68-
{
69-
"name": "zora-sepolia",
70-
"chain_id": 999999999,
71-
"url": "$RPC_HTTP_URL_999999999",
72-
"poll_duration": "2s",
73-
"batch_size": 100,
74-
"concurrency": 1
75-
}
7660
],
7761
"integrations": [
7862
{
@@ -81,13 +65,11 @@
8165
"sources": [
8266
{ "name": "mainnet", "start": 18898263 },
8367
{ "name": "sepolia", "start": 4986686 },
84-
{ "name": "holesky", "start": 634049 },
8568
{ "name": "base", "start": 8575423 },
8669
{ "name": "base-sepolia", "start": 4384018 },
8770
{ "name": "optimism", "start": 114171031 },
8871
{ "name": "optimism-sepolia", "start": 6069158 },
8972
{ "name": "zora", "start": 9623739 },
90-
{ "name": "zora-sepolia", "start": 3930816 }
9173
],
9274
"table": {
9375
"name": "files_created",

0 commit comments

Comments
 (0)