Skip to content

Commit

Permalink
feat(website): update prover market page (#14786)
Browse files Browse the repository at this point in the history
Co-authored-by: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com>
  • Loading branch information
2manslkh and d1onys1us committed Sep 25, 2023
1 parent 2b8890b commit 069ffcf
Showing 1 changed file with 9 additions and 16 deletions.
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 |

0 comments on commit 069ffcf

Please sign in to comment.