Skip to content

Commit cb33528

Browse files
authored
Merge pull request #17 from blockscout/op-ws-endpoint
Added OP Mainnet FB WS proxy
2 parents 5377f65 + 0f7bdd6 commit cb33528

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

universal-proxy-config.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,19 @@
361361
"params": []
362362
}
363363
}
364+
},
365+
"ws_opm": {
366+
"base_url": "wss://op-mainnet-fb-ws-pvt.optimism.io",
367+
"api_key": {
368+
"location": "path",
369+
"param_name": "api_key"
370+
},
371+
"endpoints": {
372+
"base": {
373+
"path": "/ws/:api_key",
374+
"params": []
375+
}
376+
}
364377
}
365378
}
366379
}

0 commit comments

Comments
 (0)