From 069ffcfcc8df54192c157475700df58f94980c76 Mon Sep 17 00:00:00 2001 From: Kenk Date: Mon, 25 Sep 2023 09:43:29 +0700 Subject: [PATCH] feat(website): update prover market page (#14786) Co-authored-by: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com> --- .../docs/reference/prover-market-page.mdx | 25 +++++++------------ 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/packages/website/pages/docs/reference/prover-market-page.mdx b/packages/website/pages/docs/reference/prover-market-page.mdx index 011d770876..5397df3f4d 100644 --- a/packages/website/pages/docs/reference/prover-market-page.mdx +++ b/packages/website/pages/docs/reference/prover-market-page.mdx @@ -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 @@ -19,15 +16,11 @@ You can edit the page [here](https://github.com/taikoxyz/taiko-mono/edit/main/pa list. -| 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 |