Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(website): update prover market page #14786

Merged
merged 3 commits into from
Sep 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 9 additions & 16 deletions packages/website/pages/docs/reference/prover-market-page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ import { Callout } from "nextra-theme-docs";

Edit this page by opening a pull request and modifying the table below to add your prover to the prover market table. Proposers can also use this page to find the endpoints of provers offering their service to the open market.

You can edit the page [here](https://github.com/taikoxyz/taiko-mono/edit/main/packages/website/pages/docs/reference/prover-market-page.mdx).

> Inspired by MEV Boost market:
> https://github.com/eth-educators/ethstaker-guides/blob/main/MEV-relay-list.md
You can edit the page by clicking [here](https://github.com/taikoxyz/taiko-mono/edit/main/packages/website/pages/docs/reference/prover-market-page.mdx).

## Prover market table

Expand All @@ -19,15 +16,11 @@ You can edit the page [here](https://github.com/taikoxyz/taiko-mono/edit/main/pa
list.
</Callout>

| Name | API Endpoint | Minimum fee |
| -------------- | -------------------------------------- | ----------- |
| Davaymne | http://pool-1.taikopool.xyz | 10 wei |
| Karma Nodes | http://94.131.118.170:9876 | 10 wei |
| Web3Cript | http://taiko.web3cript.xyz:9876 | 10 wei |
| Purethereal | http://purethereal.xyz:9876 | 10 wei |
| ZKPool | https://taiko-a5-prover.zkpool.io (use a relative new taiko-client image which supports https), http://taiko-a5-prover-simple.zkpool.io | 10 wei |


## Other options

You can also use proving pool service providers like [ZKPool](https://zkpool.io).
| Name | API Endpoint | Minimum fee |
| -------------- | --------------------------------------- | ----------- |
| ZKPool (HTTP) | http://taiko-a5-prover-simple.zkpool.io | 10 wei |
| ZKPool (HTTPS) | https://taiko-a5-prover.zkpool.io | 10 wei |
| Davaymne | http://pool-1.taikopool.xyz | 10 wei |
| Web3Cript | http://taiko.web3cript.xyz:9876 | 10 wei |
| Purethereal | http://purethereal.xyz:9876 | 10 wei |
| Karma Nodes | http://karmanodes.xyz | 10 wei |
Loading