Skip to content

Commit d762e63

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

File tree

3 files changed

+34
-52
lines changed

3 files changed

+34
-52
lines changed

packages/ponder/ponder.config.ts

Lines changed: 12 additions & 12 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: {
@@ -68,15 +68,15 @@ export default createConfig({
6868
network: {
6969
mainnet: { startBlock: 18898263 },
7070
sepolia: { startBlock: 4986686 },
71-
holesky: { startBlock: 634049 },
71+
// holesky: { startBlock: 634049 },
7272
base: { startBlock: 8575423 },
7373
baseSepolia: { startBlock: 4384018 },
7474
optimism: { startBlock: 114171031 },
7575
optimismSepolia: { startBlock: 6069158 },
7676
// shape: { startBlock: 8418974 },
7777
// shapeSepolia: { startBlock: 9823090 },
7878
zora: { startBlock: 9623739 },
79-
zoraSepolia: { startBlock: 3930816 },
79+
// zoraSepolia: { startBlock: 3930816 },
8080
},
8181
},
8282
},

packages/web/src/supportedChains.ts

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@ export const supportedChains = [
3636
group: "Ethereum",
3737
rpcUrl: process.env.NEXT_PUBLIC_RPC_HTTP_URL_11155111!,
3838
},
39-
{
40-
chain: {
41-
...holesky,
42-
// TODO: update viem to include this
43-
blockExplorers: {
44-
default: {
45-
name: "Etherscan",
46-
url: "https://holesky.etherscan.io",
47-
},
48-
},
49-
},
50-
slug: "holesky",
51-
group: "Ethereum",
52-
rpcUrl: process.env.NEXT_PUBLIC_RPC_HTTP_URL_17000!,
53-
},
39+
// {
40+
// chain: {
41+
// ...holesky,
42+
// // TODO: update viem to include this
43+
// blockExplorers: {
44+
// default: {
45+
// name: "Etherscan",
46+
// url: "https://holesky.etherscan.io",
47+
// },
48+
// },
49+
// },
50+
// slug: "holesky",
51+
// group: "Ethereum",
52+
// rpcUrl: process.env.NEXT_PUBLIC_RPC_HTTP_URL_17000!,
53+
// },
5454
/* Base */
5555
{
5656
chain: base,
@@ -97,12 +97,12 @@ export const supportedChains = [
9797
group: "Zora",
9898
rpcUrl: process.env.NEXT_PUBLIC_RPC_HTTP_URL_7777777!,
9999
},
100-
{
101-
chain: zoraSepolia,
102-
slug: "zora-sepolia",
103-
group: "Zora",
104-
rpcUrl: process.env.NEXT_PUBLIC_RPC_HTTP_URL_999999999!,
105-
},
100+
// {
101+
// chain: zoraSepolia,
102+
// slug: "zora-sepolia",
103+
// group: "Zora",
104+
// rpcUrl: process.env.NEXT_PUBLIC_RPC_HTTP_URL_999999999!,
105+
// },
106106
/* Arbitrum */
107107
// {
108108
// chain: arbitrum,

shovel/config.json

Lines changed: 1 addition & 19 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,
@@ -64,14 +56,6 @@
6456
"poll_duration": "2s",
6557
"batch_size": 100,
6658
"concurrency": 1
67-
},
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
7559
}
7660
],
7761
"integrations": [
@@ -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 },
89-
{ "name": "zora", "start": 9623739 },
90-
{ "name": "zora-sepolia", "start": 3930816 }
72+
{ "name": "zora", "start": 9623739 }
9173
],
9274
"table": {
9375
"name": "files_created",

0 commit comments

Comments
 (0)