Skip to content

Commit ceefe8e

Browse files
authored
Merge pull request #16 from NikitaSavik/patch-8
Add chain mapping for Webacy query
2 parents 48cfee5 + e4d7d17 commit ceefe8e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

universal-proxy-config.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,18 @@
8383
{
8484
"location": "path",
8585
"type": "address"
86+
},
87+
{
88+
"location": "query",
89+
"type": "chain_id_dependent",
90+
"name": "chain",
91+
"mapping": {
92+
"1": "eth",
93+
"10": "opt",
94+
"137": "pol",
95+
"8453": "base",
96+
"42161": "arb"
97+
}
8698
}
8799
]
88100
}

0 commit comments

Comments
 (0)