1 Commits

Author SHA1 Message Date
9a0648df06 ink-mainnet: add genesis.json from superchain-registry (Karst fork times)
Vendor superchain-registry mainnet ink genesis (chain 57073, karstTime
1783526401) for op-reth /config mount. L2 genesis hash verified against
superchain-registry ink.toml.
2026-07-10 01:22:32 +00:00
3 changed files with 15353 additions and 38 deletions

View File

@@ -4,10 +4,6 @@ services:
restart: unless-stopped
volumes:
- ./main_configs:/etc/dshackle
# dshackle accessLog target (main_configs/dshackle.yaml accessLog.filename=/logs/...).
# Host-side dir so the splits tailer can aggregate gateway->region request shares
# (earnings misattribution fix, operator + claude-machine design 2026-07-09).
- ./dshackle_logs:/logs
expose:
- 8080
- 8081

15353
op/ink/mainnet/genesis.json Normal file

File diff suppressed because one or more lines are too long

View File

@@ -1,34 +0,0 @@
# dRPC edge (gateway) IP prefixes -> declared region labels for the request-splits
# pipeline (earnings reattribution). Built from live dshackle accessLog captures on
# rpc-us-16 + rpc-de-14, located via utils/locate-ips.sh (ipinfo.io — the SAME source
# as the fleet latency measurements), 2026-07-09.
#
# GRANULARITY IS /24 AND MUST STAY /24: adjacent /24s belong to different cities
# (185.26.9.x=Ashburn vs 185.26.10.x=Frankfurt; 64.34.84.x=Ashburn vs 64.34.86.x=London).
# Region labels are OUR declared taxonomy (operator 2026-07-09): dRPC's coarse regions
# hide distinct edge locations with their own customers — eu-west2 = the Falkenstein/
# Hetzner edge cluster; eu-west3 = RESERVED for the Google Cloud edge (not yet observed).
# Unknown prefixes: locate + append here; never guess.
#
# prefix region city asn
91.242.214.0/24 us-central Chicago AS262287-latitude
186.233.187.0/24 us-central Chicago AS262287-latitude
177.54.155.0/24 us-central Chicago AS262287-latitude
67.213.119.0/24 us-central Chicago AS262287-latitude
185.26.9.0/24 us-east Ashburn AS396356-latitude
45.250.254.0/24 us-east Ashburn AS396356-latitude
64.34.81.0/24 us-east Ashburn AS396356-latitude
64.34.84.0/24 us-east Ashburn AS396356-latitude
103.219.170.0/24 us-west Los Angeles AS396356-latitude
160.202.131.0/24 eu-west Frankfurt AS396356-latitude
185.26.10.0/24 eu-west Frankfurt AS396356-latitude
67.213.113.0/24 eu-west Frankfurt AS396356-latitude
67.213.121.0/24 eu-west Frankfurt AS396356-latitude
168.119.33.0/24 eu-west2 Falkenstein AS24940-hetzner
168.119.34.0/24 eu-west2 Falkenstein AS24940-hetzner
91.98.183.0/24 eu-west2 Falkenstein AS24940-hetzner
64.34.86.0/24 eu-northwest London AS396356-latitude
67.213.117.0/24 eu-northwest London AS396356-latitude
72.46.86.0/24 asia-northeast Tokyo AS396356-latitude
72.46.87.0/24 asia-southeast Singapore AS396356-latitude
177.54.154.0/24 asia-southeast Singapore AS396356-latitude
1 # dRPC edge (gateway) IP prefixes -> declared region labels for the request-splits
2 # pipeline (earnings reattribution). Built from live dshackle accessLog captures on
3 # rpc-us-16 + rpc-de-14, located via utils/locate-ips.sh (ipinfo.io — the SAME source
4 # as the fleet latency measurements), 2026-07-09.
5 #
6 # GRANULARITY IS /24 AND MUST STAY /24: adjacent /24s belong to different cities
7 # (185.26.9.x=Ashburn vs 185.26.10.x=Frankfurt; 64.34.84.x=Ashburn vs 64.34.86.x=London).
8 # Region labels are OUR declared taxonomy (operator 2026-07-09): dRPC's coarse regions
9 # hide distinct edge locations with their own customers — eu-west2 = the Falkenstein/
10 # Hetzner edge cluster; eu-west3 = RESERVED for the Google Cloud edge (not yet observed).
11 # Unknown prefixes: locate + append here; never guess.
12 #
13 # prefix region city asn
14 91.242.214.0/24 us-central Chicago AS262287-latitude
15 186.233.187.0/24 us-central Chicago AS262287-latitude
16 177.54.155.0/24 us-central Chicago AS262287-latitude
17 67.213.119.0/24 us-central Chicago AS262287-latitude
18 185.26.9.0/24 us-east Ashburn AS396356-latitude
19 45.250.254.0/24 us-east Ashburn AS396356-latitude
20 64.34.81.0/24 us-east Ashburn AS396356-latitude
21 64.34.84.0/24 us-east Ashburn AS396356-latitude
22 103.219.170.0/24 us-west Los Angeles AS396356-latitude
23 160.202.131.0/24 eu-west Frankfurt AS396356-latitude
24 185.26.10.0/24 eu-west Frankfurt AS396356-latitude
25 67.213.113.0/24 eu-west Frankfurt AS396356-latitude
26 67.213.121.0/24 eu-west Frankfurt AS396356-latitude
27 168.119.33.0/24 eu-west2 Falkenstein AS24940-hetzner
28 168.119.34.0/24 eu-west2 Falkenstein AS24940-hetzner
29 91.98.183.0/24 eu-west2 Falkenstein AS24940-hetzner
30 64.34.86.0/24 eu-northwest London AS396356-latitude
31 67.213.117.0/24 eu-northwest London AS396356-latitude
32 72.46.86.0/24 asia-northeast Tokyo AS396356-latitude
33 72.46.87.0/24 asia-southeast Singapore AS396356-latitude
34 177.54.154.0/24 asia-southeast Singapore AS396356-latitude