File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : {
Original file line number Diff line number Diff line change 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 ,
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 {
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" ,
You can’t perform that action at this time.
0 commit comments